summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-23btrfs: stop passing transaction parameter to log tree walk functionsFilipe Manana
2025-09-23btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()Filipe Manana
2025-09-23btrfs: add and use a log root field to struct walk_controlFilipe Manana
2025-09-23btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()Filipe Manana
2025-09-23btrfs: rename replay_dest member of struct walk_control to rootFilipe Manana
2025-09-23btrfs: use booleans in walk control structure for log replayFilipe Manana
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block_all() helperQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-23btrfs: support all block sizes which is no larger than page sizeQu Wenruo
2025-09-23btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-23btrfs: reduce compression workspace buffer space to block sizeQu Wenruo
2025-09-23btrfs: rename btrfs_compress_op to btrfs_compress_levelsQu Wenruo
2025-09-23btrfs: cleanup the per-module compression workspace managersQu Wenruo
2025-09-23btrfs: migrate to use per-fs workspace managerQu Wenruo
2025-09-23btrfs: add generic workspace manager initializationQu Wenruo
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo
2025-09-23btrfs: add an fs_info parameter for compression workspace managerQu Wenruo
2025-09-23btrfs: keep folios locked inside run_delalloc_nocow()Qu Wenruo
2025-09-23btrfs: make nocow_one_range() to do cleanup on errorQu Wenruo
2025-09-23btrfs: enhance error messages for delalloc range failureQu Wenruo
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-22ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()Dmitry Antipov
2025-09-22hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko
2025-09-22fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
2025-09-22xfs: scrub: use kstrdup_const() for metapath scan setupsDmitry Antipov
2025-09-22xfs: use bt_nr_sectors in xfs_dax_translate_rangeChristoph Hellwig
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig
2025-09-22btrfs: rework error handling of run_delalloc_nocow()Qu Wenruo
2025-09-22btrfs: add mount option for ref_trackerLeo Martins
2025-09-22btrfs: print leaked references in kill_all_delayed_nodes()Leo Martins
2025-09-22btrfs: implement ref_tracker for delayed_nodesLeo Martins
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins
2025-09-22btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()Xichao Zhao
2025-09-22btrfs: simplify support block size checkQu Wenruo
2025-09-22btrfs: use blocksize to check if compression is making things largerQu Wenruo
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo
2025-09-22btrfs: zoned: refine extent allocator hint selectionNaohiro Aota
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov
2025-09-22btrfs: remove duplicate inclusion of linux/types.hJiapeng Chong
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn
2025-09-22btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...Johannes Thumshirn
2025-09-22btrfs: collapse unaccount_log_buffer() into clean_log_buffer()Filipe Manana
2025-09-22btrfs: use local key variable to pass arguments in replay_one_extent()Filipe Manana
2025-09-22btrfs: process inline extent earlier in replay_one_extent()Filipe Manana
2025-09-22btrfs: exit early when replaying hole file extent item from a log treeFilipe Manana