summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17nfs4.2: request UNCACHEABLE_FILE_DATA only for regular filesMike Snitzer1-2/+4
2026-08-17nfs4.2: add UNCACHEABLE_FILE_DATA attribute supportTom Haynes1-3/+19
2026-08-17nfs: replace atomic bitops sequence with clear_and_wake_up_bit helperArnaud Bonnet1-3/+1
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-58/+32
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes1-1/+2
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+15
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton1-8/+8
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton1-36/+14
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton1-15/+10
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-2/+2
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever1-0/+15
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+3
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia1-1/+2
2026-04-13nfs: fix utimensat() for atime with delegated timestampsJeff Layton1-8/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds1-19/+18
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust1-4/+6
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-5/+5
2026-01-12nfs: split nfs_update_timestampsChristoph Hellwig1-16/+15
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