index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.c
Age
Commit message (
Expand
)
Author
2024-07-19
btrfs: change BTRFS_MOUNT_* flags to 64bit type
Qu Wenruo
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
2024-07-11
btrfs: zoned: make btrfs_get_dev_zone() static
Filipe Manana
2024-05-24
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-05-15
btrfs: zoned: fix use-after-free due to race with dev replace
Filipe Manana
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-03-27
Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-26
btrfs: zoned: fix use-after-free in do_zone_finish()
Johannes Thumshirn
2024-03-12
Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-02-26
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-22
btrfs: zoned: don't skip block group profile checks on conventional zones
Johannes Thumshirn
2024-02-14
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-13
btrfs: zoned: fix chunk map leak when loading block group zone info
Filipe Manana
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-02-12
btrfs: zoned: call blkdev_zone_mgmt in nofs scope
Johannes Thumshirn
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-12
btrfs: zoned: fix lock ordering in btrfs_zone_activate()
Naohiro Aota
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-15
btrfs: add reconfigure callback for fs_context
Josef Bacik
2023-12-15
btrfs: remove now unneeded btrfs_redirty_list_add
Johannes Thumshirn
2023-12-15
btrfs: zoned: don't clear dirty flag of extent buffer
Johannes Thumshirn
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-11-03
btrfs: zoned: drop no longer valid write pointer check
Naohiro Aota
2023-10-12
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
2023-10-12
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
2023-10-12
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
2023-10-12
btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()
Qu Wenruo
2023-08-22
btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
Naohiro Aota
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2023-08-21
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
2023-08-21
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
[next]