aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c
Commit message (Expand)AuthorAge
* 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