aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+11
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-3/+1
2011-06-20logfs doesn't need ->permission() at allGravatar Al Viro 1-8/+0
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageGravatar Linus Torvalds 1-0/+1
2011-05-03logfs: initialize superblock entries earlierGravatar Linus Torvalds 1-4/+4
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 7-8/+6
2011-04-10treewide: remove extra semicolonsGravatar Justin P. Mattock 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-3/+3
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-03-24fs: remove inode_lock from iput_final and prune_icacheGravatar Dave Chinner 1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2011-03-22zlib: slim down zlib_deflate() workspace when possibleGravatar Jim Keniston 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-2/+0
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-3/+4
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-2/+4
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Gravatar Prasad Joshi 1-0/+3
2010-12-22logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexGravatar Prasad Joshi 1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-1/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-2/+2
2010-11-01fs: logfs: Fix up MTD=y build.Gravatar Paul Mundt 1-1/+1
2010-10-29switch logfs to ->mount()Gravatar Al Viro 2-27/+23
2010-10-29logfs: fix a leak in get_sbGravatar Al Viro 4-7/+8
2010-10-29logfs get_sb, part 3Gravatar Al Viro 4-39/+29
2010-10-29logfs get_sb, part 2Gravatar Al Viro 4-14/+13
2010-10-29logfs get_sb massage, part 1Gravatar Al Viro 4-21/+39
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-14logfs: kill BKLGravatar Arnd Bergmann 3-6/+5
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedGravatar Al Viro 1-2/+2
2010-08-09convert logfs to ->evict_inode()Gravatar Al Viro 3-36/+31
2010-08-09logfs: get rid of magical inodesGravatar Al Viro 6-41/+31
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-4/+4
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-7/+11
2010-08-09fix leak in __logfs_create()Gravatar Al Viro 1-1/+4
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-3/+3
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionGravatar Al Viro 1-8/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-7/+7
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsGravatar Linus Torvalds 10-53/+104
2010-05-15Fix double-free in logfsGravatar Al Viro 1-7/+7
2010-05-10fix "seperate" typos in commentsGravatar Anand Gadiyar 3-7/+7
2010-05-07logfs: handle powerfail on NAND flashGravatar Joern Engel 4-29/+52
2010-05-07logfs: handle errors from get_mtd_device()Gravatar Dan Carpenter 1-0/+2
2010-05-07logfs: remove unused variableGravatar Joern Engel 1-1/+0