summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia
2026-04-13nfs: fix utimensat() for atime with delegated timestampsJeff Layton
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12nfs: split nfs_update_timestampsChristoph Hellwig
2025-12-12Merge 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