index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
inode.c
Age
Commit message (
Expand
)
Author
3 days
NFS: Don't always trust server inode size while client holds write delegation
Dai Ngo
2026-06-23
Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2026-06-15
nfs: don't skip revalidate on directory delegation when attrs flagged stale
Tom Haynes
2026-06-15
Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2026-06-08
nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
Jeff Layton
2026-06-08
nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64
Jeff Layton
2026-06-08
nfs: store the full NFS fileid in inode->i_ino
Jeff Layton
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
2026-05-11
nfs: Implement fileattr_get for case sensitivity
Chuck Lever
2026-04-24
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2026-04-13
NFS: fix RENAME attr in presence of directory delegations
Olga Kornievskaia
2026-04-13
nfs: fix utimensat() for atime with delegated timestamps
Jeff Layton
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
2026-01-15
NFS: Fix size read races in truncate, fallocate and copy offload
Trond Myklebust
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
2026-01-12
nfs: split nfs_update_timestamps
Christoph Hellwig
2025-12-12
Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-23
NFS: Shortcut lookup revalidations if we have a directory delegation
Anna Schumaker
2025-11-10
NFS: Fix LTP test failures when timestamps are delegated
Dai Ngo
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-10-03
Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2025-09-30
NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
Mike Snitzer
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
2025-09-06
NFS: Serialise O_DIRECT i/o and truncate()
Trond Myklebust
2025-09-06
NFS: Protect against 'eof page pollution'
Trond Myklebust
2025-09-01
fs: add an icount_read helper
Josef Bacik
2025-07-22
NFS: drop __exit from nfs_exit_keyring
Christoph Hellwig
2025-07-14
nfs: create a kernel keyring
Christoph Hellwig
2025-07-14
NFS: Return the file btime in the statx results when appropriate
Trond Myklebust
2025-07-14
nfs: Add timecreate to nfs inode
Anne Marie Merritt
2025-07-14
Expand the type of nfs_fattr->valid
Trond Myklebust
2025-06-23
nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.
Kuniyuki Iwashima
2025-05-28
NFSv4: Always set NLINK even if the server doesn't support it
Han Young
2025-05-28
NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...
Sagi Grimberg
2025-03-28
NFS: Don't allow waiting for exiting tasks
Trond Myklebust
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
2024-11-04
nfs: avoid i_lock contention in nfs_clear_invalid_mapping
Mike Snitzer
2024-11-04
NFS: Further fixes to attribute delegation a/mtime changes
Trond Myklebust
2024-11-04
nfs: Fix KMSAN warning in decode_getfattr_attrs()
Roberto Sassu
2024-09-23
nfs/localio: use dedicated workqueues for filesystem read and write
Trond Myklebust
2024-07-08
NFSv4: Fix up delegated attributes in nfs_setattr
Trond Myklebust
2024-07-08
NFSv4: Add support for delegated atime and mtime attributes
Trond Myklebust
2024-07-08
NFSv4: Add a flags argument to the 'have_delegation' callback
Trond Myklebust
2024-07-08
fs: nfs: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
[next]