aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23btrfs: remove redundant path release when processing dentry during log replayFilipe Manana1-1/+0
2025-09-23btrfs: avoid unnecessary path allocation when replaying a dir itemFilipe Manana1-9/+1
2025-09-23btrfs: avoid path allocations when dropping extents during log replayFilipe Manana1-0/+2
2025-09-23btrfs: avoid unnecessary path allocation at fixup_inode_link_count()Filipe Manana1-7/+3
2025-09-23btrfs: add current log leaf, key and slot to struct walk_controlFilipe Manana1-129/+126
2025-09-23btrfs: use the inode item boolean everywhere in overwrite_item()Filipe Manana1-5/+5
2025-09-23btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana1-5/+3
2025-09-23btrfs: use level argument in log tree walk callback process_one_buffer()Filipe Manana1-2/+1
2025-09-23btrfs: pass walk_control structure to overwrite_item()Filipe Manana1-6/+7
2025-09-23btrfs: pass walk_control structure to drop_one_dir_item() and helpersFilipe Manana1-21/+23
2025-09-23btrfs: pass walk_control structure to replay_one_dir_item() and replay_one_na...Filipe Manana1-8/+8
2025-09-23btrfs: pass walk_control structure to add_inode_ref() and helpersFilipe Manana1-24/+23
2025-09-23btrfs: pass walk_control structure to replay_one_extent()Filipe Manana1-3/+4
2025-09-23btrfs: pass walk_control structure to check_item_in_log()Filipe Manana1-8/+8
2025-09-23btrfs: pass walk_control structure to replay_dir_deletes()Filipe Manana1-14/+14
2025-09-23btrfs: move up the definition of struct walk_controlFilipe Manana1-52/+51
2025-09-23btrfs: pass walk_control structure to replay_xattr_deletes()Filipe Manana1-6/+7
2025-09-23btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana2-2/+1
2025-09-23btrfs: stop setting log_root_tree->log_root to NULL in btrfs_recover_log_trees()Filipe Manana1-1/+0
2025-09-23btrfs: stop passing transaction parameter to log tree walk functionsFilipe Manana1-14/+14
2025-09-23btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()Filipe Manana1-4/+1
2025-09-23btrfs: add and use a log root field to struct walk_controlFilipe Manana1-27/+35
2025-09-23btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()Filipe Manana1-6/+5
2025-09-23btrfs: rename replay_dest member of struct walk_control to rootFilipe Manana1-15/+17
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 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