summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-252-9/+29
|\
| * btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba2020-01-251-4/+1
| * btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo2020-01-241-5/+28
* | Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-176-46/+114
|\|
| * btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-171-1/+5
| * Btrfs: always copy scrub arguments back to user spaceFilipe Manana2020-01-171-1/+13
| * btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo2020-01-131-5/+46
| * btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-081-1/+5
| * btrfs: do not delete mismatched root refsJosef Bacik2020-01-081-4/+6
| * btrfs: fix invalid removal of root refJosef Bacik2020-01-081-8/+19
| * btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-081-26/+20
* | Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-032-4/+9
|\|
| * Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2019-12-301-3/+3
| * btrfs: fix compressed write bio blkcg attributionDennis Zhou2019-12-301-4/+5
| * btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou2019-12-301-0/+4
* | Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-1717-56/+127
|\|
| * btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-131-6/+0
| * btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-131-0/+1
| * btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-131-2/+21
| * btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-131-0/+2
| * btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-131-2/+8
| * Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana2019-12-131-11/+5
| * Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-131-1/+1
| * Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana2019-12-131-2/+16
| * Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-134-9/+36
| * btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-133-6/+8
| * btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba2019-12-131-2/+2
| * btrfs: tree-checker: Fix error format string for size_tAndreas Färber2019-12-131-1/+1
| * btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-131-6/+4
| * btrfs: handle error in btrfs_cache_block_groupJosef Bacik2019-12-131-2/+18
| * btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-131-2/+0
| * Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana2019-12-131-2/+2
| * btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2019-12-131-2/+2
* | btrfs: add Kconfig dependency for BLAKE2BDavid Sterba2019-12-091-0/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ | |/ |/|
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | btrfs: drop bdev argument from submit_extent_pageDavid Sterba2019-11-181-8/+3
* | btrfs: remove extent_map::bdevDavid Sterba2019-11-188-31/+2
* | btrfs: drop bio_set_dev where not neededDavid Sterba2019-11-182-11/+0
* | btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba2019-11-181-1/+4
* | btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-11-181-0/+3
* | Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana2019-11-183-45/+2
* | btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2019-11-184-20/+54
* | btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2019-11-182-4/+4
* | btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2019-11-182-5/+5
* | btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-1825-281/+266
* | btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo2019-11-181-9/+8
* | btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo2019-11-181-111/+108
* | btrfs: document extent buffer lockingDavid Sterba2019-11-181-14/+158
* | btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesDavid Sterba2019-11-181-11/+21