aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)Author
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
2007-07-16Fix rmmod/read/write races in /proc entriesAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson