Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-10 05:54:07 to 2026-07-14 08:43:11 UTC [more...]

nfsd: fix memory overflow for haddr
 2026-07-14  8:43 UTC 

gssd: fix memory leak in gssd_free_client
 2026-07-14  8:42 UTC 

[PATCH v3 00/17] nfsd: refactor nfs4_create_file()
 2026-07-13 21:46 UTC  (20+ messages)
` [PATCH v3 01/17] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
` [PATCH v3 02/17] nfsd: correctly handle CREATE of mounted-on files
` [PATCH v3 03/17] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH v3 04/17] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH v3 05/17] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH v3 06/17] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH v3 07/17] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH v3 08/17] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
` [PATCH v3 09/17] nfsd: fh_want_write) failure need not be immediately fatal for nfsd4_create_file()
` [PATCH v3 10/17] nfsd: (almost) always open file in nfsd4_create_file()
` [PATCH v3 11/17] nfsd: reduce range of directory lock "
` [PATCH v3 12/17] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH v3 13/17] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH v3 14/17] nfsd: reduce want-write range "
` [PATCH v3 15/17] nfsd: move v0 checking out of nfsd_check_obj_isreg()
` [PATCH v3 16/17] nfsd: separate out VFS-specific code from nfsd4_create_file()
` [PATCH v3 17/17] nfsd: use do_lookup_open() for non-creating open requests too

[nfs-utils PATCH] Pass ignore_hosts to export_create() in export_read()
 2026-07-13 20:28 UTC 

[GIT PULL] NFSD fix for v7.2-rc
 2026-07-13 16:58 UTC  (2+ messages)

[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-07-13 14:57 UTC  (5+ messages)

[PATCH 1/2] NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
 2026-07-13 13:36 UTC  (3+ messages)
` [PATCH 2/2] NFS: Decrement refcounts if allocating nfs_free_stateid_data fails

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-13  3:36 UTC  (7+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH 0/9] Start reorganizing fs/nfsd/nfsd.h
 2026-07-12 20:45 UTC  (10+ messages)
` [PATCH 1/9] NFSD: Make "stats.h" self-contained
` [PATCH 2/9] NFSD: Explicitly include "stats.h"
` [PATCH 3/9] NFSD: include "netns.h"
` [PATCH 4/9] NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.h
` [PATCH 5/9] NFSD: Move the export.h include from nfsd.h to auth.c
` [PATCH 6/9] NFSD: Move struct readdir_cd
` [PATCH 7/9] NFSD: Relocate nfsd_user_namespace()
` [PATCH 8/9] NFSD: Relocate nfsd4_set_netaddr()
` [PATCH 9/9] NFSD: Relocate NFSv4 "supported attributes" to new header

[PATCH 0/5] xdrgen: Improve diagnostic reporting
 2026-07-12 20:34 UTC  (6+ messages)
` [PATCH 1/5] xdrgen: Align the error caret under tab-indented source
` [PATCH 2/5] xdrgen: Record the source position of each declared identifier
` [PATCH 3/5] xdrgen: Reject specifications that define a name twice
` [PATCH 4/5] xdrgen: Enforce RFC 5531 name and number scoping for RPC programs
` [PATCH 5/5] xdrgen: Reject out-of-range program, version, and procedure numbers

[PATCH 0/5] Minor fixes for xdrgen
 2026-07-12 19:31 UTC  (6+ messages)
` [PATCH 1/5] xdrgen: Emit a blank line ahead of enum declarations
` [PATCH 2/5] xdrgen: Share void RPC procedure handlers across programs
` [PATCH 3/5] xdrgen: Do not declare union XDR functions in the definitions header
` [PATCH 4/5] xdrgen: Add XDR width macros for short integer types
` [PATCH 5/5] xdrgen: Fix opaque and string encoders for unbounded members

[PATCH] NFSD: Encode only the status in NFS-ACL v2 GETACL error replies
 2026-07-12 15:09 UTC 

[PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-12 11:26 UTC  (3+ messages)

[PATCH nfs-utils] nfsstat: display NFSv4 callback operation statistics
 2026-07-11 16:20 UTC  (2+ messages)

[PATCH 0/2] rpc.gssd: Two resource leaks
 2026-07-11 16:19 UTC  (2+ messages)

[nfs-utils PATCH 0/3] mountd netlink fixes
 2026-07-11 16:19 UTC  (2+ messages)

[PATCH] pnfs/blocklayout: reject zero chunk_size and volumes_count in GETDEVICEINFO
 2026-07-11 15:05 UTC 

[GIT PULL] Please Pull NFS Client Bugfixes for Linux 7.2-rc3
 2026-07-11  2:00 UTC  (2+ messages)

[PATCH] NFSv4.2: fix nfs4_listxattr NULL pointer dereference
 2026-07-10 22:20 UTC  (11+ messages)
` [PATCH v2] NFSv4.2: fix nfs4_listxattr size accounting

[PATCH v3 00/10] nfsd: copy offload fixes
 2026-07-10 19:51 UTC  (12+ messages)
` [PATCH v3 01/10] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH v3 02/10] nfsd: fix UAF in async copy cancel and shutdown
` [PATCH v3 03/10] nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
` [PATCH v3 04/10] nfsd: initialize copy-notify stateid before publishing it
` [PATCH v3 05/10] nfsd: check client ownership when cancelling a copy-notify stateid
` [PATCH v3 06/10] nfsd: revoke copy-notify stateids before dropping their reference
` [PATCH v3 07/10] nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 types
` [PATCH v3 08/10] nfsd: split nfsd4_copy into transient and durable async copy objects
` [PATCH v3 09/10] nfsd: make the copy offload stateid a first-class nfs4_stid
` [PATCH v3 10/10] nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDR

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (3+ messages)
` [PATCH 2/2] module: "


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