aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2-5/+5
2013-08-09Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-09Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-08-09Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-09Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-08-09Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds34-1726/+2327
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+5
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-14/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-3/+5
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik1-1/+9
2013-07-02Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-02Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik1-4/+6
2013-07-02Btrfs: make backref walking code handle skinny metadataJosef Bacik1-6/+25
2013-07-02Btrfs: fix crash regarding to ulist_add_mergeLiu Bo1-0/+15
2013-07-02Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie1-1/+22
2013-07-02Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie1-25/+23
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-29btrfs: more open-coded file_inode()Al Viro1-4/+4