aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08fs/proc/inode.c: remove cast from memory allocationGravatar Tobin C. Harding 1-1/+1
2017-02-24procfs: use an enum for possible hidepid valuesGravatar Lafcadio Wluiki 1-1/+1
2017-02-13proc/sysctl: prune stale dentries during unregisteringGravatar Konstantin Khlebnikov 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-12proc: tweak comments about 2 stage open and everythingGravatar Alexey Dobriyan 1-8/+21
2016-12-12proc: kmalloc struct pde_openerGravatar Alexey Dobriyan 1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldGravatar Alexey Dobriyan 1-1/+1
2016-12-12proc: just list_del() struct pde_openerGravatar Alexey Dobriyan 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Gravatar Deepa Dinamani 1-1/+0
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+14
2016-06-23vfs: Generalize filesystem nodev handling.Gravatar Eric W. Biederman 1-2/+2
2016-06-23proc: Convert proc_mount to use mount_ns.Gravatar Eric W. Biederman 1-2/+7
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingGravatar Eric W. Biederman 1-0/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-8/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+4
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsGravatar Eric W. Biederman 1-0/+4
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-5/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-02-22procfs: fix race between symlink removals and traversalsGravatar Al Viro 1-0/+21
2015-02-12fs: proc: use PDE() to get proc_dir_entryGravatar Alexander Kuleshov 1-1/+1
2014-12-10kill proc_ns completelyGravatar Al Viro 1-2/+1
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsGravatar Al Viro 1-5/+0
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-4/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-1/+1
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Gravatar Eric W. Biederman 1-1/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Gravatar Monam Agarwal 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseGravatar Jan Beulich 1-5/+9
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitGravatar HATAYAMA Daisuke 1-6/+10
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesGravatar HATAYAMA Daisuke 1-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressGravatar HATAYAMA Daisuke 1-1/+1
2013-09-05sparc: fix PCI device proc file mmap(2)Gravatar Alexey Dobriyan 1-0/+16
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-4/+4
2013-04-29Include missing linux/magic.h inclusionsGravatar David Howells 1-0/+1
2013-04-29proc: Delete create_proc_read_entry()Gravatar David Howells 1-35/+0
2013-04-09try a saner locking for pde_opener...Gravatar Al Viro 1-41/+21
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Gravatar Al Viro 1-53/+32
2013-04-09procfs: preparations for remove_proc_entry() race fixesGravatar Al Viro 1-122/+126
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesGravatar Al Viro 1-2/+2
2013-04-09procfs: switch /proc/self away from proc_dir_entryGravatar Al Viro 1-1/+1
2013-03-22vfs,proc: guarantee unique inodes in /procGravatar Linus Torvalds 1-3/+3
2013-02-27fs/proc: clean up printksGravatar Andrew Morton 1-2/+3
2013-02-26saner proc_get_inode() calling conventionsGravatar Al Viro 1-7/+3