aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-16Fix rmmod/read/write races in /proc entriesAlexey Dobriyan1-2/+252
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan1-2/+0
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan1-8/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman1-0/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds1-1/+1
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman1-2/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-6/+3
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-02-18[PATCH] fix handling of st_nlink on procfs rootAl Viro1-4/+0
2006-01-08[PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk1-1/+1
2005-10-30[PATCH] proc: fix of error path in proc_get_inode()Kirill Korotaev1-7/+10
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+218