aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-4/+4
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells1-35/+0
2013-04-09try a saner locking for pde_opener...Al Viro1-41/+21
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro1-53/+32
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro1-122/+126
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro1-2/+2
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro1-1/+1
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-02-27fs/proc: clean up printksAndrew Morton1-2/+3
2013-02-26saner proc_get_inode() calling conventionsAl Viro1-7/+3
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov1-6/+15
2013-02-22new helper: file_inode(file)Al Viro1-7/+7
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman1-2/+4
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan1-1/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-12/+3
2012-03-20procfs: clean proc_fill_super() upAl Viro1-4/+3
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov1-0/+8
2012-01-10procfs: parse mount optionsVasiliy Kulikov1-0/+10
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman1-0/+7
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov1-2/+0
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro1-2/+6
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan1-4/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann1-13/+4
2010-08-09switch procfs to ->evict_inode()Al Viro1-3/+3
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-2/+2
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan1-27/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-16/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz1-1/+3
2009-01-05proc: stop using BKLAlexey Dobriyan1-3/+0
2008-10-23proc: proc_init_inodecache() can't failAlexey Dobriyan1-2/+1
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlAl Viro1-0/+5
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25proc: remove pathetic remount codeAlexey Dobriyan1-7/+0
2008-07-25proc: always do ->releaseAlexey Dobriyan1-4/+70
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev1-1/+2
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan1-37/+32