index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
Naohiro Aota
1
-4
/
+15
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
1
-3
/
+13
2023-08-21
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
1
-23
/
+3
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
1
-2
/
+79
2023-08-21
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
1
-5
/
+88
2023-08-21
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
1
-0
/
+3
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
1
-14
/
+1
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
1
-8
/
+22
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
1
-15
/
+20
2023-08-21
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
1
-2
/
+2
2023-07-20
btrfs: zoned: do not enable async discard
Naohiro Aota
1
-0
/
+3
2023-06-19
btrfs: open code btrfs_map_sblock
Christoph Hellwig
1
-2
/
+2
2023-06-19
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
1
-4
/
+2
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
1
-12
/
+58
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
1
-39
/
+22
2023-06-19
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
1
-2
/
+2
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
1
-1
/
+1
2023-06-19
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
1
-1
/
+1
2023-06-19
btrfs: open code set_extent_bits_nowait
David Sterba
1
-2
/
+2
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
1
-24
/
+4
2023-06-19
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
1
-6
/
+6
2023-05-10
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
1
-2
/
+2
2023-05-10
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
1
-4
/
+3
2023-04-28
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
Naohiro Aota
1
-3
/
+3
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
1
-2
/
+2
2023-03-15
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
1
-4
/
+0
2023-03-15
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
1
-5
/
+19
2023-03-15
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
1
-2
/
+1
2023-03-15
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Naohiro Aota
1
-2
/
+12
2023-02-15
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
1
-23
/
+24
2023-02-15
btrfs: never return true for reads in btrfs_use_zone_append
Christoph Hellwig
1
-0
/
+3
2023-02-15
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
1
-1
/
+3
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
1
-20
/
+0
2023-02-15
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
1
-26
/
+26
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
1
-8
/
+5
2023-02-13
btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zones
Naohiro Aota
1
-2
/
+5
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_sb_log_location
Josef Bacik
1
-1
/
+1
2023-01-11
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
1
-0
/
+2
2022-12-05
btrfs: convert btrfs_block_group::seq_zone to runtime flag
David Sterba
1
-3
/
+4
2022-12-05
btrfs: zoned: use helper to check a power of two zone size
David Sterba
1
-2
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-3
/
+3
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-11-23
btrfs: use kvcalloc in btrfs_get_dev_zone_info
Christoph Hellwig
1
-3
/
+3
2022-11-21
btrfs: zoned: fix missing endianness conversion in sb_write_pointer
Christoph Hellwig
1
-1
/
+2
2022-11-07
btrfs: zoned: clone zoned device info when cloning a device
Johannes Thumshirn
1
-0
/
+40
2022-09-26
btrfs: zoned: refactor device checks in btrfs_check_zoned_mode
Christoph Hellwig
1
-69
/
+41
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
1
-1
/
+0
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-12
/
+19
2022-09-13
btrfs: zoned: wait for extent buffer IOs before finishing a zone
Naohiro Aota
1
-2
/
+38
[next]