summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-09ceph: always call ceph_shift_unused_folios_left()Max Kellermann
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze
2025-09-09fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie
2025-09-08ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu
2025-09-09f2fs: avoid unnecessary folio_clear_uptodate() for cleanupChao Yu
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim
2025-09-08NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley
2025-09-08fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue
2025-09-08hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_paramSu Hui
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-08fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-09-06NFS: Fix the marking of the folio as up to dateTrond Myklebust
2025-09-06NFS: nfs_invalidate_folio() must observe the offset and size argumentsTrond Myklebust
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and copy rangeTrond Myklebust
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and clone rangeTrond Myklebust
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and fallocate()Trond Myklebust
2025-09-06NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust
2025-09-06NFSv4.2: Protect copy offload and clone against 'eof page pollution'Trond Myklebust
2025-09-06NFS: Protect against 'eof page pollution'Trond Myklebust
2025-09-06flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan
2025-09-06nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()Mike Snitzer
2025-09-06kernfs: Fix UAF in polling when open file is releasedChen Ridong
2025-09-05fscrypt: use HMAC-SHA512 library for HKDFEric Biggers
2025-09-05nfs/localio: restore creds before releasing pageio dataScott Mayhew
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...Carlos Maiolino
2025-09-05Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone
2025-09-05xfs: enable online fsck by default in KconfigDarrick J. Wong
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong
2025-09-05xfs: disable deprecated features by default in KconfigDarrick J. Wong
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong
2025-09-05xfs: compute per-AG extent reap limits dynamicallyDarrick J. Wong
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong
2025-09-05fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang
2025-09-05eventpoll: Replace rwlock with spinlockNam Cao
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira
2025-09-05fuse: add prune notificationMiklos Szeredi
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi