index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
2025-07-06
NFSv4: xattr handlers should check for absent nfs filehandles
Scott Mayhew
2025-07-06
NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...
Sagi Grimberg
2025-07-06
NFSv4.2: fix listxattr to return selinux security label
Olga Kornievskaia
2025-06-27
NFSv4: Don't check for OPEN feature support in v4.1
Scott Mayhew
2025-05-29
NFS: Don't allow waiting for exiting tasks
Trond Myklebust
2025-05-22
nfs: handle failure of nfs_get_lock_context in unlock path
Li Lingfeng
2025-03-07
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
2024-12-05
NFSv4.0: Fix a use-after-free problem in the asynchronous open()
Trond Myklebust
2024-11-04
NFS: Fix attribute delegation behaviour on exclusive create
Trond Myklebust
2024-09-23
NFSv4.2: Fix detection of "Proxying of Times" server support
Roi Azarzar
2024-08-22
NFSv4: Fix clearing of layout segments in layoutreturn
Trond Myklebust
2024-08-22
nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
Jeff Layton
2024-07-08
NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
Olga Kornievskaia
2024-07-08
NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument
Trond Myklebust
2024-07-08
NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot
Trond Myklebust
2024-07-08
NFSv4.1: constify the stateid argument in nfs41_test_stateid()
Trond Myklebust
2024-07-08
NFSv4: Don't send delegation-related share access modes to CLOSE
Trond Myklebust
2024-07-08
Return the delegation when deleting sillyrenamed files
Lance Shelton
2024-07-08
NFSv4: Ask for a delegation or an open stateid in OPEN
Trond Myklebust
2024-07-08
NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEID
Trond Myklebust
2024-07-08
NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
Trond Myklebust
2024-07-08
NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attribute
Trond Myklebust
2024-07-08
NFSv4: Don't request atime/mtime/size if they are delegated to us
Trond Myklebust
2024-07-08
NFSv4: Delegreturn must set m/atime when they are delegated
Trond Myklebust
2024-07-08
NFSv4: Enable attribute delegations
Trond Myklebust
2024-07-08
NFSv4: Add a capability for delegated attributes
Trond Myklebust
2024-07-08
NFSv4: Add recovery of attribute delegations
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
NFSv4: Plumb in XDR support for the new delegation-only setattr op
Trond Myklebust
2024-07-08
NFSv4: Add new attribute delegation definitions
Trond Myklebust
2024-07-08
NFSv4: Refactor nfs4_opendata_check_deleg()
Trond Myklebust
2024-07-08
NFSv4: Clean up open delegation return structure
Trond Myklebust
2024-05-30
NFSv4.1 enforce rootpath check in fs_location query
Olga Kornievskaia
2024-05-22
NFSv4: Fix memory leak in nfs4_set_security_label
Dmitry Mastykin
2024-05-20
NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
Anna Schumaker
2024-03-16
Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-03-09
NFSv4: nfs4_do_open() is incorrectly triggering state recovery
Trond Myklebust
2024-03-09
NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls
Olga Kornievskaia
2024-02-28
NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102
Jorge Mora
2024-02-05
filelock: split leases out of struct file_lock
Jeff Layton
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
nfs: convert to using new filelock helpers
Jeff Layton
2024-01-04
NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
Trond Myklebust
2023-11-08
Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2023-11-01
nfs: Convert nfs_symlink() to use a folio
Matthew Wilcox (Oracle)
2023-11-01
NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
Olga Kornievskaia
2023-11-01
NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking
Olga Kornievskaia
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-22
NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
Trond Myklebust
[next]