summaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* [readdir] convert logfsAl Viro2013-06-291-34/+15
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-3/+0
|\
| * vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-3/+0
* | logfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-9/+9
|/
* Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-311-1/+1
|\
| * logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi2012-01-281-1/+1
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
|/
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-4/+4
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1
* 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
OpenPOWER on IntegriCloud