public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-01 02:06:24 to 2024-03-15 20:39:57 UTC [more...]

[PATCH 0/2] Double-Free and Memory Leak Found In libtirpc
 2024-03-15 20:21 UTC  (3+ messages)
` [PATCH 2/2] rpcb_clnt.c: fix memory leak in destroy_addr

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-15 16:53 UTC  (25+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

nfs client uses different MAC policy or model
 2024-03-15 15:47 UTC  (2+ messages)

t0032 fails on NFS mounts
 2024-03-15 15:41 UTC  (5+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from networking
 2024-03-15 14:58 UTC  (7+ messages)
` [PATCH 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 2/4] netfilter: "
` [PATCH 3/4] appletalk: "
` [PATCH 4/4] ax.25: "

[PATCH] nfsd: Make NFS client_id increment atomic to avoid race condition
 2024-03-15 14:29 UTC  (2+ messages)

[BUG] Panic in ipv6 on old NFS sockets from destroyed network namespace
 2024-03-15 14:03 UTC  (4+ messages)

[nfs-utils PATCH 0/2] gssd: improve interoperability with NFS servers that don't have support for the newest encryption types
 2024-03-15 13:13 UTC  (7+ messages)
` [nfs-utils PATCH 1/2] gssd: add support for an "allowed-enctypes" option in nfs.conf
` [nfs-utils PATCH 2/2] gssd: add a "backoff" feature to limit_krb5_enctypes()

[PATCH] exports(5): update version information of "refer=" option
 2024-03-15 13:12 UTC  (3+ messages)

