aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28proc: Add fs_context support to procfsDavid Howells1-1/+0
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells1-50/+1
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-0/+3
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan1-2/+4
2018-06-15proc: Make inline name size calculation automaticDavid Howells1-3/+2
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan1-0/+4
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan1-4/+8
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan1-18/+23
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan1-5/+9
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan1-1/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki1-1/+1
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan1-1/+1
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani1-1/+0
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+14
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-2/+2
2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman1-2/+7
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman1-0/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-8/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+4
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman1-0/+4
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-5/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro1-0/+21
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov1-1/+1
2014-12-10kill proc_ns completelyAl Viro1-2/+1
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-5/+0
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-4/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-1/+1