aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-30/+31
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-67/+110
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 2-8/+11
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 3-29/+27
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-11/+7
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+3
2018-10-22Btrfs: fix use-after-free when dumping free spaceGravatar Filipe Manana 1-0/+2
2018-10-21btrfs: Convert page cache to XArrayGravatar Matthew Wilcox 2-8/+4
2018-10-21pagevec: Use xa_mark_tGravatar Matthew Wilcox 1-2/+2
2018-10-19Btrfs: fix use-after-free during inode evictionGravatar Filipe Manana 1-1/+3
2018-10-19btrfs: move the dio_sem higher up the callchainGravatar Josef Bacik 2-2/+12
2018-10-19btrfs: don't run delayed_iputs in commitGravatar Josef Bacik 1-9/+0
2018-10-19btrfs: fix insert_reserved error handlingGravatar Josef Bacik 1-8/+4
2018-10-19btrfs: only free reserved extent if we didn't insert itGravatar Josef Bacik 1-1/+9
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeGravatar Josef Bacik 1-2/+5
2018-10-19btrfs: set max_extent_size properlyGravatar Josef Bacik 1-10/+20
2018-10-19btrfs: reset max_extent_size properlyGravatar Josef Bacik 1-0/+2
2018-10-17btrfs: delayed-ref: extract find_first_ref_head from find_ref_headGravatar Lu Fengqi 1-23/+27
2018-10-17Btrfs: fix deadlock when writing out free space cachesGravatar Filipe Manana 2-10/+23
2018-10-17Btrfs: fix assertion on fsync of regular file when using no-holes featureGravatar Filipe Manana 1-1/+2
2018-10-17Btrfs: fix null pointer dereference on compressed write path errorGravatar Filipe Manana 1-0/+1
2018-10-15btrfs: switch return_bigger to bool in find_ref_headGravatar Lu Fengqi 1-5/+6
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsGravatar Lu Fengqi 4-9/+6
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsGravatar Lu Fengqi 4-7/+6
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockGravatar Lu Fengqi 3-6/+3
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headGravatar Lu Fengqi 3-8/+5
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchGravatar Lu Fengqi 1-6/+7
2018-10-15btrfs: relocation: Remove redundant tree level checkGravatar Qu Wenruo 1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeGravatar Qu Wenruo 1-15/+8
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledGravatar Qu Wenruo 2-0/+6
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedGravatar Filipe Manana 1-3/+27
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileGravatar Filipe Manana 1-10/+32
2018-10-15btrfs: drop min_size from evict_refill_and_joinGravatar Josef Bacik 1-10/+6
2018-10-15btrfs: assert on non-empty delayed iputsGravatar Josef Bacik 1-0/+1
2018-10-15btrfs: make sure we create all new block groupsGravatar Josef Bacik 1-2/+5
2018-10-15btrfs: reset max_extent_size on clear in a bitmapGravatar Josef Bacik 1-0/+2
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSGravatar Josef Bacik 1-0/+8
2018-10-15btrfs: release metadata before running delayed refsGravatar Josef Bacik 1-3/+3
2018-10-15Btrfs: kill btrfs_clear_path_blockingGravatar Liu Bo 3-58/+4
2018-10-15btrfs: dev-replace: remove pointless assert in write unlockGravatar David Sterba 1-1/+0
2018-10-15btrfs: dev-replace: move replace members out of fs_infoGravatar David Sterba 3-15/+16
2018-10-15btrfs: dev-replace: avoid useless lock on error handling pathGravatar David Sterba 1-1/+6
2018-10-15btrfs: open code btrfs_after_dev_replace_commitGravatar David Sterba 3-10/+4
2018-10-15btrfs: open code btrfs_dev_replace_stats_incGravatar David Sterba 2-12/+4
2018-10-15btrfs: open code btrfs_dev_replace_clear_lock_blockingGravatar David Sterba 3-15/+5
2018-10-15btrfs: remove btrfs_dev_replace::read_locksGravatar David Sterba 3-7/+0
2018-10-15btrfs: tree-checker: Check level for leaves and nodesGravatar Qu Wenruo 1-0/+14
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Gravatar Qu Wenruo 3-11/+21
2018-10-15btrfs: qgroup: Don't trace subtree if we're dropping reloc treeGravatar Qu Wenruo 1-1/+7
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsGravatar Qu Wenruo 3-8/+112