Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-03-17 21:00:19 to 2025-03-25 12:27:10 UTC [more...]

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-25 12:26 UTC  (45+ 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

[PATCH] nfs: add a refcount tracker for struct net as held by the nfs_client
 2025-03-25 11:44 UTC 

[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

NFS Server Issues with RDMA in Kernel 6.13.6
 2025-03-24 18:35 UTC  (3+ messages)

[PATCH 01/10] exportfs: add module description
 2025-03-24 17:32 UTC 

Frustration with Debian: NFSv4 has become optional, on separate DVD
 2025-03-24 14:46 UTC 

pynfs tests for NFSv4.1 OPENATTR / O_XATTR?
 2025-03-24 14:29 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  (25+ messages)
` [PATCH 1/6] VFS: improve interface for lookup_one functions
` [PATCH 2/6] nfsd: Use lookup_one() rather than lookup_one_len()
` [PATCH 3/6] cachefiles: "
` [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 6/6] VFS: change lookup_one_common and lookup_noperm_common to take a qstr

NFSD automatically releases all states when underlying file system is unmounted
 2025-03-21 15:51 UTC  (14+ messages)

[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

[PATCH v2 0/2] fix gss seqno handling to be more rfc-compliant
 2025-03-20 13:16 UTC  (4+ messages)
` [PATCH v2 1/2] sunrpc: implement rfc2203 rpcsec_gss seqnum cache
` [PATCH v2 2/2] sunrpc: don't immediately retransmit on seqno miss

[PATCH] pynfs: fix key error if FATTR4_OPEN_ARGUMENTS is not supported
 2025-03-20 11:00 UTC  (2+ messages)

[PATCH] umount: Allow superblock owners to force umount
 2025-03-19 21:53 UTC  (4+ messages)

[nfs-utils PATCH] nfsdctl: ensure autostart honors the default nfs.conf versX.Y settings
 2025-03-19 19:49 UTC  (2+ messages)

[PATCH 1/1] nfs-utils: nfsdctl: dont ignore rdma listener return
 2025-03-19 19:48 UTC  (2+ messages)

[PATCH v2 0/3] nfsdctl: add support for new lockd configuration interface
 2025-03-19 19:47 UTC  (2+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-19  9:04 UTC  (2+ messages)

Supporting FALLOC_FL_WRITE_ZEROES in NFS4.2 with WRITE_SAME?
 2025-03-19  4:28 UTC  (19+ messages)

nfs compile error nfslocalio.o and localio.o since v6.14-rc1
 2025-03-18 19:05 UTC  (7+ messages)

[PATCH 0/8 RFC] tidy up various VFS lookup functions
 2025-03-18 13:57 UTC  (4+ messages)

[PATCH RFC 0/9] nfs/sunrpc: stop holding netns references in client-side NFS and RPC objects
 2025-03-18 11:30 UTC  (12+ messages)
` [PATCH RFC 7/9] auth_gss: don't hold a net reference in gss_auth
` [PATCH RFC 8/9] sunrpc: don't hold a struct net reference in rpc_xprt
` [PATCH RFC 9/9] sunrpc: don't upgrade passive net reference in xs_create_sock

[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
 2025-03-18 11:09 UTC  (4+ messages)
` [PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm


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