index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
localio.c
Age
Commit message (
Expand
)
Author
2025-01-21
nfs: fix incorrect error handling in LOCALIO
Mike Snitzer
2025-01-14
nfs: probe for LOCALIO when v4 client reconnects to server
Mike Snitzer
2025-01-14
nfs/localio: remove redundant code and simplify LOCALIO enablement
Mike Snitzer
2025-01-14
nfs: cache all open LOCALIO nfsd_file(s) in client
Mike Snitzer
2025-01-14
nfs_common: move localio_lock to new lock member of nfs_uuid_t
Mike Snitzer
2025-01-14
nfs_common: rename functions that invalidate LOCALIO nfs_clients
Mike Snitzer
2025-01-14
nfs/localio: add direct IO enablement with sync and async IO support
Mike Snitzer
2024-11-09
nfs/localio: must clear res.replen in nfs_local_read_done
NeilBrown
2024-11-08
nfs/localio: eliminate need for nfs_local_fsync_work forward declaration
Mike Snitzer
2024-11-08
nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter
Mike Snitzer
2024-11-08
nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
Mike Snitzer
2024-11-08
nfs/localio: remove redundant suid/sgid handling
Mike Snitzer
2024-11-04
nfs_common: fix localio to cope with racing nfs_local_probe()
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-30
nfs: Remove duplicated include in localio.c
Yang Li
2024-09-23
nfs: implement client support for NFS_LOCALIO_PROGRAM
Mike Snitzer
2024-09-23
nfs/localio: use dedicated workqueues for filesystem read and write
Trond Myklebust
2024-09-23
nfs: add LOCALIO support
Weston Andros Adamson