summaryrefslogtreecommitdiff
path: root/fs/nfsd/localio.c
AgeCommit message (Expand)Author
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer
2025-09-21nfsd: discard nfsd_file_get_local()NeilBrown
2025-08-05nfsd: avoid ref leak in nfsd_open_local_fh()NeilBrown
2025-07-14NFSD: Clean up kdoc for nfsd_open_local_fh()Chuck Lever
2025-05-28nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown
2025-05-28nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer
2025-01-14nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson