messages from 2024-11-28 17:06:57 to 2024-12-09 10:26:42 UTC [more...]
NFSv4 referrals broken when not enabling junction support
2024-12-09 10:26 UTC (24+ messages)
` [nfs-utils PATCH] exports: Fix referrals when --enable-junction=no
[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
2024-12-09 10:02 UTC (22+ messages)
` [PATCH 1/4] exportfs: add flag to indicate local "
` [PATCH 2/4] kernfs: restrict to "
` [PATCH 3/4] ovl: restrict to exportable "
` [PATCH 4/4] pidfs: restrict to local "
[PATCH 4.19] NFS: fix null-ptr-deref in nfs_inode_add_request()
2024-12-09 9:00 UTC (2+ messages)
[PATCH 0/6 v4] nfsd: allocate/free session-based DRC slots on demand
2024-12-09 0:53 UTC (8+ 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/2] nfsd: don't use sv_nrthreads in connection limiting
2024-12-09 0:41 UTC (3+ messages)
` [PATCH 1/2] nfsd: don't use sv_nrthreads in connection limiting calculations
` [PATCH 2/2] sunrpc: remove all connection limit configuration
[patch] mount.nfs: Add support for nfs://-URLs
2024-12-08 22:12 UTC (19+ messages)
` nfs-utils library dependency littering - fork nfs-utils for Debian? "
` patchwork instance for linux-nfs patches?
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
Possible memory leak on nfsd
2024-12-07 15:30 UTC (3+ messages)
[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] NFSD: Clean up unused variable
2024-12-06 21:36 UTC
[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 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-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 (6+ messages)
[bug report] deploying both NFS client and server on the same machine triggle hungtask
2024-12-03 2:32 UTC (4+ messages)
[PATCH] nfsd: set acl_access/acl_default after getting successful
2024-12-02 17:06 UTC (6+ messages)
[PATCH RFC v2 0/3] pidfs: file handle preliminaries
2024-12-02 16:05 UTC (26+ messages)
` [PATCH RFC v2 1/3] pidfs: rework inode number allocation
` [PATCH RFC v2 2/3] pidfs: remove 32bit inode number handling
` [PATCH RFC v2 3/3] pidfs: support FS_IOC_GETVERSION
` [PATCH RFC 0/6] pidfs: implement file handle support
` [PATCH RFC 1/6] pseudofs: add support for export_ops
` [PATCH RFC 2/6] fhandle: simplify error handling
` [PATCH RFC 3/6] exportfs: add open method
` [PATCH RFC 4/6] fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()
` [PATCH RFC 5/6] exportfs: add permission method
` [PATCH RFC 6/6] pidfs: implement file handle support
[PATCH 5.4 0/1] Address CVE-2024-49974
2024-12-02 14:59 UTC (5+ messages)
` [PATCH 5.4] NFSD: Force all NFSv4.2 COPY requests to be synchronous
[PATCH V2] Add guards around [nfsidmap] usages of [sysconf]
2024-12-01 15:36 UTC
[PATCH] Add guards around [nfsidmap] usages of [sysconf]
2024-12-01 9:21 UTC (6+ messages)
[GIT PULL v2] Please pull NFS client changes for 6.13
2024-11-30 18:38 UTC (2+ messages)
[PATCH v2] libnsm: fix the safer atomic filenames fix
2024-11-30 13:11 UTC (2+ messages)
[linux-next:master] [nfs] b6dea6c7fe: fsmark.files_per_sec 17.6% regression
2024-11-30 10:44 UTC
[PATCH] nfs: pass ro flag to second superblock
2024-11-30 3:58 UTC
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-11-28
2024-11-29 10:25 UTC
[PATCH v2 0/3] pidfs: implement file handle support
2024-11-28 17:19 UTC (5+ messages)
` [PATCH RFC 0/2] pidfs: file handle preliminaries
` [PATCH RFC 1/2] pidfs: rework inode number allocation
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