summaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorLines
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan-27/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan-16/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz-1/+3
2009-01-05proc: stop using BKLAlexey Dobriyan-3/+0
2008-10-23proc: proc_init_inodecache() can't failAlexey Dobriyan-2/+1
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan-1/+1
2008-07-26[PATCH] sanitize proc_sysctlAl Viro-0/+5
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-25proc: remove pathetic remount codeAlexey Dobriyan-7/+0
2008-07-25proc: always do ->releaseAlexey Dobriyan-4/+70
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev-1/+2
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan-37/+32
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan-1/+0
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells-32/+28
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan-7/+2
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov-1/+1
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan-3/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-1/+1
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan-1/+2
2007-07-28Fix procfs compat_ioctl regressionDavid Miller-2/+22
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-16Fix rmmod/read/write races in /proc entriesAlexey Dobriyan-2/+252
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan-2/+0
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan-8/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman-0/+1