messages from 2024-10-22 13:50:55 to 2024-10-29 17:54:22 UTC [more...]
[PATCH 0/2] nfsd: allow the use of multiple backchannel slots
2024-10-29 17:54 UTC (8+ messages)
` [PATCH 1/2] nfsd: remove nfsd4_session->se_bchannel
` [PATCH 2/2] nfsd: allow for more callback session slots
[PATCH] nfsd: disallow file locking and delegations for NFSv4 proxy
2024-10-29 16:03 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] nfsd: disallow file locking and delegations for NFSv4 reexport
nfsd stuck in D (disk sleep) state
2024-10-29 13:49 UTC (10+ messages)
ANNOUNCE: libtirpc-1.2.6 released
2024-10-29 11:20 UTC (2+ messages)
Oops in netfs_rreq_unlock_folios_pgpriv2
2024-10-29 8:02 UTC
[PATCH] nfsd: make use of warning provided by refcount_t
2024-10-29 0:21 UTC (4+ messages)
posting POSIX draft ACL patches
2024-10-28 21:30 UTC (4+ messages)
[PATCH - for -next] nfsd: dynamically adjust per-client DRC slot limits
2024-10-28 15:32 UTC (8+ messages)
` [PATCH - for -next V2] "
Bakeathon October 2024 Talks at 2 recordings published
2024-10-28 14:47 UTC
[RFC PATCH] NFSv4: fix rpc_task use-after-free when open concurrently
2024-10-28 12:12 UTC (2+ messages)
[PATCH net-next v23 4/7] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
2024-10-28 11:53 UTC
[RESEND PATCH] nfs: Annotate struct pnfs_commit_array with __counted_by()
2024-10-28 11:13 UTC
[PATCH AUTOSEL 6.11 12/32] netfs: Downgrade i_rwsem for a buffered write
2024-10-28 10:49 UTC
[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
2024-10-28 9:54 UTC (3+ messages)
[PATCH 1/3] nfsd: add TIME_DELEG_ACCESS and TIME_DELEG_MODIFY to writeable attrs
2024-10-28 7:23 UTC (2+ messages)
[PATCH] nfsd/filecache: add nfsd_file_acquire_gc_cached
2024-10-27 21:49 UTC (8+ messages)
` "
[PATCH] NFSD: Initialize struct nfsd4_copy earlier
2024-10-27 11:48 UTC (2+ messages)
NFSv4 referrals broken when not enabling junction support
2024-10-26 15:56 UTC (6+ messages)
[PATCH net] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
2024-10-26 1:31 UTC (10+ messages)
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
2024-10-25 20:39 UTC (32+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[GIT PULL] additional NFSD fixes for v6.12-rc
2024-10-25 19:18 UTC (2+ messages)
[PATCH v3] nfs: protect nfs41_impl_id by rcu
2024-10-25 15:17 UTC (2+ messages)
[PATCH] nfs: Fix KMSAN warning in decode_getfattr_attrs()
2024-10-25 14:03 UTC
[PATCH RESEND] filemap: Fix bounds checking in filemap_read()
2024-10-25 12:32 UTC
[PATCH] Adjust COMP5 for RFC8276 addition of XATTR ops
2024-10-24 20:17 UTC (2+ messages)
[RFC PATCH 4/5] SUNRPC: support resvport and reuseport for rpcrdma
2024-10-24 17:50 UTC (11+ messages)
[PATCH v2] nfsd: Don't fail OP_SETCLIENTID when there are too many clients
2024-10-24 15:34 UTC (3+ messages)
[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
2024-10-24 14:05 UTC (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content
[PATCH] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
2024-10-24 13:15 UTC (2+ messages)
[PATCH] nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
2024-10-24 13:15 UTC (2+ messages)
[PATCH 0/3] bugfix for c_show/e_show
2024-10-24 13:15 UTC (2+ messages)
NFS Client: Soft Lockup During Writeback Operations in Kernel 6.11.2
2024-10-24 10:40 UTC
[syzbot] [nfs?] KASAN: slab-use-after-free Read in rhashtable_walk_enter
2024-10-24 9:27 UTC (9+ messages)
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-10-24 8:59 UTC (4+ messages)
NFS referral from Linux nfsd crashes Win10/32bit NFS client but not 64bit
2024-10-24 5:18 UTC (2+ messages)
[PATCH 0/6] prepare for dynamic server thread management
2024-10-23 21:53 UTC (18+ messages)
` [PATCH 1/6] SUNRPC: move nrthreads counting to start/stop threads
` [PATCH 2/6] nfsd: return hard failure for OP_SETCLIENTID when there are too many clients
` [PATCH 3/6] nfs: dynamically adjust per-client DRC slot limits
` [PATCH 4/6] nfsd: don't use sv_nrthreads in connection limiting calculations
` [PATCH 5/6] sunrpc: remove all connection limit configuration
` [PATCH 6/6] sunrpc: introduce possibility that requested number of threads is different from actual
[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
2024-10-23 21:21 UTC (3+ messages)
` [PATCH v3 3/5] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH v3 4/5] LSM: lsm_context in security_dentry_init_security
[PATCH] NFS: Further fixes to attribute delegation a/mtime changes
2024-10-23 21:05 UTC
[PATCH] nfs_common: fix localio to cope with racing nfs_local_probe()
2024-10-23 20:34 UTC
[PATCH v2 11/19] NFSv4: Delegreturn must set m/atime when they are delegated
2024-10-23 14:45 UTC (3+ messages)
` [PATCH] NFS: Fix attribute delegation behaviour on exclusive create
nfs xprtsec conflicting with squashing
2024-10-23 9:11 UTC (4+ messages)
RFC: Dealing with large POSIX draft ACLs for NFSv4.2
2024-10-23 0:59 UTC (6+ messages)
probable big in nfs-utils
2024-10-23 0:51 UTC (12+ messages)
[PATCH pynfs v2 0/7] pynfs: add CB_GETATTR tests and tests for delegated timestamps
2024-10-22 21:56 UTC (2+ messages)
[PATCH 0/4] More xdrgen fixes
2024-10-22 17:44 UTC (5+ messages)
` [PATCH 1/4] xdrgen: Remove tracepoint call site
` [PATCH 2/4] xdrgen: Remove check for "nfs_ok" in C templates
` [PATCH 3/4] xdrgen: Update the files included in client-side source code
` [PATCH 4/4] xdrgen: Remove program_stat_to_errno() call sites
[PATCH v2 4/6] LSM: lsm_context in security_dentry_init_security
2024-10-22 16:46 UTC (5+ messages)
[PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
2024-10-22 16:25 UTC (4+ messages)
link error while compiling localio.c
2024-10-22 14:15 UTC (4+ messages)
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