summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn
2021-06-21btrfs: zoned: bail out if we can't read a reliable write pointerJohannes Thumshirn
2021-06-21btrfs: zoned: print message when zone sanity check type failsNaohiro Aota
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-05-04btrfs: zoned: sanity check zone typeNaohiro Aota
2021-04-19btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
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: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro 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: implement zoned chunk allocatorNaohiro Aota
2021-02-09btrfs: zoned: allow zoned filesystems on non-zoned block devicesJohannes Thumshirn
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes 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: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-09btrfs: disallow mixed-bg in ZONED modeNaohiro Aota
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota