aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 Mateos2-5/+5
2025-09-22ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()Dmitry Antipov3-21/+17
2025-09-22hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-09-22fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-2/+2
2025-09-22xfs: scrub: use kstrdup_const() for metapath scan setupsDmitry Antipov1-6/+6
2025-09-22xfs: use bt_nr_sectors in xfs_dax_translate_rangeChristoph Hellwig1-1/+1
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig5-34/+52
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_workfn()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-21smb: client: handle unlink(2) of files open by different clientsPaulo Alcantara1-11/+88
2025-09-21smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher1-3/+3
2025-09-21smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8