aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong2-1/+2
2025-10-22btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()Amit Dhingra1-1/+1
2025-10-22btrfs: fix delayed_node ref_tracker use after freeLeo Martins2-1/+8
2025-10-22Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"Dominique Martinet3-22/+4
2025-10-22erofs: consolidate z_erofs_extent_lookback()Gao Xiang1-14/+6
2025-10-22erofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang1-14/+18
2025-10-21hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()Deepanshu Kartikey1-9/+0
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever5-3/+20
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor1-6/+3
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever1-0/+8
2025-10-21hostfs: Fix only passing host root in boot stage with new mountHongbo Li1-11/+18
2025-10-21fs: Fix uninitialized 'offp' in statmount_string()Zhen Ni1-2/+2
2025-10-21seqlock: Change do_io_accounting() to use scoped_seqlock_read()Oleg Nesterov1-10/+3
2025-10-21seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig1-1/+1
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig4-85/+53
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig1-35/+46
2025-10-21xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FSGeert Uytterhoeven1-1/+1
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal1-4/+15
2025-10-21xfs: Improve CONFIG_XFS_RT Kconfig helpDamien Le Moal1-0/+9
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells1-0/+8
2025-10-20Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+6
2025-10-20writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_secs)Julian Sun1-2/+15
2025-10-20writeback: Wake up waiting tasks when finishing the writeback of a chunk.Julian Sun1-1/+9
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik10-16/+16
2025-10-20nilfs2: use the new ->i_state accessorsMateusz Guzik5-9/+9
2025-10-20overlayfs: use the new ->i_state accessorsMateusz Guzik3-9/+9
2025-10-20gfs2: use the new ->i_state accessorsMateusz Guzik4-5/+5
2025-10-20f2fs: use the new ->i_state accessorsMateusz Guzik4-5/+5
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik2-8/+8
2025-10-20ceph: use the new ->i_state accessorsMateusz Guzik4-19/+19
2025-10-20btrfs: use the new ->i_state accessorsMateusz Guzik1-5/+5
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coccinelleMateusz Guzik4-18/+16
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik62-194/+194
2025-10-20fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmbMateusz Guzik1-2/+3
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik2-0/+12
2025-10-20ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usageMateusz Guzik4-25/+3
2025-10-20fs: assert on ->i_count in iput_final()Mateusz Guzik1-0/+7
2025-10-20iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctxJoanne Koong1-7/+7
2025-10-20iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()Joanne Koong1-3/+3
2025-10-20iomap: iterate over folio mapping in iomap_readpage_iter()Joanne Koong1-28/+25
2025-10-20iomap: store read/readahead bio genericallyJoanne Koong1-15/+14
2025-10-20iomap: move read/readahead bio submission logic into helper functionJoanne Koong1-14/+16
2025-10-20iomap: move bio read logic into helper functionJoanne Koong1-29/+39
2025-10-20iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong5-43/+33
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mbm_event modeBabu Moger1-9/+7
2025-10-19smb: client: allocate enough space for MR WRs and ib_drain_qp()Stefan Metzmacher1-13/+23
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds4-9/+10