messages from 2025-03-20 17:44:42 to 2025-03-27 08:28:48 UTC [more...]
nfs compile error nfslocalio.o and localio.o since v6.14-rc1
2025-03-27 8:28 UTC (13+ messages)
` [PATCH] nfs: add dummy definition for nfsd_file
` "
[PATCH v3 0/6] Ensure that ENETUNREACH terminates state recovery
2025-03-27 0:35 UTC (24+ messages)
` [PATCH v3 1/6] SUNRPC: rpcbind should never reset the port to the value '0'
` [PATCH v3 2/6] SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
` [PATCH v3 3/6] NFS: Shut down the nfs_client only after all the superblocks
` [PATCH v3 4/6] NFSv4: Further cleanups to shutdown loops
` [PATCH v3 5/6] NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_client
` [PATCH v3 6/6] NFSv4: Treat ENETUNREACH errors as fatal for state recovery
NFS Server Issues with RDMA in Kernel 6.13.6
2025-03-26 23:00 UTC (4+ messages)
pynfs tests for NFSv4.1 OPENATTR / O_XATTR?
2025-03-26 18:33 UTC (5+ messages)
Using Linux NFSv4.1 RDMA with normal network card?
2025-03-26 16:59 UTC (3+ messages)
The (sorry?) state of pNFS documentation?! Abandonware?
2025-03-26 14:33 UTC (3+ messages)
NFSD automatically releases all states when underlying file system is unmounted
2025-03-26 13:15 UTC (13+ messages)
PID/TGID of userland process in the RPC layer
2025-03-26 10:52 UTC
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-26 9:22 UTC (58+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk
Lookup all file names for a hardlink via NFSv4?
2025-03-26 0:02 UTC (2+ messages)
[PATCH v2 0/4] Ensure that ENETUNREACH terminates state recovery
2025-03-25 20:42 UTC (16+ messages)
` [PATCH v2 1/4] SUNRPC: rpcbind should never reset the port to the value '0'
` [PATCH v2 2/4] SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
` [PATCH v2 3/4] NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_client
` [PATCH v2 4/4] NFSv4: Treat ENETUNREACH errors as fatal for state recovery
` Concerns about ENETUNREACH patch series Re: [PATCH v2 0/4] Ensure that ENETUNREACH terminates "
[PATCH] pynfs: fix key error if FATTR4_OPEN_ARGUMENTS is not supported
2025-03-25 20:21 UTC (2+ messages)
kernel.org CI NFSv4.1 RDMA testing / test coverage?
2025-03-25 19:13 UTC (2+ messages)
[PATCH 01/10] exportfs: add module description
2025-03-25 14:58 UTC (2+ messages)
` (subset) "
[for v6.12 LTS] nfsd: fix legacy client tracking intialization
2025-03-25 13:21 UTC
[PATCH] nfs: add a refcount tracker for struct net as held by the nfs_client
2025-03-25 13:16 UTC (2+ messages)
[PATCH 0/4] Ensure that ENETUNREACH terminates state recovery
2025-03-25 11:36 UTC (6+ messages)
` [PATCH 1/4] SUNRPC: rpcbind should never reset the port to the value '0'
` [PATCH 2/4] SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
` [PATCH 3/4] NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_client
` [PATCH 4/4] NFSv4: Treat ENETUNREACH errors as fatal for state recovery
Unexpected low pNFS IO performance with parallel workload
2025-03-25 11:33 UTC (3+ messages)
client looping in state recovery after netns teardown
2025-03-25 0:15 UTC (3+ messages)
[PATCH] nfs(5): Add new rdirplus functionality, clarify
2025-03-24 20:30 UTC (2+ messages)
[nfs-utils][PATCH] support/nfs/xcommon.c: fix a formatting error with clang
2025-03-24 20:29 UTC (2+ messages)
GSSPROXY ( for NFS with sec=krb5, krb5i , krb5p ) is development still active or is it being depreciated
2025-03-24 20:29 UTC (3+ messages)
` [nfs-utils PATCH v2] gssd.man: add documentation for use-gss-proxy nfs.conf option
[PATCH] utils/mount/nfs.man: add noalignwrite
2025-03-24 20:28 UTC (3+ messages)
` [PATCH v2] "
[PATCH V4] nfsdcld: fix cld pipe read size
2025-03-24 20:27 UTC (2+ messages)
[PATCH 0/2] nfs-utils: gssd: do not use krb5_initialize
2025-03-24 20:26 UTC (6+ messages)
` [PATCH 1/2] nfs-utils: gssd: unconditionally use krb5_get_init_creds_opt_alloc
` [PATCH 2/2] nfs-utils: gssd: do not use krb5_cc_initialize
Frustration with Debian: NFSv4 has become optional, on separate DVD
2025-03-24 14:46 UTC
kernel panic when starting nfsd on OpenWrt with kernel 6.12.19
2025-03-22 18:52 UTC (6+ messages)
kernel panic when starting nfsd on OpenWrt snapshot with kernel 6.12.19
2025-03-22 18:55 UTC (2+ messages)
[PATCH 0/3] access checking fixes for NLM under security policies
2025-03-22 15:08 UTC (5+ messages)
` [PATCH 1/3] nfsd: fix access checking for NLM under XPRTSEC policies
` [PATCH 2/3] nfsd: adjust nfsd4_spo_must_allow checking order
` [PATCH 3/3] nfsd: reset access mask for NLM calls in nfsd_permission
[2nd notice] Announcing the Spring 2025 NFS Bake-a-thon
2025-03-22 14:31 UTC
[PATCH 0/6 RFC v2] tidy up various VFS lookup functions
2025-03-22 0:39 UTC (9+ messages)
` [PATCH 1/6] VFS: improve interface for lookup_one functions
` [PATCH 4/6] VFS: rename lookup_one_len family to lookup_noperm and remove permission check
` [PATCH 5/6] Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
[PATCH v3 0/4] Containerised NFS clients and teardown
2025-03-21 15:33 UTC (6+ messages)
` [PATCH v3 1/4] NFS: Add a mount option to make ENETUNREACH errors fatal
` [PATCH v3 2/4] NFS: Treat ENETUNREACH errors as fatal in containers
` [PATCH v3 3/4] pNFS/flexfiles: "
` [PATCH v3 4/4] pNFS/flexfiles: Report ENETDOWN as a connection error
[PATCH RFC v2 0/4] Containerised NFS clients and teardown
2025-03-21 15:14 UTC (8+ messages)
` [PATCH RFC v2 1/4] NFS: Add a mount option to make ENETUNREACH errors fatal
` [PATCH RFC v2 2/4] NFS: Treat ENETUNREACH errors as fatal in containers
` [PATCH RFC v2 3/4] pNFS/flexfiles: "
` [PATCH RFC v2 4/4] pNFS/flexfiles: Report ENETDOWN as a connection error
[PATCH 1/1] nfsd: fix NLM access checking
2025-03-21 13:40 UTC (6+ messages)
[PATCH RFC 0/4] Containerised NFS clients and teardown
2025-03-20 20:40 UTC (7+ messages)
` [PATCH RFC 1/4] NFS: Add a mount option to make ENETUNREACH errors fatal
` [PATCH RFC 2/4] NFS: Treat ENETUNREACH errors as fatal in containers
` [PATCH RFC 3/4] pNFS/flexfiles: "
` [PATCH RFC 4/4] pNFS/flexfiles: Report ENETDOWN as a connection error
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