summaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorLines
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro-0/+21
2015-02-12fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov-1/+1
2014-12-10kill proc_ns completelyAl Viro-2/+1
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro-5/+0
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro-4/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro-1/+1
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman-1/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich-5/+9
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke-6/+10
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke-1/+1
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan-0/+16
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells-4/+4
2013-04-29Include missing linux/magic.h inclusionsDavid Howells-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells-35/+0
2013-04-09try a saner locking for pde_opener...Al Viro-41/+21
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro-53/+32
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro-122/+126
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro-2/+2
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro-1/+1
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds-3/+3
2013-02-27fs/proc: clean up printksAndrew Morton-2/+3
2013-02-26saner proc_get_inode() calling conventionsAl Viro-7/+3
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov-6/+15
2013-02-22new helper: file_inode(file)Al Viro-7/+7
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman-2/+4
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan-1/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-12/+3
2012-03-20procfs: clean proc_fill_super() upAl Viro-4/+3
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov-0/+8
2012-01-10procfs: parse mount optionsVasiliy Kulikov-0/+10
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi-1/+1
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino-1/+1
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman-0/+7
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov-2/+0
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro-2/+6
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan-4/+3
2011-01-07fs: icache RCU free inodesNick Piggin-1/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann-13/+4
2010-08-09switch procfs to ->evict_inode()Al Viro-3/+3
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds-2/+2
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker-2/+2