Linux NFS development
 help / color / mirror / Atom feed
 messages from 2024-12-09 00:43:25 to 2024-12-17 21:18:20 UTC [more...]

[PATCH v2] NFSD: fix management of pending async copies
 2024-12-17 21:18 UTC 

[PATCH 1/1] NFSD: fix management of pending async copies
 2024-12-17 20:57 UTC  (4+ messages)

CVE-2024-50106: nfsd: fix race between laundromat and free_stateid
 2024-12-17 18:25 UTC  (3+ messages)

[PATCH] NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
 2024-12-17 17:07 UTC  (3+ messages)

[PATCH] NFSv4: Fix deadlock during the running of state manager
 2024-12-17 17:00 UTC  (2+ messages)

[PATCH] NFS/pnfs: Fix a live lock between recalled layouts and layoutget
 2024-12-17 15:40 UTC 

[RFC PATCH 0/5] nfsd/sunrpc: cleanup resource with sync mode
 2024-12-17 14:55 UTC  (9+ messages)
` [RFC PATCH 1/5] nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"
` [RFC PATCH 2/5] SUNRPC: move cache_put out from cache_check
` [RFC PATCH 3/5] nfsd: no need get cache ref when protected by rcu
` [RFC PATCH 4/5] SUNRPC: "
` [RFC PATCH 5/5] nfsd: fix UAF when access ex_uuid or ex_stats

[PATCH] nfsd: fix legacy client tracking initialization
 2024-12-17 14:54 UTC  (4+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2024-12-17 14:38 UTC  (3+ messages)

[PATCH -next] fs/nfs: fix missing declaration of nfs_idmap_cache_timeout
 2024-12-17  7:19 UTC 

[PATCH v3 1/5] Xarray: Do not return sibling entries from xas_find_marked()
 2024-12-17  0:59 UTC  (3+ messages)

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2024-12-16 20:41 UTC  (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 20:34 UTC  (17+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
` [PATCH 11/10] netfs: Fix is-caching check in read-retry

Abstract address for rpcbind in kernel not working
 2024-12-16 20:26 UTC 

[PATCH] nfsd: do not use async mode when not in rcu context
 2024-12-16 13:58 UTC  (4+ messages)

non-stop kworker NFS/RPC write traffic even after unmount
 2024-12-16  8:49 UTC  (4+ messages)

[PATCH v5 00/10] nfsd: implement the "delstid" draft
 2024-12-15 18:52 UTC  (19+ messages)
