summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan1-18/+10
2011-04-11Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-25/+82
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen1-1/+1
2011-04-11Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-11Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano1-1/+4
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik1-8/+28
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik1-5/+19
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik1-7/+13
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik1-5/+10
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik1-0/+12
2011-04-05Btrfs: don't warn in btrfs_add_orphanJosef Bacik1-2/+0
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie1-2/+0
2011-04-05Btrfs: fix subvol_sem leak in btrfs_rename()Johann Lombardi1-3/+5
2011-04-05Btrfs: Fix oops for defrag with compression turned onLi Zefan1-9/+8
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie1-1/+2
2011-03-28btrfs: check link counter overflow in link(2)Al Viro1-0/+3
2011-03-28btrfs: don't mess with i_nlink of unlocked inode in rename()Al Viro1-11/+25
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh1-6/+12
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+2
2011-03-28btrfs: return EXDEV when linking from different subvolumesMark Fasheh1-1/+1
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo1-3/+28
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+12
2011-03-25Btrfs: mark the bio with an error if we have a failure in dioJosef Bacik1-0/+8
2011-03-25Btrfs: don't allocate dip->csums when doing writesJosef Bacik1-2/+5
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik1-0/+3
2011-03-17Btrfs: add a comment explaining what btrfs_cont_expand doesJosef Bacik1-0/+6
2011-03-17Btrfs: use mark_inode_dirty when expanding the fileJosef Bacik1-15/+1
2011-03-17Btrfs: only add orphan items when truncatingJosef Bacik1-27/+18
2011-03-17Btrfs: make sure to remove the orphan item from the in-memory listJosef Bacik1-0/+6
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-16/+31
2011-03-17Btrfs: cleanup error handling in the truncate pathJosef Bacik1-19/+45
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik1-44/+36
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik1-0/+10
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik1-3/+2
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+4
2011-03-10btrfs: fix not enough reserved spaceMiao Xie1-2/+3
2011-03-10btrfs: fix dip leakDaniel J Blueman1-0/+1
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+124
2011-02-23Btrfs: fix fiemap bugs with delallocChris Mason1-2/+124
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+3
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-0/+3
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+23
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh1-1/+1
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+1
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik1-2/+3
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-8/+16
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall1-1/+1
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-0/+1