summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Btrfs: fix oops when recovering the file data by scrub functionMiao Xie1-1/+1
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik5-169/+166
2013-07-02Btrfs: cleanup orphaned root orphan itemJosef Bacik1-2/+29
2013-07-02Btrfs: fix wrong mirror number tuningMiao Xie1-3/+0
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie1-9/+1
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie5-142/+76
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik6-26/+148
2013-07-02Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik1-5/+4
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2-5/+66
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik1-2/+16
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik3-12/+35
2013-07-01Btrfs: optimize reada_for_balanceJosef Bacik1-37/+9
2013-07-01Btrfs: optimize read_block_for_searchJosef Bacik1-27/+20
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik1-1/+5
2013-07-01Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui1-1/+1
2013-07-01Btrfs: fix not being able to find skinny extents during relocateJosef Bacik1-8/+27
2013-07-01Btrfs: cleanup backref search commit root flag stuffJosef Bacik2-27/+16
2013-07-01Btrfs: free csums when we're done scrubbing an extentJosef Bacik1-0/+1
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik3-18/+69
2013-07-01Btrfs: stop waiting on current trans if we abortedJosef Bacik2-4/+11
2013-07-01Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik1-0/+1
2013-07-01btrfs: fix the code comments for LZO compression workspaceJie Liu1-2/+2
2013-07-01Btrfs: fix broken nocow after balanceMiao Xie1-0/+44
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik3-37/+99
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik1-1/+3
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik1-1/+4
2013-06-14Btrfs: do not pin while under spin lockJosef Bacik1-4/+8
2013-06-14Btrfs: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-06-14Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt3-69/+125
2013-06-14Btrfs: avoid double free of fs_info->qgroup_ulistJan Schmidt1-2/+6
2013-06-14Btrfs: fix memory patcher through fs_info->qgroup_ulistJan Schmidt1-1/+1
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik3-191/+50
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie2-6/+17
2013-06-14Btrfs: allow file data clone within a fileLiu Bo1-7/+19
2013-06-14Btrfs: remove unused code in btrfs_del_rootLiu Bo1-4/+0
2013-06-14Btrfs: kill replicate code in replay_one_bufferLiu Bo1-7/+2
2013-06-14Btrfs: update new flags for tracepointLiu Bo1-12/+23
2013-06-14Btrfs: check if leaf's parent exists before pushing items aroundLiu Bo1-1/+1
2013-06-14Btrfs: dont do log_removal in insert_new_rootLiu Bo1-5/+5
2013-06-14Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun1-1/+1
2013-06-14Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain3-31/+58
2013-06-14Btrfs: do delay iput in sync_fsJosef Bacik1-1/+1
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie4-94/+116
2013-06-14Btrfs: remove the time check in btrfs_commit_transaction()Miao Xie1-23/+6
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie2-9/+1
2013-06-14Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie1-8/+18
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie2-21/+65
2013-06-14Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie1-5/+6