summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik
2013-08-09Btrfs: release both paths before logging dir/changed extentsJosef Bacik
2013-08-09Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik
2013-08-09Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik
2013-08-09Btrfs: fix backref walking when we hit a compressed extentJosef Bacik
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik
2013-08-09Btrfs: fix extent buffer leak after backref walkingLiu Bo
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-02Btrfs: wait ordered range before doing direct ioJosef Bacik
2013-07-02Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik
2013-07-02Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik
2013-07-02Btrfs: make backref walking code handle skinny metadataJosef Bacik
2013-07-02Btrfs: fix crash regarding to ulist_add_mergeLiu Bo
2013-07-02Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie
2013-07-02Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie
2013-07-02Btrfs: fix oops when recovering the file data by scrub functionMiao Xie
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik
2013-07-02Btrfs: cleanup orphaned root orphan itemJosef Bacik
2013-07-02Btrfs: fix wrong mirror number tuningMiao Xie
2013-07-02Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-07-02Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik
2013-07-02Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik
2013-07-02Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik
2013-07-01Btrfs: optimize reada_for_balanceJosef Bacik
2013-07-01Btrfs: optimize read_block_for_searchJosef Bacik
2013-07-01Btrfs: unlock extent range on enospc in compressed submitJosef Bacik
2013-07-01Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui
2013-07-01Btrfs: fix not being able to find skinny extents during relocateJosef Bacik
2013-07-01Btrfs: cleanup backref search commit root flag stuffJosef Bacik
2013-07-01Btrfs: free csums when we're done scrubbing an extentJosef Bacik
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik
2013-07-01Btrfs: stop waiting on current trans if we abortedJosef Bacik
2013-07-01Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik
2013-07-01btrfs: fix the code comments for LZO compression workspaceJie Liu
2013-07-01Btrfs: fix broken nocow after balanceMiao Xie
2013-06-29btrfs: more open-coded file_inode()Al Viro