aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-16/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procGravatar Alexey Dobriyan 1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedGravatar Krzysztof Sachanowicz 1-1/+3
2009-01-05proc: stop using BKLGravatar Alexey Dobriyan 1-3/+0
2008-10-23proc: proc_init_inodecache() can't failGravatar Alexey Dobriyan 1-2/+1
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseGravatar Alexey Dobriyan 1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlGravatar Al Viro 1-0/+5
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25proc: remove pathetic remount codeGravatar Alexey Dobriyan 1-7/+0
2008-07-25proc: always do ->releaseGravatar Alexey Dobriyan 1-4/+70
2008-05-24proc: proc_get_inode() should get module only onceGravatar Denis V. Lunev 1-1/+2
2008-04-29proc: drop several "PDE valid/invalid" checksGravatar Alexey Dobriyan 1-37/+32
2008-02-08proc: remove MODULE_LICENSEGravatar Alexey Dobriyan 1-1/+0
2008-02-07iget: stop PROCFS from using iget() and read_inode()Gravatar David Howells 1-32/+28
2007-12-05proc: fix proc_dir_entry refcountingGravatar Alexey Dobriyan 1-7/+2
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespaceGravatar Pavel Emelyanov 1-1/+1
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Gravatar Alexey Dobriyan 1-3/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-09-11Fix select on /proc files without ->pollGravatar Alexey Dobriyan 1-1/+2
2007-07-28Fix procfs compat_ioctl regressionGravatar David Miller 1-2/+22
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-16Fix rmmod/read/write races in /proc entriesGravatar Alexey Dobriyan 1-2/+252
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08proc: remove pathetic ->deleted WARN_ONGravatar Alexey Dobriyan 1-2/+0
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Gravatar Alexey Dobriyan 1-8/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportGravatar Eric W. Biederman 1-0/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECGravatar Linus Torvalds 1-1/+1
2006-06-26[PATCH] proc: Use struct pid not struct task_refGravatar Eric W. Biederman 1-2/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyGravatar Eric W. Biederman 1-6/+3
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdGravatar Eric W. Biederman 1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2006-02-18[PATCH] fix handling of st_nlink on procfs rootGravatar Al Viro 1-4/+0
2006-01-08[PATCH] fs/proc/: function prototypes belong in header filesGravatar Adrian Bunk 1-1/+1
2005-10-30[PATCH] proc: fix of error path in proc_get_inode()Gravatar Kirill Korotaev 1-7/+10
2005-09-09[PATCH] update filesystems for new delete_inode behaviorGravatar Mark Fasheh 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+218