index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
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
2026-04-07
btrfs: fix silent IO error loss in encoded writes and zoned split
Michal Grzedzicki
1
-1
/
+1
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel Sabaté Solà
1
-3
/
+2
2026-04-07
btrfs: rename btrfs_ordered_extent::list to csum_list
Qu Wenruo
1
-4
/
+3
2026-04-07
btrfs: tests: zoned: add tests cases for zoned code
Naohiro Aota
1
-0
/
+3
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-0
/
+7
2026-03-16
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2026-03-13
btrfs: don't take device_list_mutex when querying zone info
Johannes Thumshirn
1
-2
/
+4
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+3
2026-02-03
btrfs: zoned: factor out the zone loading part into a testable function
Naohiro Aota
1
-48
/
+57
2026-02-03
btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()
Johannes Thumshirn
1
-3
/
+3
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10
Naohiro Aota
1
-15
/
+179
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for DUP
Naohiro Aota
1
-0
/
+14
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
Naohiro Aota
1
-0
/
+15
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
1
-4
/
+5
2026-02-03
btrfs: zoned: print block-group type for zoned statistics
Johannes Thumshirn
1
-2
/
+3
2026-02-03
btrfs: zoned: show statistics about zoned filesystems in mountstats
Johannes Thumshirn
1
-0
/
+54
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-23
/
+30
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+6
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
1
-14
/
+23
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
1
-2
/
+2
2025-11-24
btrfs: replace const_ilog2() with ilog2()
Andy Shevchenko
1
-2
/
+2
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel Sabaté Solà
1
-2
/
+1
2025-11-24
btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()
Filipe Manana
1
-3
/
+2
2025-11-11
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+28
2025-11-05
btrfs: zoned: fix stripe width calculation
Naohiro Aota
1
-30
/
+26
2025-11-05
btrfs: zoned: fix conventional zone capacity calculation
Naohiro Aota
1
-2
/
+2
2025-11-05
btrfs: use blkdev_report_zones_cached()
Damien Le Moal
1
-5
/
+6
2025-10-16
Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-10-13
btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
Miquel Sabaté Solà
1
-1
/
+1
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-30
/
+36
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-23
btrfs: zoned: don't fail mount needlessly due to too many active zones
Johannes Thumshirn
1
-0
/
+6
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-19
/
+19
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-7
/
+7
2025-09-23
btrfs: zoned: don't fail mount needlessly due to too many active zones
Johannes Thumshirn
1
-0
/
+6
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
1
-3
/
+5
2025-09-22
btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...
Johannes Thumshirn
1
-1
/
+5
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-15
btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()
Johannes Thumshirn
1
-1
/
+1
2025-08-13
btrfs: fix buffer index in wait_eb_writebacks()
Naohiro Aota
1
-1
/
+1
2025-08-13
btrfs: zoned: limit active zones to max_open_zones
Naohiro Aota
1
-1
/
+7
2025-08-13
btrfs: zoned: fix write time activation failure for metadata block group
Naohiro Aota
1
-4
/
+9
2025-08-13
btrfs: zoned: fix data relocation block group reservation
Naohiro Aota
1
-8
/
+47
2025-08-13
btrfs: zoned: skip ZONE FINISH of conventional zones
Johannes Thumshirn
1
-20
/
+35
2025-08-07
btrfs: zoned: do not select metadata BG as finish target
Naohiro Aota
1
-1
/
+1
2025-07-22
btrfs: remove struct rcu_string
David Sterba
1
-1
/
+0
2025-07-22
btrfs: open code RCU for device name
David Sterba
1
-11
/
+11
[next]