aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* logfs doesn't need ->permission() at allAl Viro2011-06-201-8/+0
* logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+4
* new helper: ihold()Al Viro2010-10-251-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* logfs: kill BKLArnd Bergmann2010-08-141-1/+1
* fix leak in __logfs_create()Al Viro2010-08-091-1/+4
* fix "seperate" typos in commentsAnand Gadiyar2010-05-101-1/+1
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-2/+2
|\
| * Prevent schedule while atomic in __logfs_readdirJoern Engel2010-03-271-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
|/
* [LogFS] Prevent 64bit divisions in hash_indexJoern Engel2009-11-281-5/+10
* [LogFS] Plug memory leak on error pathsJoern Engel2009-11-231-2/+6
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+818