summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
10 daysMerge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-09-30NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-06NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust
2025-09-06NFS: Protect against 'eof page pollution'Trond Myklebust
2025-09-01fs: add an icount_read helperJosef Bacik
2025-07-22NFS: drop __exit from nfs_exit_keyringChristoph Hellwig
2025-07-14nfs: create a kernel keyringChristoph Hellwig
2025-07-14NFS: Return the file btime in the statx results when appropriateTrond Myklebust
2025-07-14nfs: Add timecreate to nfs inodeAnne Marie Merritt
2025-07-14Expand the type of nfs_fattr->validTrond Myklebust
2025-06-23nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima
2025-05-28NFSv4: Always set NLINK even if the server doesn't support itHan Young
2025-05-28NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer
2024-11-04nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer
2024-11-04NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust
2024-11-04nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-09-23nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust
2024-07-08NFSv4: Fix up delegated attributes in nfs_setattrTrond Myklebust
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust
2024-07-08fs: nfs: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-08nfs: add support for large foliosChristoph Hellwig
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-04-04nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik
2024-03-09nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik
2023-10-18nfs: convert to new timestamp accessorsJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24nfs: convert to ctime accessor functionsJeff Layton
2023-06-19nfs: don't report STATX_BTIME in ->getattrJeff Layton
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-11NFSv3: handle out-of-order write replies.NeilBrown
2023-04-11NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski
2023-03-30nfs: use vfs setgid helperChristian Brauner
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-26nfs: report the inode version in getattr if requestedJeff Layton
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner