summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-09-23btrfs: use booleans in walk control structure for log replayFilipe Manana1-9/+14
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo3-3/+7
2025-09-23btrfs: introduce btrfs_bio_for_each_block_all() helperQu Wenruo2-29/+44
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo6-46/+60
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo5-31/+57
2025-09-23btrfs: support all block sizes which is no larger than page sizeQu Wenruo1-0/+4
2025-09-23btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba35-62/+60
2025-09-23btrfs: reduce compression workspace buffer space to block sizeQu Wenruo3-11/+20
2025-09-23btrfs: rename btrfs_compress_op to btrfs_compress_levelsQu Wenruo5-18/+15
2025-09-23btrfs: cleanup the per-module compression workspace managersQu Wenruo5-111/+1
2025-09-23btrfs: migrate to use per-fs workspace managerQu Wenruo2-41/+48
2025-09-23btrfs: add generic workspace manager initializationQu Wenruo1-0/+66
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo5-10/+93
2025-09-23btrfs: add an fs_info parameter for compression workspace managerQu Wenruo5-54/+62
2025-09-23btrfs: keep folios locked inside run_delalloc_nocow()Qu Wenruo1-51/+22
2025-09-23btrfs: make nocow_one_range() to do cleanup on errorQu Wenruo1-21/+39
2025-09-23btrfs: enhance error messages for delalloc range failureQu Wenruo1-11/+18
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-1/+1
2025-09-22btrfs: rework error handling of run_delalloc_nocow()Qu Wenruo1-59/+61
2025-09-22btrfs: add mount option for ref_trackerLeo Martins3-0/+23
2025-09-22btrfs: print leaked references in kill_all_delayed_nodes()Leo Martins2-0/+9
2025-09-22btrfs: implement ref_tracker for delayed_nodesLeo Martins3-55/+191
2025-09-22btrfs: convert several int parameters to boolDavid Sterba22-76/+72
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins7-32/+11
2025-09-22btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()Xichao Zhao1-4/+1
2025-09-22btrfs: simplify support block size checkQu Wenruo4-21/+41
2025-09-22btrfs: use blocksize to check if compression is making things largerQu Wenruo2-2/+4
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo6-25/+18
2025-09-22btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov5-3/+97
2025-09-22btrfs: remove duplicate inclusion of linux/types.hJiapeng Chong1-1/+0
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn3-9/+15
2025-09-22btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...Johannes Thumshirn1-1/+5
2025-09-22btrfs: collapse unaccount_log_buffer() into clean_log_buffer()Filipe Manana1-30/+21
2025-09-22btrfs: use local key variable to pass arguments in replay_one_extent()Filipe Manana1-3/+1
2025-09-22btrfs: process inline extent earlier in replay_one_extent()Filipe Manana1-164/+163
2025-09-22btrfs: exit early when replaying hole file extent item from a log treeFilipe Manana1-133/+124
2025-09-22btrfs: abort transaction where errors happen during log tree replayFilipe Manana1-51/+186
2025-09-22btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()Filipe Manana1-1/+1
2025-09-22btrfs: use local variable for the transaction handle in replay_one_buffer()Filipe Manana1-17/+11
2025-09-22btrfs: abort transaction in the process_one_buffer() log tree walk callbackFilipe Manana1-4/+16
2025-09-22btrfs: abort transaction on specific error places when walking log treeFilipe Manana1-5/+28
2025-09-22btrfs: replace double boolean parameters of cow_file_range()Qu Wenruo1-15/+17
2025-09-20Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+43
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari4-5/+5
2025-09-18btrfs: reject invalid compression levelQu Wenruo3-18/+33
2025-09-18btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2