messages from 2024-11-03 21:37:44 to 2024-11-10 16:08:50 UTC [more...]
NFS Client crash during migration scenario
2024-11-10 16:08 UTC (3+ messages)
[for-6.13 PATCH 00/19] nfs/nfsd: fixes and improvements for LOCALIO
2024-11-10 15:49 UTC (21+ messages)
` [for-6.13 PATCH 01/19] nfs/localio: must clear res.replen in nfs_local_read_done
` [for-6.13 PATCH 02/19] nfs_common: must not hold RCU while calling nfsd_file_put_local
` [for-6.13 PATCH 03/19] nfs/localio: remove redundant suid/sgid handling
` [for-6.13 PATCH 04/19] nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
` [for-6.13 PATCH 05/19] nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter
` [for-6.13 PATCH 06/19] nfs/localio: eliminate need for nfs_local_fsync_work forward declaration
` [for-6.13 PATCH 07/19] nfs/localio: add direct IO enablement with sync and async IO support
` [for-6.13 PATCH 08/19] nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations
` [for-6.13 PATCH 09/19] nfs_common: rename functions that invalidate LOCALIO nfs_clients
` [for-6.13 PATCH 10/19] nfs_common: move localio_lock to new lock member of nfs_uuid_t
` [for-6.13 PATCH 11/19] nfs: cache all open LOCALIO nfsd_file(s) in client
` [for-6.13 PATCH 12/19] nfsd: update percpu_ref to manage references on nfsd_net
` [for-6.13 PATCH 13/19] nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_
` [for-6.13 PATCH 14/19] nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file
` [for-6.13 PATCH 15/19] nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock
` [for-6.13 PATCH 16/19] nfs_common: track all open nfsd_files per LOCALIO nfs_client
` [for-6.13 PATCH 17/19] nfs_common: add nfs_localio trace events
` [for-6.13 PATCH 18/19] nfs: probe for LOCALIO when v4 client reconnects to server
` [for-6.13 PATCH 19/19] nfs: probe for LOCALIO when v3 "
extremely long cl_tasks list
2024-11-09 22:05 UTC (4+ messages)
[GIT PULL] one more NFSD fix for v6.12-rc
2024-11-09 22:01 UTC (2+ messages)
[PATCH v4] nfsd: allow for up to 32 callback session slots
2024-11-09 21:10 UTC (8+ messages)
[PATCH] nfs-utils: add priority option to override the precedence order of client exports
2024-11-09 18:33 UTC (3+ messages)
[PATCH] Add guards around [nfsidmap] usages of [sysconf]
2024-11-09 18:25 UTC (3+ messages)
[PATCH] nfs_sysfs_link_rpc_client(): Replace strcpy with strscpy
2024-11-09 12:01 UTC (7+ messages)
` Kernel strscpy() should be renamed to kstrscpy() "
[PATCH] nfsd: set acl_access/acl_default after getting successful
2024-11-09 2:28 UTC (2+ messages)
[PATCH 1/2] NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()
2024-11-09 2:25 UTC (4+ messages)
` [PATCH 2/2] NFSv4.0: Fix a use-after-free problem in the asynchronous open()
[RFC PATCH] NFSv4: fix rpc_task use-after-free when open concurrently
2024-11-09 2:17 UTC (4+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:32 UTC (34+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:23 UTC (36+ messages)
` [PATCH v3 01/33] kheaders: Ignore silly-rename files
` [PATCH v3 02/33] netfs: Remove call to folio_index()
` [PATCH v3 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v3 04/33] netfs: Remove unnecessary references to pages
` [PATCH v3 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v3 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v3 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v3 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v3 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v3 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v3 11/33] netfs: Drop the was_async "
` [PATCH v3 12/33] netfs: Don't use bh spinlock
` [PATCH v3 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v3 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v3 15/33] afs: Fix directory format encoding struct
` [PATCH v3 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v3 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v3 18/33] cachefiles: Add auxiliary data trace
` [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v3 25/33] afs: Eliminate afs_read
` [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
Fwd: FAILED: patch "[PATCH] nfsd: fix race between laundromat and free_stateid" failed to apply to 6.6-stable tree
2024-11-08 15:34 UTC (3+ messages)
` "
question to bug 93891 - NFS access not revoked on kdestroy
2024-11-08 14:19 UTC
[PATCH v3] nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
2024-11-08 13:34 UTC (6+ messages)
[PATCH net v2] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
2024-11-08 13:04 UTC (5+ messages)
[PATCH] xprtrdma: Fix spelling errors of asynchronously
2024-11-08 7:03 UTC
[syzbot] [nfs?] INFO: task hung in nfsd_nl_threads_set_doit
2024-11-08 6:16 UTC (3+ messages)
[PATCH 1/1] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
2024-11-08 0:37 UTC (2+ messages)
` Please drop '03e02b94171b1985dd0aa184296fe94425b855a3' "
[RESEND PATCH] nfs: Annotate struct pnfs_commit_array with __counted_by()
2024-11-07 10:48 UTC
[GIT PULL] More NFS Client Bugfixes for Linux 6.12-rc
2024-11-06 23:16 UTC (2+ messages)
[PATCH v2] NFSD: Fix READDIR on NFSv3 mounts of ext4 exports
2024-11-06 22:07 UTC (2+ messages)
[PATCH] Makefile.am: allow mount.nfs to be writeable by owner
2024-11-06 18:13 UTC
[RFC PATCH 0/2] Add a "file_sync" export option
2024-11-06 16:57 UTC (3+ messages)
` [RFC PATCH 1/2] NFSD: Return the actual stable_how value to clients
` [RFC PATCH 2/2] NFSD: Add a "file_sync" export option
[PATCH v3 0/2] nfsd: allow the use of multiple backchannel slots
2024-11-06 15:37 UTC (8+ messages)
[PATCH] nfsd: fallback to sync COPY if async not possible
2024-11-06 14:18 UTC (14+ messages)
Any NFSv4+TLS support outside Linux?
2024-11-05 18:27 UTC (2+ messages)
Soft lockup with fstests on NFSv3 and NFSv4.0
2024-11-05 14:48 UTC (4+ messages)
[PATCH RESEND] mount.nfs: retry NFSv3 mount after NFSv4 failure in auto negotiation
2024-11-05 12:30 UTC (2+ messages)
[PATCH] nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
2024-11-05 1:27 UTC (7+ messages)
[PATCH v2] nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
2024-11-05 1:10 UTC (3+ messages)
[PATCH] SUNRPC: Fix a hang in TLS sock_close if sk_write_pending
2024-11-04 22:11 UTC
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-11-04
2024-11-04 20:27 UTC
[RFC PATCH] NFSD: Fix READDIR on NFSv3 mounts of ext4 exports
2024-11-04 14:34 UTC (4+ messages)
[PATCH] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
2024-11-04 14:08 UTC (4+ messages)
[PATCH -next] fs/nfsd: Remove the unused variable sb
2024-11-04 13:17 UTC (2+ messages)
[PATCH v2] dm: add support for get_unique_id
2024-11-04 7:30 UTC (2+ messages)
[PATCH] NFSv3: only use NFS timeout for MOUNT when protocols are compatible
2024-11-04 5:52 UTC (2+ messages)
[PATCH] sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
2024-11-04 5:51 UTC (3+ messages)
[PATCH] nfs: use KMEM_CACHE() to create nfs_page caches
2024-11-04 3:21 UTC
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