aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2021-02-09btrfs: zoned: implement zoned chunk allocatorNaohiro Aota
2021-02-09btrfs: zoned: allow zoned filesystems on non-zoned block devicesJohannes Thumshirn
2021-02-09btrfs: zoned: disallow fitrim on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn
2021-02-09btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn
2021-02-09btrfs: zoned: use regular super block location on zone emulationNaohiro Aota
2021-02-09btrfs: zoned: defer loading zone info after opening treesNaohiro Aota
2021-02-08btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-02-08btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo
2021-02-08btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: introduce subpage metadata validation checkQu Wenruo
2021-02-08btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo
2021-02-08btrfs: introduce read_extent_buffer_subpage()Qu Wenruo
2021-02-08btrfs: support subpage in try_release_extent_buffer()Qu Wenruo
2021-02-08btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo
2021-02-08btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo
2021-02-08btrfs: introduce helpers for subpage error statusQu Wenruo
2021-02-08btrfs: introduce helpers for subpage uptodate statusQu Wenruo