aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20logfs doesn't need ->permission() at allAl Viro1-8/+0
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-14logfs: kill BKLArnd Bergmann1-1/+1
2010-08-09fix leak in __logfs_create()Al Viro1-1/+4
2010-05-10fix "seperate" typos in commentsAnand Gadiyar1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-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-1/+1
2010-03-27Prevent schedule while atomic in __logfs_readdirJoern Engel1-2/+2
2009-11-28[LogFS] Prevent 64bit divisions in hash_indexJoern Engel1-5/+10
2009-11-23[LogFS] Plug memory leak on error pathsJoern Engel1-2/+6
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+818