aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells1-32/+28
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan1-7/+2
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov1-1/+1
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-3/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan1-1/+2
2007-07-28Fix procfs compat_ioctl regressionDavid Miller1-2/+22