aboutsummaryrefslogtreecommitdiff
path: root/fs/dcookies.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05constify get_dcookie() and friendsGravatar Al Viro 1-2/+2
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingGravatar Heiko Carstens 1-1/+1
2013-03-03consolidate compat lookup_dcookie()Gravatar Al Viro 1-0/+12
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longGravatar Al Viro 1-8/+1
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-05-31oprofile, dcookies: Fix possible circular locking dependencyGravatar Robert Richter 1-0/+3
2009-01-14[CVE-2009-0029] System call wrapper special casesGravatar Heiko Carstens 1-2/+8
2008-12-31shrink struct dentryGravatar Nick Piggin 1-9/+19
2008-02-14d_path: Make d_path() use a struct pathGravatar Jan Blunck 1-1/+1
2008-02-14d_path: Make get_dcookie() use a struct path argumentGravatar Jan Blunck 1-19/+15
2007-07-29Remove fs.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesGravatar Eric Dumazet 1-3/+3
2006-03-26[PATCH] sem2mutex: fs/Gravatar Ingo Molnar 1-9/+10
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2005-07-07[PATCH] dcookies.c: use proper refcounting functionsGravatar Miklos Szeredi 1-4/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+330