` [PATCH v5 01/10] nfsd: fix handling of delegated change attr in CB_GETATTR
` [PATCH v5 02/10] nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
` [PATCH v5 03/10] nfsd: switch to autogenerated definitions for open_delegation_type4
` [PATCH v5 04/10] nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*
` [PATCH v5 05/10] nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegations
` [PATCH v5 06/10] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v5 07/10] nfsd: rework NFS4_SHARE_WANT_* flag handling
` [PATCH v5 08/10] nfsd: add support for delegated timestamps
` [PATCH v5 09/10] nfsd: handle delegated timestamps in SETATTR
` [PATCH v5 10/10] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION

[PATCH] pynfs: rpc.py: use OSError.errno to fix a not subscriptable exception
 2024-12-13 21:49 UTC  (2+ messages)

[PATCH v1 0/7] Client-side OFFLOAD_STATUS implementation
 2024-12-13 18:40 UTC  (4+ messages)
` [PATCH v1 5/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation

[RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
 2024-12-13 18:19 UTC  (2+ messages)

[PATCH] NFSv4.2: fix COPY_NOTIFY xdr buf size calculation
 2024-12-13 16:52 UTC  (3+ messages)
` [PATCH] NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE
` [PATCH] NFSv4.2: make LAYOUTSTATS and LAYOUTERROR MOVEABLE

[PATCH V2] mount.nfs4: Add support for nfs://-URLs
 2024-12-12 17:05 UTC  (4+ messages)

Possible memory leak on nfsd
 2024-12-12 16:15 UTC  (6+ messages)
  ` Fwd: "

[linux-next:master] [exportfs] 7fc737d188: xfstests.generic.477.fail
 2024-12-12 16:08 UTC 

[PATCH 0/6 v5] nfsd: allocate/free session-based DRC slots on demand
 2024-12-11 21:47 UTC  (7+ messages)
` [PATCH 1/6] nfsd: use an xarray to store v4.1 session slots
` [PATCH 2/6] nfsd: remove artificial limits on the session-based DRC
` [PATCH 3/6] nfsd: add session slot count to /proc/fs/nfsd/clients/*/info
` [PATCH 4/6] nfsd: allocate new session-based DRC slots on demand
` [PATCH 5/6] nfsd: add support for freeing unused session-DRC slots
` [PATCH 6/6] nfsd: add shrinker to reduce number of slots allocated per session

[PATCH 0/6 v4] nfsd: allocate/free session-based DRC slots on demand
 2024-12-11 13:44 UTC  (8+ messages)
` [PATCH 1/6] nfsd: use an xarray to store v4.1 session slots
` [PATCH 6/6] nfsd: add shrinker to reduce number of slots allocated per session

[patch] mount.nfs: Add support for nfs://-URLs 
 2024-12-11  4:26 UTC  (9+ messages)

[PATCH 0/2] nfsd: don't use sv_nrthreads in connection limiting
 2024-12-11  3:48 UTC  (8+ messages)
` [PATCH 1/2] nfsd: don't use sv_nrthreads in connection limiting calculations
` [PATCH 2/2] sunrpc: remove all connection limit configuration

[PATCH] nfs: propagate fileid changed errors back to syscall
 2024-12-10 17:46 UTC  (5+ messages)

ANNOUNCE: nfs-utils-2.8.2 released
 2024-12-10 16:34 UTC 

[PATCH] NFSD: Clean up unused variable
 2024-12-10 12:45 UTC  (3+ messages)

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-10 12:44 UTC  (19+ messages)

[PATCH 0/3] sunrpc: Deadcoding
 2024-12-10 12:26 UTC  (5+ messages)
` [PATCH 1/3] sunrpc: Remove unused xprt_iter_get_xprt
` [PATCH 2/3] sunrpc: Remove gss_generic_token deadcode
` [PATCH 3/3] sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode

[PATCH] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
 2024-12-09 17:12 UTC  (2+ messages)

kernel BUG at fs/nfsd/nfs4recover.c:534 Oops: invalid opcode: 0000
 2024-12-09 16:50 UTC  (3+ messages)

[PATCH] nfsd: fix incorrect high limit in clamp() on over-allocation
 2024-12-09 15:58 UTC  (4+ messages)

[patch] mount.nfs: Add support for nfs://-URLs 
 2024-12-09 15:46 UTC  (5+ messages)

MODERN CLERGY AND POLITICS FOR SUBJECTS: PROMOTION OF SCIENTIFICALLY DETAILED TRUTH
 2024-12-09 14:47 UTC 

[PATCH 1/2] Exportfs changes - When a export rootdir is present, nfsd_realpath() wrapper is used to avoid symlink exploits. - Removed canonicalization of rootdir paths. Export rootdir must now be an absolute path. - Implemented nfsd_path.h
 2024-12-09 10:42 UTC  (2+ messages)

[PATCH V2] Add guards around [nfsidmap] usages of [sysconf]
 2024-12-09 10:28 UTC  (3+ messages)

NFSv4 referrals broken when not enabling junction support
 2024-12-09 10:26 UTC  (3+ messages)
` [nfs-utils PATCH] exports: Fix referrals when --enable-junction=no

[PATCH 4.19] NFS: fix null-ptr-deref in nfs_inode_add_request()
 2024-12-09  9:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox