summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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: fix free space cache when there are pinned extents and clusters V2Josef Bacik
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie
2011-04-05Btrfs: fix memory leak in start_transaction()Yoshinori Sano
2011-04-05Btrfs: fix memory leak in btrfs_ioctl_start_sync()Tsutomu Itoh
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-04-05Btrfs: fix /proc/mounts info.Tsutomu Itoh
2011-04-05Btrfs: fix compiler warning in file.cTsutomu Itoh
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason
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 OOPS of empty filesystem after balanceliubo
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo
2011-03-28Btrfs: fix return value of setflags ioctlliubo
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano
2011-03-28btrfs: make inode ref log recovery fasterliubo
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang
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: use GFP_NOFS instead of GFP_KERNELMiao Xie
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh
2011-03-28btrfs: properly access unaligned checksum bufferDavid Sterba
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-28Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason
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-25Btrfs: cleanup how we setup free space clustersJosef Bacik
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-21Btrfs: don't be as aggressive about using bitmapsJosef Bacik
2011-03-21Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik
2011-03-21Btrfs: check free space in block group before searching for a clusterJosef Bacik
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik
2011-03-17Btrfs: return error if the range we want to map is bogusJosef 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