| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-05 | NFS/localio: nfs_uuid_put() fix the wake up after unlinking the file | Trond Myklebust | 1 | -2/+1 |
| 2025-08-05 | NFS/localio: nfs_uuid_put() fix races with nfs_open/close_local_fh() | Trond Myklebust | 1 | -8/+15 |
| 2025-08-05 | NFS/localio: nfs_close_local_fh() fix check for file closed | Trond Myklebust | 1 | -1/+1 |
| 2025-05-28 | nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer | NeilBrown | 1 | -18/+6 |
| 2025-05-28 | nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh() | NeilBrown | 1 | -25/+56 |
| 2025-05-28 | nfs_localio: duplicate nfs_close_local_fh() | NeilBrown | 1 | -1/+20 |
| 2025-05-28 | nfs_localio: simplify interface to nfsd for getting nfsd_file | NeilBrown | 1 | -1/+2 |
| 2025-05-28 | nfs_localio: always hold nfsd net ref with nfsd_file ref | NeilBrown | 1 | -3/+2 |
| 2025-05-28 | nfs_localio: use cmpxchg() to install new nfs_file_localio | NeilBrown | 1 | -22/+17 |
| 2025-01-14 | nfs: probe for LOCALIO when v3 client reconnects to server | Mike Snitzer | 1 | -0/+1 |
| 2025-01-14 | nfs/localio: remove redundant code and simplify LOCALIO enablement | Mike Snitzer | 1 | -23/+11 |
| 2025-01-14 | nfs_common: add nfs_localio trace events | Mike Snitzer | 1 | -0/+4 |
| 2025-01-14 | nfs_common: track all open nfsd_files per LOCALIO nfs_client | Mike Snitzer | 1 | -44/+124 |
| 2025-01-14 | nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock | Mike Snitzer | 1 | -17/+17 |
| 2025-01-14 | nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_ | Mike Snitzer | 1 | -3/+7 |
| 2025-01-14 | nfs: cache all open LOCALIO nfsd_file(s) in client | Mike Snitzer | 1 | -2/+50 |
| 2025-01-14 | nfs_common: move localio_lock to new lock member of nfs_uuid_t | Mike Snitzer | 1 | -16/+39 |
| 2025-01-14 | nfs_common: rename functions that invalidate LOCALIO nfs_clients | Mike Snitzer | 1 | -4/+4 |
| 2024-11-18 | nfs_common: must not hold RCU while calling nfsd_file_put_local | Mike Snitzer | 1 | -5/+3 |
| 2024-11-04 | nfs_common: fix localio to cope with racing nfs_local_probe() | Mike Snitzer | 1 | -5/+18 |
| 2024-10-03 | nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() | Mike Snitzer | 1 | -1/+4 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+33 |
| 2024-09-23 | nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO | Mike Snitzer | 1 | -1/+24 |
| 2024-09-23 | nfs_common: add NFS LOCALIO auxiliary protocol enablement | Mike Snitzer | 1 | -0/+116 |