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