aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds1-4/+4
2011-04-26Merge branch 'master' into for-nextJiri Kosina7-8/+6
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+4
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+4
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi1-0/+3
2010-12-22logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+2
2010-11-01fs: logfs: Fix up MTD=y build.Paul Mundt1-1/+1
2010-10-29switch logfs to ->mount()Al Viro2-27/+23
2010-10-29logfs: fix a leak in get_sbAl Viro4-7/+8
2010-10-29logfs get_sb, part 3Al Viro4-39/+29
2010-10-29logfs get_sb, part 2Al Viro4-14/+13
2010-10-29logfs get_sb massage, part 1Al Viro4-21/+39
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-14logfs: kill BKLArnd Bergmann3-6/+5
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-2/+2
2010-08-09convert logfs to ->evict_inode()Al Viro3-36/+31
2010-08-09logfs: get rid of magical inodesAl Viro6-41/+31
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+4
2010-08-09remove inode_setattrChristoph Hellwig1-7/+11
2010-08-09fix leak in __logfs_create()Al Viro1-1/+4
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro1-8/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-7/+7
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds10-53/+104
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-10fix "seperate" typos in commentsAnand Gadiyar3-7/+7
2010-05-07logfs: handle powerfail on NAND flashJoern Engel4-29/+52
2010-05-07logfs: handle errors from get_mtd_device()Dan Carpenter1-0/+2
2010-05-07logfs: remove unused variableJoern Engel1-1/+0
2010-05-05logfs: fix syncJoern Engel2-4/+2
2010-05-05logfs: fix compile failureJoern Engel1-0/+4
2010-05-04logfs: initialize li->li_refcountPrasad Joshi1-0/+1