index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
localio.c
Age
Commit message (
Expand
)
Author
2025-10-06
Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2025-09-30
nfs/localio: avoid issuing misaligned IO using O_DIRECT
Mike Snitzer
2025-09-21
nfsd: discard nfsd_file_get_local()
NeilBrown
2025-08-05
nfsd: avoid ref leak in nfsd_open_local_fh()
NeilBrown
2025-07-14
NFSD: Clean up kdoc for nfsd_open_local_fh()
Chuck Lever
2025-05-28
nfs_localio: simplify interface to nfsd for getting nfsd_file
NeilBrown
2025-05-28
nfs_localio: always hold nfsd net ref with nfsd_file ref
NeilBrown
2025-01-14
nfs_common: track all open nfsd_files per LOCALIO nfs_client
Mike Snitzer
2025-01-14
nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock
Mike Snitzer
2025-01-14
nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_
Mike Snitzer
2025-01-14
nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations
Mike Snitzer
2024-10-03
nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
Mike Snitzer
2024-09-23
nfsd: implement server support for NFS_LOCALIO_PROGRAM
Mike Snitzer
2024-09-23
nfsd: add LOCALIO support
Weston Andros Adamson