index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-09-05
btrfs: zoned: fix mounting with conventional zones
Johannes Thumshirn
1
-41
/
+40
2022-09-05
btrfs: zoned: set pseudo max append zone limit in zone emulation mode
Shin'ichiro Kawasaki
1
-3
/
+12
2022-09-05
btrfs: zoned: fix API misuse of zone finish waiting
Naohiro Aota
1
-2
/
+1
2022-07-25
btrfs: zoned: wait until zone is finished when allocation didn't progress
Naohiro Aota
1
-0
/
+6
2022-07-25
btrfs: zoned: activate metadata block group on flush_space
Naohiro Aota
1
-0
/
+53
2022-07-25
btrfs: zoned: introduce space_info->active_total_bytes
Naohiro Aota
1
-0
/
+6
2022-07-25
btrfs: zoned: finish least available block group on data bg allocation
Naohiro Aota
1
-0
/
+40
2022-07-25
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
1
-1
/
+4
2022-07-25
btrfs: zoned: revive max_zone_append_bytes
Naohiro Aota
1
-0
/
+17
2022-07-25
btrfs: zoned: fix comment description for sb_write_pointer logic
Pankaj Raghav
1
-3
/
+3
2022-07-11
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-20
/
+14
2022-07-08
btrfs: zoned: drop optimization of zone finish
Naohiro Aota
1
-15
/
+6
2022-07-08
btrfs: zoned: fix a leaked bioc in read_zone_info
Christoph Hellwig
1
-5
/
+8
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+27
2022-06-21
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
1
-0
/
+27
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-75
/
+142
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2022-05-17
btrfs: zoned: introduce a minimal zone size 4M and reject mount
Johannes Thumshirn
1
-3
/
+12
2022-05-17
btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
Naohiro Aota
1
-1
/
+1
2022-05-16
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
1
-0
/
+31
2022-05-16
btrfs: zoned: finish block group when there are no more allocatable bytes left
Naohiro Aota
1
-1
/
+10
2022-05-16
btrfs: zoned: consolidate zone finish functions
Naohiro Aota
1
-73
/
+64
2022-05-16
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
1
-1
/
+1
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
1
-0
/
+27
2022-05-05
btrfs: zoned: activate block group properly on unlimited active zone device
Naohiro Aota
1
-14
/
+8
2022-05-05
btrfs: zoned: move non-changing condition check out of the loop
Naohiro Aota
1
-6
/
+6
2022-04-17
btrfs: use bdev_max_active_zones instead of open coding it
Christoph Hellwig
1
-2
/
+1
2022-03-23
btrfs: zoned: remove left over ASSERT checking for single profile
Johannes Thumshirn
1
-4
/
+0
2022-03-23
btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone
Johannes Thumshirn
1
-4
/
+5
2022-03-14
btrfs: zoned: remove redundant assignment in btrfs_check_zoned_mode
Pankaj Raghav
1
-2
/
+1
2022-03-14
btrfs: zoned: allow DUP on meta-data block groups
Johannes Thumshirn
1
-0
/
+36
2022-03-14
btrfs: zoned: prepare for allowing DUP on zoned
Johannes Thumshirn
1
-9
/
+16
2022-03-14
btrfs: zoned: make zone finishing multi stripe capable
Johannes Thumshirn
1
-22
/
+24
2022-03-14
btrfs: zoned: make zone activation multi stripe capable
Johannes Thumshirn
1
-26
/
+31
2022-01-07
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
1
-3
/
+2
2022-01-07
btrfs: zoned: simplify btrfs_check_meta_write_pointer
Johannes Thumshirn
1
-18
/
+8
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+2
2022-01-03
btrfs: zoned: cache reported zone during mount
Naohiro Aota
1
-9
/
+77
[next]