aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)Author
2013-02-27fs/proc: clean up printksAndrew Morton
2013-02-26saner proc_get_inode() calling conventionsAl Viro
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov
2013-02-22new helper: file_inode(file)Al Viro
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman
2012-10-06proc: no need to initialize proc_inode->fd in proc_get_inode()yan
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20procfs: clean proc_fill_super() upAl Viro
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2012-01-10procfs: parse mount optionsVasiliy Kulikov
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan
2011-01-07fs: icache RCU free inodesNick Piggin
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-08-09switch procfs to ->evict_inode()Al Viro
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz
2009-01-05proc: stop using BKLAlexey Dobriyan
2008-10-23proc: proc_init_inodecache() can't failAlexey Dobriyan
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan
2008-07-26[PATCH] sanitize proc_sysctlAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25proc: remove pathetic remount codeAlexey Dobriyan
2008-07-25proc: always do ->releaseAlexey Dobriyan
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-09-11Fix select on /proc files without ->pollAlexey Dobriyan
2007-07-28Fix procfs compat_ioctl regressionDavid Miller
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt