aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs/dir.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-06-20logfs doesn't need ->permission() at allAl Viro
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-10-25new helper: ihold()Al Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-14logfs: kill BKLArnd Bergmann
2010-08-09fix leak in __logfs_create()Al Viro
2010-05-10fix "seperate" typos in commentsAnand Gadiyar
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27Prevent schedule while atomic in __logfs_readdirJoern Engel
2009-11-28[LogFS] Prevent 64bit divisions in hash_indexJoern Engel
2009-11-23[LogFS] Plug memory leak on error pathsJoern Engel
2009-11-20[LogFS] add new flash file systemJoern Engel