aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-29[readdir] convert btrfsAl Viro3-40/+21
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