index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix typos found by codespell
David Sterba
2023-12-15
1
-1
/
+1
*
btrfs: add reconfigure callback for fs_context
Josef Bacik
2023-12-15
1
-2
/
+3
*
btrfs: remove now unneeded btrfs_redirty_list_add
Johannes Thumshirn
2023-12-15
1
-5
/
+0
*
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
2023-08-21
1
-0
/
+8
*
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
1
-8
/
+0
*
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
1
-5
/
+5
*
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
1
-4
/
+2
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
1
-4
/
+2
*
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
1
-2
/
+0
*
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
2023-02-15
1
-2
/
+2
*
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-9
/
+0
*
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
2023-02-15
1
-1
/
+0
*
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
2023-02-15
1
-4
/
+2
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: zoned: clone zoned device info when cloning a device
Johannes Thumshirn
2022-11-07
1
-0
/
+11
*
btrfs: zoned: activate metadata block group on flush_space
Naohiro Aota
2022-07-25
1
-0
/
+10
*
btrfs: zoned: finish least available block group on data bg allocation
Naohiro Aota
2022-07-25
1
-0
/
+7
*
btrfs: zoned: revive max_zone_append_bytes
Naohiro Aota
2022-07-25
1
-0
/
+1
*
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
2022-06-21
1
-0
/
+5
*
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
2022-05-16
1
-0
/
+5
*
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
2022-05-16
1
-0
/
+6
*
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
2022-05-16
1
-0
/
+6
*
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
2022-05-16
1
-5
/
+1
*
btrfs: zoned: use dedicated lock for data relocation
Naohiro Aota
2022-04-21
1
-2
/
+2
*
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
2022-01-07
1
-3
/
+2
*
btrfs: zoned: encapsulate inode locking for zoned relocation
Johannes Thumshirn
2022-01-07
1
-0
/
+17
*
btrfs: zoned: cache reported zone during mount
Naohiro Aota
2022-01-03
1
-2
/
+6
*
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
2021-10-26
1
-0
/
+3
*
btrfs: zoned: finish fully written block group
Naohiro Aota
2021-10-26
1
-0
/
+5
*
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
2021-10-26
1
-0
/
+8
*
btrfs: zoned: implement active zone tracking
Naohiro Aota
2021-10-26
1
-0
/
+12
*
btrfs: zoned: load active zone information from devices
Naohiro Aota
2021-10-26
1
-0
/
+3
*
btrfs: zoned: finish superblock zone once no space left for new SB
Naohiro Aota
2021-10-26
1
-3
/
+5
*
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
2021-08-23
1
-1
/
+0
*
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
2021-06-21
1
-0
/
+9
*
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
2021-05-20
1
-3
/
+2
*
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021-04-20
1
-0
/
+6
*
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
1
-0
/
+14
*
btrfs: zoned: support dev-replace in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+9
*
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
2021-02-09
1
-0
/
+7
*
btrfs: zoned: serialize metadata IO
Naohiro Aota
2021-02-09
1
-0
/
+32
*
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
1
-0
/
+12
*
btrfs: zoned: cache if block group is on a sequential zone
Johannes Thumshirn
2021-02-09
1
-0
/
+6
*
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
2021-02-09
1
-0
/
+15
*
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
1
-0
/
+7
*
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-09
1
-0
/
+3
*
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
2021-02-09
1
-2
/
+2
*
btrfs: zoned: load zone's allocation offset
Naohiro Aota
2021-02-09
1
-0
/
+7
*
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
2021-02-09
1
-0
/
+25
*
btrfs: zoned: allow zoned filesystems on non-zoned block devices
Johannes Thumshirn
2021-02-09
1
-5
/
+9
[next]