messages from 2024-06-18 07:52:24 to 2024-06-20 17:33:06 UTC [more...]
[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
2024-06-20 17:31 UTC (9+ messages)
` [PATCH 01/17] netfs: Fix io_uring based write-through
` [PATCH 02/17] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 03/17] netfs: Fix early issue of write op on partial write to folio tail
` [PATCH 04/17] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 05/17] netfs: Record contention stats for writeback lock
` [PATCH 06/17] 9p: Enable multipage folios
` [PATCH 07/17] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 08/17] netfs: Delete some xarray-wangling functions that aren't used
[RFC PATCH 0/4] Snapshot of fixes for SCSI PR key registration
2024-06-20 17:08 UTC (30+ messages)
` [RFC PATCH 1/4] nfs/blocklayout: SCSI layout trace points for reservation key reg/unreg
` [RFC PATCH 2/4] nfs/blocklayout: Report only when /no/ device is found
` [RFC PATCH 3/4] nfs/blocklayout: Fix premature PR key unregistration
` [RFC PATCH 4/4] nfs/blocklayout: Use bulk page allocation APIs
[PATCH] fs: nfs: add missing MODULE_DESCRIPTION() macros
2024-06-20 16:51 UTC (4+ messages)
[PATCH v6 00/18] nfs/nfsd: add support for localio
2024-06-20 14:45 UTC (23+ messages)
` [PATCH v6 01/18] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v6 02/18] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v6 03/18] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v6 04/18] sunrpc: add rpcauth_map_to_svc_cred_local
` [PATCH v6 05/18] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v6 06/18] nfs/nfsd: add "localio" support
` [PATCH v6 07/18] nfsd/localio: manage netns reference in nfsd_open_local_fh
` [PATCH v6 08/18] NFS: Enable localio for non-pNFS I/O
` [PATCH v6 09/18] pnfs/flexfiles: Enable localio for flexfiles I/O
` [PATCH v6 10/18] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v6 11/18] nfs: implement v3 and v4 client support for NFS_LOCALIO_PROGRAM
` [PATCH v6 12/18] nfsd: implement v3 and v4 server "
` [PATCH v6 13/18] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [PATCH v6 14/18] nfsd: prepare to use SRCU to dereference nn->nfsd_serv
` [PATCH v6 15/18] nfsd: "
` [PATCH v6 16/18] nfsd/localio: use SRCU to dereference nn->nfsd_serv in nfsd_open_local_fh
` [PATCH v6 17/18] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v6 18/18] nfs/nfsd: add Kconfig options to allow localio to be enabled
[PATCH v2] SUNRPC: Fix backchannel reply, again
2024-06-20 14:11 UTC (3+ messages)
[PATCH] nfs/blocklayout: fput() needed for ENODEV error flow
2024-06-20 11:32 UTC (4+ messages)
[PATCH v5 0/3] Make nfs stats visible in network NS
2024-06-20 11:22 UTC (3+ messages)
` [PATCH v5 3/3] nfs: make the rpc_stat per net namespace
[PATCH 1/1] nfsstat01: Update client RPC calls for kernel 6.9
2024-06-20 11:13 UTC (2+ messages)
knfsd performance
2024-06-20 10:18 UTC (22+ messages)
[PATCH v2] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
2024-06-20 10:04 UTC (6+ messages)
[PATCH] nfs: remove dead code for the old swap over NFS implementation
2024-06-20 7:13 UTC (3+ messages)
[PATCH] nfs: add 'noextend' option for lock-less 'lost writes' prevention
2024-06-20 6:41 UTC (12+ messages)
nfsd becomes a zombie
2024-06-20 5:29 UTC (10+ messages)
[PATCH v5 00/19] nfs/nfsd: add support for localio
2024-06-20 5:18 UTC (45+ messages)
` [PATCH v5 01/19] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v5 02/19] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v5 03/19] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v5 04/19] sunrpc: add rpcauth_map_to_svc_cred_local
` [PATCH v5 05/19] nfs_common: add NFS LOCALIO protocol extension enablement
` [PATCH v5 06/19] nfs/nfsd: add "localio" support
` [PATCH v5 07/19] NFS: Enable localio for non-pNFS I/O
` [PATCH v5 08/19] pnfs/flexfiles: Enable localio for flexfiles I/O
` [PATCH v5 09/19] nfs: implement v3 and v4 client support for NFS_LOCALIO_PROGRAM
` [PATCH v5 10/19] nfsd: implement v3 and v4 server "
` [PATCH v5 11/19] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [PATCH v5 12/19] nfs/localio: move managing nfsd_open_local_fh symbol to nfs_common
` [PATCH v5 13/19] nfs/nfsd: ensure localio server always uses its network namespace
` [PATCH v5 14/19] nfsd/localio: manage netns reference in nfsd_open_local_fh
` [PATCH v5 15/19] nfsd: prepare to use SRCU to dereference nn->nfsd_serv
` [PATCH v5 16/19] nfsd: "
` [PATCH v5 17/19] nfsd/localio: use SRCU to dereference nn->nfsd_serv in nfsd_open_local_fh
` [PATCH v5 18/19] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v5 19/19] nfs: add Documentation/filesystems/nfs/localio.rst
[PATCH v2] cifs: drop the incorrect assertion in cifs_swap_rw()
2024-06-20 1:23 UTC (3+ messages)
[PATCH v2] nfs: drop the incorrect assertion in nfs_swap_rw()
2024-06-20 1:20 UTC (5+ messages)
BUG in nfs_read_folio() when tracing is enabled
2024-06-19 20:45 UTC
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-19 16:46 UTC (19+ messages)
[PATCH 0/2 v3] fsnotify: Generate FS_CREATE event before FS_OPEN
2024-06-19 15:24 UTC (4+ messages)
` [PATCH 1/2] fsnotify: Do not generate events for O_PATH file descriptors
Mailing list for FreeBSD NFSv4.1/2nfsd?
2024-06-19 7:25 UTC (2+ messages)
[PATCH] SUNRPC: avoid soft lockup when transmitting UDP to reachable server
2024-06-19 1:05 UTC
[PATCH] SUNRPC: Fix backchannel reply, again
2024-06-18 22:45 UTC (4+ messages)
NFS 4.2 multipath
2024-06-18 17:50 UTC (3+ messages)
[PATCH v4 00/18] nfs/nfsd: add support for localio
2024-06-18 16:15 UTC (3+ messages)
[GIT PULL 5.10.y] NFSD filecache fixes
2024-06-18 13:30 UTC (4+ messages)
` Fwd: "
[PATCH 5.10 004/770] nfsd/nfs3: remove unused macro nfsd3_fhandleres
2024-06-18 12:39 UTC (4+ messages)
` [PATCH 5.10 241/770] nfsd: Log client tracking type log message as info instead of warning
` [PATCH 5.10 242/770] nfsd: Fix typo "accesible"
` [PATCH 5.10 720/770] NFSD: Avoid clashing function prototypes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).