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