index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
btrfs: use booleans in walk control structure for log replay
Filipe Manana
1
-9
/
+14
2025-09-23
btrfs: cache max and min order inside btrfs_fs_info
Qu Wenruo
3
-3
/
+7
2025-09-23
btrfs: introduce btrfs_bio_for_each_block_all() helper
Qu Wenruo
2
-29
/
+44
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
6
-46
/
+60
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
5
-31
/
+57
2025-09-23
btrfs: support all block sizes which is no larger than page size
Qu Wenruo
1
-0
/
+4
2025-09-23
btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
Thorsten Blum
1
-2
/
+1
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
35
-62
/
+60
2025-09-23
btrfs: reduce compression workspace buffer space to block size
Qu Wenruo
3
-11
/
+20
2025-09-23
btrfs: rename btrfs_compress_op to btrfs_compress_levels
Qu Wenruo
5
-18
/
+15
2025-09-23
btrfs: cleanup the per-module compression workspace managers
Qu Wenruo
5
-111
/
+1
2025-09-23
btrfs: migrate to use per-fs workspace manager
Qu Wenruo
2
-41
/
+48
2025-09-23
btrfs: add generic workspace manager initialization
Qu Wenruo
1
-0
/
+66
2025-09-23
btrfs: add workspace manager initialization for zstd
Qu Wenruo
5
-10
/
+93
2025-09-23
btrfs: add an fs_info parameter for compression workspace manager
Qu Wenruo
5
-54
/
+62
2025-09-23
btrfs: keep folios locked inside run_delalloc_nocow()
Qu Wenruo
1
-51
/
+22
2025-09-23
btrfs: make nocow_one_range() to do cleanup on error
Qu Wenruo
1
-21
/
+39
2025-09-23
btrfs: enhance error messages for delalloc range failure
Qu Wenruo
1
-11
/
+18
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-1
/
+1
2025-09-22
btrfs: rework error handling of run_delalloc_nocow()
Qu Wenruo
1
-59
/
+61
2025-09-22
btrfs: add mount option for ref_tracker
Leo Martins
3
-0
/
+23
2025-09-22
btrfs: print leaked references in kill_all_delayed_nodes()
Leo Martins
2
-0
/
+9
2025-09-22
btrfs: implement ref_tracker for delayed_nodes
Leo Martins
3
-55
/
+191
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
22
-76
/
+72
2025-09-22
btrfs: move ref-verify under CONFIG_BTRFS_DEBUG
Leo Martins
7
-32
/
+11
2025-09-22
btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()
Xichao Zhao
1
-4
/
+1
2025-09-22
btrfs: simplify support block size check
Qu Wenruo
4
-21
/
+41
2025-09-22
btrfs: use blocksize to check if compression is making things larger
Qu Wenruo
2
-2
/
+4
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
6
-25
/
+18
2025-09-22
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
1
-2
/
+4
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
5
-3
/
+97
2025-09-22
btrfs: remove duplicate inclusion of linux/types.h
Jiapeng Chong
1
-1
/
+0
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
3
-9
/
+15
2025-09-22
btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...
Johannes Thumshirn
1
-1
/
+5
2025-09-22
btrfs: collapse unaccount_log_buffer() into clean_log_buffer()
Filipe Manana
1
-30
/
+21
2025-09-22
btrfs: use local key variable to pass arguments in replay_one_extent()
Filipe Manana
1
-3
/
+1
2025-09-22
btrfs: process inline extent earlier in replay_one_extent()
Filipe Manana
1
-164
/
+163
2025-09-22
btrfs: exit early when replaying hole file extent item from a log tree
Filipe Manana
1
-133
/
+124
2025-09-22
btrfs: abort transaction where errors happen during log tree replay
Filipe Manana
1
-51
/
+186
2025-09-22
btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()
Filipe Manana
1
-1
/
+1
2025-09-22
btrfs: use local variable for the transaction handle in replay_one_buffer()
Filipe Manana
1
-17
/
+11
2025-09-22
btrfs: abort transaction in the process_one_buffer() log tree walk callback
Filipe Manana
1
-4
/
+16
2025-09-22
btrfs: abort transaction on specific error places when walking log tree
Filipe Manana
1
-5
/
+28
2025-09-22
btrfs: replace double boolean parameters of cow_file_range()
Qu Wenruo
1
-15
/
+17
2025-09-20
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-21
/
+43
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
4
-5
/
+5
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
3
-18
/
+33
2025-09-18
btrfs: ref-verify: handle damaged extent root tree
David Sterba
1
-1
/
+8
2025-09-18
btrfs: tree-checker: fix the incorrect inode ref size check
Qu Wenruo
1
-2
/
+2
[prev]
[next]