aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds26-804/+1460
2011-03-28Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason1-6/+20
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie2-1/+4
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 Itoh4-14/+27
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo3-0/+30
2011-03-28Btrfs: fix memory leak of empty filesystem after balanceliubo1-0/+6
2011-03-28Btrfs: fix return value of setflags ioctlliubo1-1/+3
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano3-0/+12
2011-03-28btrfs: make inode ref log recovery fasterliubo1-24/+11
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang5-1/+190
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang3-19/+31
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUPLi Dongyang2-22/+129
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang2-9/+9
2011-03-28btrfs: return EXDEV when linking from different subvolumesMark Fasheh1-1/+1
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo4-7/+72
2011-03-28btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie1-2/+2
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh3-0/+15
2011-03-28btrfs: properly access unaligned checksum bufferDavid Sterba1-1/+2
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh9-23/+54
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo12-11/+60
2011-03-28Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason1-19/+8
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-25Btrfs: cleanup how we setup free space clustersJosef Bacik2-185/+182
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-161/+12
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-3/+3
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-1/+2
2011-03-21Btrfs: don't be as aggressive about using bitmapsJosef Bacik1-3/+16
2011-03-21Btrfs: deal with min_bytes appropriately when looking for a clusterJosef Bacik1-5/+4
2011-03-21Btrfs: check free space in block group before searching for a clusterJosef Bacik1-0/+10
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik5-0/+50
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik1-0/+2
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik4-124/+95
2011-03-17Btrfs: return error if the range we want to map is bogusJosef Bacik1-0/+1
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 Bacik6-23/+50
2011-03-17Btrfs: cleanup error handling in the truncate pathJosef Bacik1-19/+45
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik3-47/+40
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik3-16/+29
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik3-21/+29
2011-03-17Btrfs: fix how we deal with the pages array in the write pathJosef Bacik1-4/+5
2011-03-17Btrfs: simplify our write pathJosef Bacik1-175/+180
2011-03-17Btrfs: fix formatting in file.cJosef Bacik1-8/+8
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-9/+13