summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie
2011-04-05Btrfs: fix subvol_sem leak in btrfs_rename()Johann Lombardi
2011-04-05Btrfs: Fix oops for defrag with compression turned onLi Zefan
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie
2011-03-28btrfs: check link counter overflow in link(2)Al Viro
2011-03-28btrfs: don't mess with i_nlink of unlocked inode in rename()Al Viro
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano
2011-03-28btrfs: return EXDEV when linking from different subvolumesMark Fasheh
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-25Btrfs: mark the bio with an error if we have a failure in dioJosef Bacik
2011-03-25Btrfs: don't allocate dip->csums when doing writesJosef Bacik
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-03-17Btrfs: add a comment explaining what btrfs_cont_expand doesJosef Bacik
2011-03-17Btrfs: use mark_inode_dirty when expanding the fileJosef Bacik
2011-03-17Btrfs: only add orphan items when truncatingJosef Bacik
2011-03-17Btrfs: make sure to remove the orphan item from the in-memory listJosef Bacik
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-03-17Btrfs: cleanup error handling in the truncate pathJosef Bacik
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-03-10btrfs: fix not enough reserved spaceMiao Xie
2011-03-10btrfs: fix dip leakDaniel J Blueman
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-26Btrfs: Fix memory leak in writepage fixup workMiao Xie
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-13Btrfs: fail if we try to use hole punchJosef Bacik
2011-01-13switch btrfs, close racesAl Viro
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan