summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
2021-12-08btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn
2021-10-26btrfs: zoned: use kmemdup() to replace kmalloc + memcpyKai Song
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota
2021-10-26btrfs: zoned: load active zone info for block groupNaohiro Aota
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota
2021-10-26btrfs: zoned: locate superblock position using zone capacityNaohiro Aota
2021-10-26btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota
2021-10-26btrfs: zoned: load zone capacity information from devicesNaohiro Aota
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
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