aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-23nfs: cleanup tracepoint declarationsLeo Martins1-3/+3
2025-09-23nfs: add tracepoints to nfs_writepages()Jeff Layton2-4/+8
2025-09-23nfs: more in-depth tracing of writepage eventsJeff Layton2-0/+68
2025-09-23nfs: new tracepoints around write handlingJeff Layton3-4/+35
2025-09-23nfs: add tracepoints to nfs_file_read() and nfs_file_write()Jeff Layton2-0/+56
2025-09-23xfs: rework datasync tracking and executionDave Chinner5-69/+128
2025-09-23xfs: rearrange code in xfs_inode_item_precommitDave Chinner1-36/+29
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong1-0/+1
2025-09-23debugfs: rename start_creating() to debugfs_start_creating()NeilBrown1-5/+6
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown5-42/+56
2025-09-23VFS/audit: introduce kern_path_parent() for auditNeilBrown1-6/+17
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown6-19/+13
2025-09-23VFS: discard err2 in filename_create()NeilBrown1-6/+4
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown2-14/+69
2025-09-23ovl: make sure that ovl_create_real() returns a hashed dentryAmir Goldstein1-1/+21
2025-09-23ovl: Support mounting case-insensitive enabled layersAndré Almeida2-11/+12
2025-09-23ovl: Check for casefold consistency when creating new dentriesAndré Almeida1-0/+7
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida4-4/+8
2025-09-23ovl: Set case-insensitive dentry operations for ovl sbAndré Almeida1-1/+24
2025-09-23ovl: Ensure that all layers have the same encodingAndré Almeida1-0/+38
2025-09-23ovl: Create ovl_casefold() to support casefolded strncmp()André Almeida1-21/+105
2025-09-23ovl: Prepare for mounting case-insensitive enabled layersAndré Almeida3-3/+14
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong4-8/+31
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn1-0/+6
2025-09-23erofs: avoid reading more for fragment mapsGao Xiang1-2/+2
2025-09-23btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()Filipe Manana1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba20-232/+231
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba19-83/+81
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba19-110/+110
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai10-351/+195
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn1-0/+6
2025-09-23btrfs: use kmalloc_array() for open-coded arithmetic in kmalloc()Miquel Sabaté Solà2-8/+5
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo5-15/+58
2025-09-23btrfs: add extra ASSERT()s to catch unaligned biosQu Wenruo1-0/+27
2025-09-23btrfs: fix symbolic link reading when bs > psQu Wenruo1-1/+1
2025-09-23btrfs: prepare scrub to support bs > ps casesQu Wenruo3-38/+59
2025-09-23btrfs: prepare zlib to support bs > ps casesQu Wenruo1-15/+32
2025-09-23btrfs: prepare lzo to support bs > ps casesQu Wenruo1-19/+22
2025-09-23btrfs: prepare zstd to support bs > ps casesQu Wenruo2-14/+34
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo9-44/+78
2025-09-23btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-09-23btrfs: remove pointless key offset setup in create_pending_snapshot()Filipe Manana1-4/+2
2025-09-23btrfs: annotate btrfs_is_testing() as unlikely and make it return boolFilipe Manana3-10/+8
2025-09-23btrfs: make the rule checking more readable for should_cow_block()Filipe Manana1-14/+23
2025-09-23btrfs: simplify inline extent end calculation at replay_one_extent()Filipe Manana1-4/+1
2025-09-23btrfs: fix comment about nbytes increase at replay_one_extent()Filipe Manana1-9/+4
2025-09-23btrfs: return any hit error from extent_writepage_io()Qu Wenruo1-4/+5
2025-09-23btrfs: mark leaf space and overflow checks as unlikely on insert and extensionFilipe Manana1-7/+7
2025-09-23btrfs: mark as unlikely not uptodate extent buffer checks when navigating btreesFilipe Manana1-4/+4