aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-06-20logfs doesn't need ->permission() at allAl Viro
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi
2010-12-22logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-01fs: logfs: Fix up MTD=y build.Paul Mundt
2010-10-29switch logfs to ->mount()Al Viro
2010-10-29logfs: fix a leak in get_sbAl Viro
2010-10-29logfs get_sb, part 3Al Viro
2010-10-29logfs get_sb, part 2Al Viro
2010-10-29logfs get_sb massage, part 1Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-14logfs: kill BKLArnd Bergmann
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09convert logfs to ->evict_inode()Al Viro
2010-08-09logfs: get rid of magical inodesAl Viro
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09fix leak in __logfs_create()Al Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds
2010-05-15Fix double-free in logfsAl Viro
2010-05-10fix "seperate" typos in commentsAnand Gadiyar
2010-05-07logfs: handle powerfail on NAND flashJoern Engel
2010-05-07logfs: handle errors from get_mtd_device()Dan Carpenter
2010-05-07logfs: remove unused variableJoern Engel