summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan
2011-04-11Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen
2011-04-11Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik
2011-04-11Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-04-05Btrfs: don't warn in btrfs_add_orphanJosef Bacik
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-31Fix common misspellingsLucas De Marchi
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
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-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V