| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | nfs/localio: fix regression due to out-of-order __put_cred | Mike Snitzer | 1 | -31/+17 |
| 10 days | Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -18/+28 |
| 2025-11-10 | nfs/localio: do not issue misaligned DIO out-of-order | Mike Snitzer | 1 | -76/+52 |
| 2025-11-10 | nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion | Mike Snitzer | 1 | -1/+5 |
| 2025-11-10 | nfs/localio: backfill missing partial read support for misaligned DIO | Mike Snitzer | 1 | -4/+20 |
| 2025-11-10 | nfs/localio: add refcounting for each iocb IO associated with NFS pgio header | Mike Snitzer | 1 | -43/+67 |
| 2025-11-10 | nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support | Mike Snitzer | 1 | -10/+3 |
| 2025-11-04 | nfs: use credential guards in nfs_local_call_write() | Christian Brauner | 1 | -10/+18 |
| 2025-11-04 | nfs: use credential guards in nfs_local_call_read() | Christian Brauner | 1 | -17/+14 |
| 2025-10-03 | Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-30 | nfs/localio: add tracepoints for misaligned DIO READ and WRITE support | Mike Snitzer | 1 | -11/+8 |
| 2025-09-30 | nfs/localio: add proper O_DIRECT support for READ and WRITE | Mike Snitzer | 1 | -47/+202 |
| 2025-09-30 | nfs/localio: refactor iocb initialization | Mike Snitzer | 1 | -38/+55 |
| 2025-09-30 | nfs/localio: refactor iocb and iov_iter_bvec initialization | Mike Snitzer | 1 | -37/+33 |
| 2025-09-30 | nfs/localio: avoid issuing misaligned IO using O_DIRECT | Mike Snitzer | 1 | -10/+55 |
| 2025-09-30 | nfs/localio: make trace_nfs_local_open_fh more useful | Mike Snitzer | 1 | -2/+3 |
| 2025-09-15 | nfs: constify path argument of __vfs_getattr() | Al Viro | 1 | -1/+1 |
| 2025-09-06 | nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local() | Mike Snitzer | 1 | -5/+4 |
| 2025-09-05 | nfs/localio: restore creds before releasing pageio data | Scott Mayhew | 1 | -5/+7 |
| 2025-08-03 | nfs/localio: use read_seqbegin() rather than read_seqbegin_or_lock() | Li RongQing | 1 | -4/+3 |
| 2025-05-28 | nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer | NeilBrown | 1 | -2/+9 |
| 2025-05-28 | nfs_localio: simplify interface to nfsd for getting nfsd_file | NeilBrown | 1 | -25/+6 |
| 2025-05-28 | nfs_localio: always hold nfsd net ref with nfsd_file ref | NeilBrown | 1 | -2/+2 |
| 2025-05-28 | nfs_localio: use cmpxchg() to install new nfs_file_localio | NeilBrown | 1 | -8/+3 |
| 2025-05-28 | NFS: always probe for LOCALIO support asynchronously | Mike Snitzer | 1 | -2/+4 |
| 2025-04-28 | NFS/localio: Fix a race in nfs_local_open_fh() | Trond Myklebust | 1 | -1/+1 |
| 2025-01-21 | nfs: fix incorrect error handling in LOCALIO | Mike Snitzer | 1 | -2/+2 |
| 2025-01-14 | nfs: probe for LOCALIO when v4 client reconnects to server | Mike Snitzer | 1 | -0/+14 |
| 2025-01-14 | nfs/localio: remove redundant code and simplify LOCALIO enablement | Mike Snitzer | 1 | -23/+5 |
| 2025-01-14 | nfs: cache all open LOCALIO nfsd_file(s) in client | Mike Snitzer | 1 | -17/+72 |
| 2025-01-14 | nfs_common: move localio_lock to new lock member of nfs_uuid_t | Mike Snitzer | 1 | -10/+4 |
| 2025-01-14 | nfs_common: rename functions that invalidate LOCALIO nfs_clients | Mike Snitzer | 1 | -1/+1 |
| 2025-01-14 | nfs/localio: add direct IO enablement with sync and async IO support | Mike Snitzer | 1 | -10/+83 |
| 2024-11-09 | nfs/localio: must clear res.replen in nfs_local_read_done | NeilBrown | 1 | -0/+6 |
| 2024-11-08 | nfs/localio: eliminate need for nfs_local_fsync_work forward declaration | Mike Snitzer | 1 | -16/+15 |
| 2024-11-08 | nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter | Mike Snitzer | 1 | -13/+19 |
| 2024-11-08 | nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx | Mike Snitzer | 1 | -17/+3 |
| 2024-11-08 | nfs/localio: remove redundant suid/sgid handling | Mike Snitzer | 1 | -6/+1 |
| 2024-11-04 | nfs_common: fix localio to cope with racing nfs_local_probe() | Mike Snitzer | 1 | -1/+2 |
| 2024-10-03 | nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() | Mike Snitzer | 1 | -3/+3 |
| 2024-09-30 | nfs: Remove duplicated include in localio.c | Yang Li | 1 | -1/+0 |
| 2024-09-23 | nfs: implement client support for NFS_LOCALIO_PROGRAM | Mike Snitzer | 1 | -4/+128 |
| 2024-09-23 | nfs/localio: use dedicated workqueues for filesystem read and write | Trond Myklebust | 1 | -21/+54 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+600 |