aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens3-39/+2
2012-08-28Btrfs: remove superblock writing after fatal errorStefan Behrens2-33/+5
2012-08-28Btrfs: allow delayed refs to be mergedJosef Bacik3-27/+142
2012-08-28Btrfs: fix enospc problems when deleting a subvolJosef Bacik1-1/+1
2012-08-28Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie1-0/+1
2012-08-28Btrfs: fix race in run_clustered_refsArne Jansen1-0/+17
2012-08-28Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason1-0/+3
2012-08-28Btrfs: increase the size of the free space cacheJosef Bacik1-8/+7
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik5-12/+10
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen5-73/+21
2012-08-28btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu1-2/+3
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik3-32/+19
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik1-3/+5
2012-08-28Btrfs: do not use missing devices when showing devnameJosef Bacik1-0/+2
2012-08-28Btrfs: fix that error value is changed by mistakeStefan Behrens1-2/+2
2012-08-28Btrfs: lock extents as we map them in DIOJosef Bacik1-129/+127
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter3-4/+4
2012-08-28Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter1-1/+3
2012-08-28Btrfs: checking for NULL instead of IS_ERRDan Carpenter1-1/+3
2012-08-28Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter1-2/+6
2012-08-28Btrfs: fix a misplaced address operator in a conditionStefan Behrens1-1/+1
2012-07-25Btrfs: uninit variable fixes in send/receiveChris Mason1-2/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason14-40/+5483
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block5-1/+4717
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block2-0/+440
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block8-15/+292
2012-07-25Btrfs: make iref_to_path non staticAlexander Block2-5/+9
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason1-0/+1
2012-07-25Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder3-14/+20
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason15-242/+2697
2012-07-25Btrfs: add helper for tree enumerationArne Jansen2-0/+77
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba1-3/+8
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo1-5/+24
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo1-1/+3
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik1-0/+9
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik1-6/+3
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik1-4/+5
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens1-0/+8
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens1-3/+0
2012-07-23Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan2-103/+146
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan2-0/+3
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan4-19/+10
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain1-1/+1
2012-07-23Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo1-3/+3
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo1-3/+21
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo1-1/+5
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo4-15/+16