summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-01-17Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-17btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-01-17Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-01-13btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo
2020-01-08btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-08btrfs: do not delete mismatched root refsJosef Bacik
2020-01-08btrfs: fix invalid removal of root refJosef Bacik
2020-01-08btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-01-03Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-30Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2019-12-30btrfs: fix compressed write bio blkcg attributionDennis Zhou
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou
2019-12-17Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-13btrfs: send: remove WARN_ON for readonly mountAnand Jain
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-12-13btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-12-13Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba
2019-12-13btrfs: tree-checker: Fix error format string for size_tAndreas Färber
2019-12-13btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2019-12-13btrfs: handle error in btrfs_cache_block_groupJosef Bacik
2019-12-13btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana
2019-12-13btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov
2019-12-09btrfs: add Kconfig dependency for BLAKE2BDavid Sterba
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-18btrfs: drop bdev argument from submit_extent_pageDavid Sterba
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba
2019-11-18btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo
2019-11-18btrfs: document extent buffer lockingDavid Sterba
2019-11-18btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesDavid Sterba
2019-11-18btrfs: set blocking_writers directly, no increment or decrementDavid Sterba
2019-11-18btrfs: merge blocking_writers branches in btrfs_tree_read_lockDavid Sterba
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba