summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik2020-01-201-18/+4
* btrfs: don't pass system_chunk into can_overcommitJosef Bacik2020-01-201-27/+15
* btrfs: Opencode ordered_data_tree_panicNikolay Borisov2020-01-201-9/+3
* btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo2020-01-201-2/+14
* btrfs: remove unused condition check in btrfs_page_mkwrite()Yunfeng Ye2020-01-201-7/+4
* btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov2020-01-201-9/+0
* btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov2020-01-201-2/+0
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-203-28/+18
* btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentNikolay Borisov2020-01-201-9/+15
* btrfs: Don't discard unwritten extentsNikolay Borisov2020-01-202-3/+10
* btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza2020-01-201-5/+5
* btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza2020-01-201-24/+10
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-203-20/+9
* btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain2020-01-202-2/+2
* btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain2020-01-203-9/+9
* btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain2020-01-202-15/+13
* btrfs: fill ncopies for all raid table entriesDavid Sterba2020-01-201-0/+2
* btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba2020-01-201-10/+5
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-01-201-288/+100
* 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