summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana1-4/+27
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov2-4/+6
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-1/+1
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov1-2/+2
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov1-1/+4
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap1-2/+2
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn1-3/+0
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik1-4/+4
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana1-0/+18
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana1-2/+19
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana5-3/+72
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana1-3/+1
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov1-2/+4
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo1-13/+26
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo1-6/+17
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota1-1/+2
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota1-1/+22
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2-11/+28
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota1-1/+33
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota5-4/+90
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota2-6/+29
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota5-0/+80
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota1-2/+32
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota3-0/+123
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota4-1/+101
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota3-17/+80
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota4-0/+204
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota1-0/+2
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota1-0/+9
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota6-1/+109
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota1-2/+32
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota1-0/+18
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota8-3/+129
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn1-2/+3
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn3-0/+38
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota3-11/+15
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn3-2/+36
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota3-0/+175
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota4-11/+12
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota1-3/+26
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota1-15/+45
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota3-7/+33
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota1-1/+15
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota9-1/+88
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota3-6/+94
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota10-18/+151