[PATCH 0/6 v4] nfsd: allocate/free session-based DRC slots on demand
2024-12-10 21:05 UTC (10+ 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 V2] mount.nfs4: Add support for nfs://-URLs
2024-12-10 17:54 UTC (3+ messages)
[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: fix legacy client tracking initialization
2024-12-10 15:02 UTC (3+ messages)
Possible memory leak on nfsd
2024-12-10 14:45 UTC (5+ messages)
[patch] mount.nfs: Add support for nfs://-URLs
2024-12-10 14:15 UTC (25+ messages)
` nfs-utils library dependency littering - fork nfs-utils for Debian? "
` patchwork instance for linux-nfs patches?
[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 (24+ messages)
[PATCH 0/2] nfsd: don't use sv_nrthreads in connection limiting
2024-12-10 12:29 UTC (7+ messages)
` [PATCH 1/2] nfsd: don't use sv_nrthreads in connection limiting calculations
` [PATCH 2/2] sunrpc: remove all connection limit configuration
[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 v5 00/10] nfsd: implement the "delstid" draft
2024-12-09 22:33 UTC (12+ 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] 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)
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 (21+ 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)
deploying both NFS client and server on the same machine triggle hungtask
2024-12-08 21:20 UTC (7+ messages)
` deploying both NFS client and server on the same machine trigger hungtask
[patch v2] mount.nfs: Add support for nfs://-URLs
2024-12-08 16:12 UTC (6+ messages)
[PATCH 0/6 v3] nfsd: allocate/free session-based DRC slots on demand
2024-12-08 4:52 UTC (15+ 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
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-12-07
2024-12-07 20:54 UTC
[PATCH 0/5] nfs export symlink vulnerability fix (duplicate(ish))
2024-12-06 22:11 UTC (6+ messages)
` [PATCH 1/5] nfsd_path.h - nfsd_path.c: - Configured export rootdir must now be an absolute path - Rootdir is into a global variable what will also be used to retrieve it later on - nfsd_path_nfsd_rootdir(void) is simplified with nfsd_path_rootdir which returns the global var rather than reprobing config for rootdir entry
` [PATCH 2/5] nfsd_path.c: - Simplification of nfsd_path_strip_root(char*)
` [PATCH 3/5] nfsd_path.h - nfsd_path.c: - nfsd_path_prepend_dir(const char*, const char*) -> nfsd_path_prepend_root(const char*)
` [PATCH 4/5] NFS export symlink vulnerability fix - Replaced dangerous use of realpath within support/nfs/export.c with nfsd_realpath variant that is executed within the chrooted thread rather than main thread. - Implemented nfsd_path.h methods to work securely within chrooted thread using nfsd_run_task() helper
` [PATCH 5/5] support/nfs/exports.c - Small changes
[PATCH 0/2] nfsd: use new wake_up_var interface
2024-12-06 21:56 UTC (8+ messages)
` [PATCH 1/2] nfsd: use new wake_up_var interfaces
` [PATCH 2/2] sunrpc/svc: use store_release_wake_up()
[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
2024-12-06 20:57 UTC (3+ messages)
Oops in netfs_rreq_unlock_folios_pgpriv2
2024-12-06 15:10 UTC (4+ messages)
[PATCH] nfs: prevent out-of-bounds memory access in nfs4_xdr_dec_open and nfs4_xdr_dec_open_noattr
2024-12-06 7:48 UTC (2+ messages)
[PATCH 00/11] nfs: improve use of wake_up_bit and wake_up_var
2024-12-06 2:15 UTC (12+ messages)
` [PATCH 01/11] sunrpc: remove explicit barrier from rpc_make_runnable()
` [PATCH 02/11] sunrpc: use clear_and_wake_up_bit() for XPRT_LOCKED
` [PATCH 03/11] nfs: use clear_and_wake_up_bit()
` [PATCH 04/11] nfs: combine NFS_LAYOUT_RETURN and NFS_LAYOUT_RETURN_LOCK
` [PATCH 05/11] nfs: use clear_and_wake_up_bit() in pnfs code
` [PATCH 06/11] nfs: use store_release_wake_up() for clearing d_fsdata
` [PATCH 07/11] sunrpc: discard rpc_wait_bit_killable()
` [PATCH 08/11] nfs: discard nfs_wait_bit_killable()
` [PATCH 09/11] nfs: add memory barrier before calling wake_up_var on cl_state
` [PATCH 10/11] nfs: use atomic_dec_and_wake_up()
` [PATCH 11/11] nfs: use wait_var_event_spinlock() to wait for nfsi->layout to change
[PATCH 0/2] nfsd symlink vulnerability patch
2024-12-05 2:10 UTC (2+ messages)
[PATCH 2/2] Temporary fix for build issue for mount util
2024-12-05 2:04 UTC
[PATCH 0/2] NFS - fix some _maxsz and _sz #defines
2024-12-04 14:03 UTC (5+ messages)
` [PATCH 1/2] NFS: fix open_owner_id_maxsz and related fields
` [PATCH 2/2] NFS: move _maxsz and _sz #defines to the function which they describe
[PATCH v1 0/7] Client-side OFFLOAD_STATUS implementation
2024-12-03 16:29 UTC (8+ messages)
` [PATCH v1 1/7] NFS: CB_OFFLOAD can return NFS4ERR_DELAY
` [PATCH v1 2/7] NFS: Fix typo in OFFLOAD_CANCEL comment
` [PATCH v1 3/7] NFS: Rename struct nfs4_offloadcancel_data
` [PATCH v1 4/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [PATCH v1 5/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [PATCH v1 6/7] NFS: Use "
` [PATCH v1 7/7] NFS: Refactor trace_nfs4_offload_cancel
[PATCH 5/6] nfsd: add support for freeing unused session-DRC slots
2024-12-03 14:40 UTC (3+ messages)
page: next (older)
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).