[PATCH nfs-utils] start-statd: use flock -x instead of -e for busybox compatibility
 2024-03-15 13:11 UTC  (2+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

nfsd hangs and nfsd_break_deleg_cb+0x170/0x190 warning
 2024-03-13 22:45 UTC  (8+ messages)

Linux /proc/fs/nfsd/clients/*/info - where does "Implementation name" come from ?
 2024-03-13 16:03 UTC  (2+ messages)

NFSv4.2 ACL inheritance, examples, and who does do it?
 2024-03-13  2:02 UTC  (2+ messages)

[GIT PULL] NFSD changes for v6.9
 2024-03-12 22:24 UTC  (2+ messages)

nfsd hangs and nfsd_break_deleg_cb+0x170/0x190 warning
 2024-03-12 13:30 UTC 

nfsd hangs and nfsd_break_deleg_cb+0x170/0x190 warning
 2024-03-12 12:47 UTC  (2+ messages)

[PATCH v2] nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
 2024-03-11 16:17 UTC  (3+ messages)

[PATCH] nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
 2024-03-11 15:08 UTC 

long-term stable backports of NFSD patches
 2024-03-11 14:08 UTC 

[PATCH 1/4 v3] nfsd: perform all find_openstateowner_str calls in the one place
 2024-03-11 11:34 UTC  (2+ messages)

[PATCH 0/3 libtirpc] Support abstract addresses for rpcbind in libtirpc
 2024-03-11  9:35 UTC  (5+ messages)
` [PATCH 2/3] Change local_rpcb() to take a targaddr pointer

[PATCH v2] nfsd: allow more than 64 backlogged connections
 2024-03-11  7:55 UTC  (4+ messages)

[PATCH 0/4 rpcbind] Supprt abstract addresses and disable broadcast
 2024-03-11  1:47 UTC  (12+ messages)
` [PATCH 2/4] rpcbind: allow broadcast RPC to be disabled
` [PATCH 3/4] Listen on an AF_UNIX abstract address if supported
` [PATCH 4/4] rpcinfo: try connecting using abstract address

[PATCH 0/3 libtirpc v2] Support abstract addresses for rpcbind in libtirpc
 2024-03-11  1:41 UTC  (4+ messages)
` [PATCH 1/3] Allow working with abstract AF_UNIX addresses
` [PATCH 2/3] Change local_rpcb() to take a targaddr pointer
` [PATCH 3/3] Try using a new abstract address when connecting to rpcbind

[PATCH 0/4 v3] nfsd: fix deadlock in move_to_close_lru()
 2024-03-10 22:13 UTC  (8+ messages)
` [PATCH 1/4] nfsd: move nfsd4_cstate_assign_replay() earlier in open handling
` [PATCH 2/4] nfsd: perform all find_openstateowner_str calls in the one place
` [PATCH 3/4] nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
` [PATCH 4/4] nfsd: drop st_mutex_mutex before calling move_to_close_lru()

[bug report] nfsd: perform all find_openstateowner_str calls in the one place
 2024-03-10 22:11 UTC  (2+ messages)

[PATCH] nfsd: allow more than 64 backlogged connections
 2024-03-08 17:58 UTC  (4+ messages)

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-08  7:52 UTC  (7+ messages)
` [RFC PATCH v2] mm: Kill ->launder_folio()

Running nfsd as SCHED_FIXED, SCHED_RR?
 2024-03-08  2:02 UTC 

Which kernel version supports NFSv4.1 write delegations?
 2024-03-08  1:24 UTC 

[PATCH v2 1/1] NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its limit
 2024-03-07 18:14 UTC  (6+ messages)
` 回复: "

[PATCH] NFS: Read unlock folio on nfs_page_create_from_folio() error
 2024-03-07 14:41 UTC  (3+ messages)
` [PATCH RESEND] "

[BUG REPORT] not ok 1 Derive Kc subkey for camellia128-cts-cmac
 2024-03-07 14:09 UTC 

export(5) all_squash, only new files squashed, or all uid/gids?
 2024-03-07 13:39 UTC  (2+ messages)

[PATCH stable 6.6 and 6.7] NFS: Fix data corruption caused by congestion
 2024-03-07 12:30 UTC  (5+ messages)

[PATCH] NFS: remove sync_mode test from nfs_writepage_locked()
 2024-03-07 12:29 UTC  (2+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-03-06 10:21 UTC  (9+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks

[PATCH v2] NFS: trace the uniquifier of fscache
 2024-03-06  9:39 UTC 

[PATCH] NFS: add a tracepoint for uniquifier of fscache
 2024-03-06  4:07 UTC  (3+ messages)

[PATCH] NFS: enable nconnect for RDMA
 2024-03-05 14:02 UTC  (7+ messages)

nfs4_schedule_state_manager stuck in tight loop
 2024-03-05 11:39 UTC  (4+ messages)

[PATCH/RFC] NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
 2024-03-05  2:10 UTC 

[PATCH 0/4 v2] nfsd: fix dadlock in move_to_close_lru()
 2024-03-05  0:11 UTC  (21+ messages)
` [PATCH 1/4] nfsd: move nfsd4_cstate_assign_replay() earlier in open handling
` [PATCH 2/4] nfsd: perform all find_openstateowner_str calls in the one place
` [PATCH 3/4] nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
` [PATCH 4/4] nfsd: drop st_mutex_mutex before calling move_to_close_lru()

[PATCH v1] NFSD: Clean up nfsd4_encode_replay()
 2024-03-05  0:02 UTC 

[PATCH 6.1 175/215] NFSD: Avoid clashing function prototypes
 2024-03-04 21:23 UTC 

[PATCH 6.6 114/143] NFS: Fix data corruption caused by congestion
 2024-03-04 21:23 UTC 

[PATCH 6.7 131/162] NFS: Fix data corruption caused by congestion
 2024-03-04 21:23 UTC 

[PATCH 0/2] nfs: fix UAF in direct writes
 2024-03-04 17:57 UTC  (6+ messages)
` [PATCH 1/2] nfs: properly protect nfs_direct_req fields
` [PATCH 2/2] nfs: fix UAF in direct writes

long-term stable backports of NFSD patches
 2024-03-04 13:41 UTC  (2+ messages)

[PATCH] NFS: Restore -EIO as error to return when "umount -f" aborts request
 2024-03-04 13:35 UTC  (4+ messages)

[PATCH stable 6.1] NFS: Fix data corruption caused by congestion
 2024-03-04 11:31 UTC  (2+ messages)

[PATCH 0/3] nfsd: fix dadlock in move_to_close_lru()
 2024-03-04  0:09 UTC  (8+ messages)
` [PATCH 1/3] nfsd: move nfsd4_cstate_assign_replay() earlier in open handling
` [PATCH 2/3] nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()

[viro-vfs:work.simple_recursive_removal] [rpc_pipe] 1d8f830b7f: fsmark.app_overhead 17.5% regression
 2024-03-03 13:14 UTC 

Issues in man pages of nfs
 2024-03-03 13:05 UTC 

Cannot initiate mount with sec=krb5 as root from EL9 clients
 2024-03-01 16:31 UTC  (3+ messages)

Problem: nfstest_cache acdirmin_data/acdirmax_data failures [nfstest] [NFS]
 2024-03-01 10:47 UTC 

[PATCH] nfs: use KMEM_CACHE() to create nfs_commit_data cache
 2024-03-01  2:06 UTC  (3+ messages)


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