summaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)Author
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-27->poll() methods should return __poll_tAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov
2014-12-10kill proc_ns completelyAl Viro
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-04-29Include missing linux/magic.h inclusionsDavid Howells
2013-04-29proc: Delete create_proc_read_entry()David Howells