aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] convert logfsAl Viro1-34/+15
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-3/+0
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang1-9/+9
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds1-1/+1
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-4/+4
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-3/+1
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