summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota
2021-02-09btrfs: zoned: advance allocation pointer after tree log nodeNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota
2021-02-09btrfs: zoned: load zone's allocation offsetNaohiro Aota
2021-02-09btrfs: zoned: verify device extent is aligned to zoneNaohiro Aota