messages from 2024-10-19 05:23:47 to 2024-10-25 20:43:26 UTC [more...]
[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
2024-10-25 20:39 UTC (28+ 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
NFSv4 referrals broken when not enabling junction support
2024-10-25 20:14 UTC (4+ messages)
[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] nfsd/filecache: add nfsd_file_acquire_gc_cached
2024-10-25 14:21 UTC (7+ 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 net] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
2024-10-25 3:32 UTC (6+ messages)
[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 - for -next] nfsd: dynamically adjust per-client DRC slot limits
2024-10-24 13:49 UTC (3+ messages)
` [PATCH - for -next V2] "
[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 (7+ messages)
[PATCH 0/3] bugfix for c_show/e_show
2024-10-24 13:15 UTC (11+ messages)
` [PATCH 1/3] nfsd: make sure exp active before svc_export_show
` [PATCH 2/3] SUNRPC: make sure cache entry active before cache_show
` [PATCH 3/3] nfsd: release svc_expkey/svc_export with rcu_work
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)
nfsd stuck in D (disk sleep) state
2024-10-24 8:07 UTC (3+ 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] nfsd: disallow file locking and delegations for NFSv4 proxy
2024-10-23 15:58 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] nfsd: disallow file locking and delegations for NFSv4 reexport
[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 (5+ messages)
[RFC PATCH] NFSv4: fix rpc_task use-after-free when open concurrently
2024-10-22 12:29 UTC (2+ messages)
/proc/fs/nfsd/clients/*/info TCP port not updating after reconnect
2024-10-22 3:42 UTC
[PATCH v2] nfs: maintain nfs_server in the reclaim process
2024-10-22 3:03 UTC
NFS Client crash during migration scenario
2024-10-21 14:54 UTC (2+ messages)
exports(5), documenting refer=
2024-10-21 14:44 UTC (3+ messages)
[PATCH v2] nfs: avoid i_lock contention in nfs_clear_invalid_mapping
2024-10-21 14:29 UTC (2+ messages)
[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
2024-10-21 14:04 UTC (15+ messages)
[PATCH 0/3] Documentation: update nfs idmapper doc and fix compile issues
2024-10-19 16:31 UTC (5+ messages)
` [PATCH 1/3] Documentation: nfs: idmapper: keep consistent with nfsidmap manual
` [PATCH 2/3] docs: filesystems: fix compile error in netfs_library.rst
` [PATCH 3/3] tracing/Documentation: fix compile warning in debugging.rst
ANNOUNCE: nfs-utils-2.8.1 released
2024-10-19 14:49 UTC
[PATCH] nfs-utils: use getpwuid_r() and getpwnam_r() in gssd
2024-10-19 12:26 UTC (2+ 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