aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-09ceph: always call ceph_shift_unused_folios_left()Max Kellermann1-2/+1
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze1-12/+69
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze6-107/+145
2025-09-09fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre3-7/+5
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-08ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu1-33/+8
2025-09-09f2fs: avoid unnecessary folio_clear_uptodate() for cleanupChao Yu1-1/+1
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim1-1/+3
2025-09-08NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-09-08fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-09-08hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_paramSu Hui1-6/+2
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds11-6/+57
2025-09-08fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva5-40/+61
2025-09-06NFS: Fix the marking of the folio as up to dateTrond Myklebust1-47/+5
2025-09-06NFS: nfs_invalidate_folio() must observe the offset and size argumentsTrond Myklebust2-3/+5
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and copy rangeTrond Myklebust1-0/+1
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and clone rangeTrond Myklebust1-0/+2
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and fallocate()Trond Myklebust1-0/+1
2025-09-06NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust3-12/+15
2025-09-06NFSv4.2: Protect copy offload and clone against 'eof page pollution'Trond Myklebust1-6/+13
2025-09-06NFS: Protect against 'eof page pollution'Trond Myklebust5-5/+54
2025-09-06flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-09-06nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()Mike Snitzer1-5/+4
2025-09-06kernfs: Fix UAF in polling when open file is releasedChen Ridong1-20/+38
2025-09-05fscrypt: use HMAC-SHA512 library for HKDFEric Biggers8-158/+80
2025-09-05nfs/localio: restore creds before releasing pageio dataScott Mayhew1-5/+7
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.18-mergeCarlos Maiolino15-187/+35
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.18-mergeCarlos Maiolino68-474/+1174
2025-09-05Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-19/+96
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-09-05xfs: enable online fsck by default in KconfigDarrick J. Wong1-12/+2
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong1-2/+2
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong6-53/+6
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong3-12/+9
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong8-118/+23
2025-09-05xfs: disable deprecated features by default in KconfigDarrick J. Wong1-4/+4
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong2-5/+105
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong2-4/+68
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong2-5/+84
2025-09-05xfs: compute per-AG extent reap limits dynamicallyDarrick J. Wong3-12/+171
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong1-32/+46
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong1-70/+79
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-09-05fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento1-0/+3
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang1-1/+1
2025-09-05eventpoll: Replace rwlock with spinlockNam Cao1-113/+26
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi3-0/+56
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi1-56/+23