summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-022-13/+19
|\
| *---. Merge branches 'work.mount', 'work.alpha', 'work.compat', 'work.misc' and 'wo...Al Viro2018-10-2911-77/+219
| |\ \ \
| | * | | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-112-13/+19
* | | | | Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell2018-11-023-30/+31
|\ \ \ \ \
| * | | | | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-302-8/+11
| * | | | | vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-303-29/+27
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell2018-11-026-49/+55
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ext/cmason/fix-dirty-writes' into for-next-current-v4.19-20181025David Sterba2018-10-251-18/+49
| |\ \ \ \ \
| | * | | | | Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2018-10-171-18/+49
| * | | | | | Merge branch 'ext/nikbor/eb-ref-cleanups' into for-next-current-v4.19-20181025David Sterba2018-10-255-31/+6
| |\ \ \ \ \ \
| | * | | | | | btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-10-162-12/+5
| | * | | | | | btrfs: Remove unnecessary locking code in qgroup_rescan_leafNikolay Borisov2018-10-161-6/+1
| | * | | | | | btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov2018-10-161-2/+0
| | * | | | | | btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2018-10-161-1/+0
| | * | | | | | btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2018-10-161-1/+0
| | * | | | | | btrfs: Remove needless locking in iterate_inode_extrefsNikolay Borisov2018-10-161-5/+0
| | * | | | | | btrfs: Remove needless locking in iterate_inode_refsNikolay Borisov2018-10-161-4/+0
| | |/ / / / /
* | | | | | | Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-308-67/+110
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-10-221-0/+2
| * | | | | | Btrfs: fix use-after-free during inode evictionFilipe Manana2018-10-191-1/+3
| * | | | | | btrfs: move the dio_sem higher up the callchainJosef Bacik2018-10-192-2/+12
| * | | | | | btrfs: don't run delayed_iputs in commitJosef Bacik2018-10-191-9/+0
| * | | | | | btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4
| * | | | | | btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-10-191-1/+9
| * | | | | | btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-10-191-2/+5
| * | | | | | btrfs: set max_extent_size properlyJosef Bacik2018-10-191-10/+20
| * | | | | | btrfs: reset max_extent_size properlyJosef Bacik2018-10-191-0/+2
| * | | | | | btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi2018-10-171-23/+27
| * | | | | | Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-172-10/+23
| * | | | | | Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana2018-10-171-1/+2
| * | | | | | Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-10-171-0/+1
| |/ / / / /
* | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-282-11/+7
|\ \ \ \ \ \
| * | | | | | btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-212-8/+4
| * | | | | | pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-2/+2
| * | | | | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-9/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | simplify btrfs_lookup()Al Viro2018-10-101-9/+3
| | |/ / | |/| |
* | | | btrfs: switch return_bigger to bool in find_ref_headLu Fengqi2018-10-151-5/+6
* | | | btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-154-9/+6
* | | | btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-154-7/+6
* | | | btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi2018-10-153-6/+3
* | | | btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi2018-10-153-8/+5
* | | | btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi2018-10-151-6/+7
* | | | btrfs: relocation: Remove redundant tree level checkQu Wenruo2018-10-151-1/+0
* | | | btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo2018-10-151-15/+8
* | | | btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2018-10-152-0/+6
* | | | Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-10-151-3/+27
* | | | Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana2018-10-151-10/+32
* | | | btrfs: drop min_size from evict_refill_and_joinJosef Bacik2018-10-151-10/+6
* | | | btrfs: assert on non-empty delayed iputsJosef Bacik2018-10-151-0/+1