messages from 2024-01-25 10:43:49 to 2024-01-29 12:30:56 UTC [more...]
[PATCH 00/13 v4] nfsd: support admin-revocation of v4 state
2024-01-29 12:30 UTC (21+ messages)
` [PATCH 01/13] nfsd: remove stale comment in nfs4_show_deleg()
` [PATCH 02/13] nfsd: hold ->cl_lock for hash_delegation_locked()
` [PATCH 03/13] nfsd: don't call functions with side-effecting inside WARN_ON()
` [PATCH 04/13] nfsd: avoid race after unhash_delegation_locked()
` [PATCH 05/13] nfsd: split sc_status out of sc_type
` [PATCH 06/13] nfsd: prepare for supporting admin-revocation of state
` [PATCH 07/13] nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states
` [PATCH 08/13] nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke
` [PATCH 09/13] nfsd: allow admin-revoked NFSv4.0 state to be freed
` [PATCH 10/13] nfsd: allow lock state ids to be revoked and then freed
` [PATCH 11/13] nfsd: allow open "
` [PATCH 12/13] nfsd: allow delegation "
` [PATCH 13/13] nfsd: allow layout state to be admin-revoked
Examples for refer= in /etc/exports?
2024-01-29 11:44 UTC (9+ messages)
` BUG in exports(5), no example for refer= "
` Change "hostname" to "hostport" in text-based mountd downcall "
` refer= syntax in /etc/exports for custom non-2049 TCP ports ? / was: "
[PATCH v4 0/3] Make nfs stats visible in network NS
2024-01-29 11:17 UTC (5+ messages)
` [PATCH v4 1/3] sunrpc: add a struct rpc_stats arg to rpc_create_args
` [PATCH v4 2/3] nfs: expose /proc/net/sunrpc/nfs in net namespaces
` [PATCH v4 3/3] nfs: make the rpc_stat per net namespace
[PATCH 0/2] netfs: Miscellaneous fixes
2024-01-29 9:49 UTC (3+ messages)
` [PATCH 1/2] netfs: Fix i_dio_count leak on DIO read past i_size
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write
Fwd: [Ms-nfs41-client-devel] NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-01-28
2024-01-29 9:09 UTC
[PATCH] NFSv4.2: fix listxattr maximum XDR buffer size
2024-01-27 13:01 UTC (3+ messages)
[PATCH 5.4 0/2] backport add and use mode_strip_sgid in vfs_*() helpers
2024-01-27 0:47 UTC (2+ messages)
[PATCH 2 00/14] NFSD backchannel fixes
2024-01-26 20:10 UTC (18+ messages)
` [PATCH 2 01/14] NFSD: Reset cb_seq_status after NFS4ERR_DELAY
` [PATCH 2 02/14] NFSD: Convert the callback workqueue to use delayed_work
` [PATCH 2 03/14] NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down
` [PATCH 2 04/14] NFSD: Retransmit callbacks after client reconnects
` [PATCH 2 05/14] NFSD: Add nfsd_seq4_status trace event
` [PATCH 2 06/14] NFSD: Replace dprintks in nfsd4_cb_sequence_done()
` [PATCH 2 07/14] NFSD: Rename nfsd_cb_state trace point
` [PATCH 2 08/14] NFSD: Add callback operation lifetime trace points
` [PATCH 2 09/14] SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
` [PATCH 2 10/14] NFSD: Remove unused @reason argument
` [PATCH 2 11/14] NFSD: Replace comment with lockdep assertion
` [PATCH 2 12/14] NFSD: Remove BUG_ON in nfsd4_process_cb_update()
` [PATCH 2 13/14] SUNRPC: Remove stale comments
` [PATCH 2 14/14] NFSD: Remove redundant cb_seq_status initialization
[PATCH 1/1] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls
2024-01-26 19:03 UTC
[PATCH 1/1] pnfs/filelayout: add tracepoint to getdeviceinfo
2024-01-26 18:04 UTC
[PATCH v3 00/10] Make nfsd stats visible in network ns
2024-01-26 17:35 UTC (13+ messages)
` [PATCH v3 01/10] sunrpc: don't change ->sv_stats if it doesn't exist
` [PATCH v3 02/10] nfs: stop setting ->pg_stats for unused stats
` [PATCH v3 03/10] sunrpc: pass in the sv_stats struct through svc_create_pooled
` [PATCH v3 04/10] sunrpc: remove ->pg_stats from svc_program
` [PATCH v3 05/10] sunrpc: use the struct net as the svc proc private
` [PATCH v3 06/10] nfsd: rename NFSD_NET_* to NFSD_STATS_*
` [PATCH v3 07/10] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
` [PATCH v3 08/10] nfsd: make all of the nfsd stats per-network namespace
` [PATCH v3 09/10] nfsd: remove nfsd_stats, make th_cnt a global counter
` [PATCH v3 10/10] nfsd: make svc_stat per-network namespace instead of global
[PATCH v3 0/3] Make nfs stats visible in network NS
2024-01-26 15:43 UTC (4+ messages)
` [PATCH v3 1/3] sunrpc: add a struct rpc_stats arg to rpc_create_args
` [PATCH v3 2/3] nfs: expose /proc/net/sunrpc/nfs in net namespaces
` [PATCH v3 3/3] nfs: make the rpc_stat per net namespace
[PATCH v2 00/13] Make nfs and nfsd stats visible in network ns
2024-01-26 15:35 UTC (30+ messages)
` [PATCH v2 01/13] sunrpc: don't change ->sv_stats if it doesn't exist
` [PATCH v2 02/13] nfs: stop setting ->pg_stats for unused stats
` [PATCH v2 03/13] sunrpc: pass in the sv_stats struct through svc_create*
` [PATCH v2 04/13] sunrpc: remove ->pg_stats from svc_program
` [PATCH v2 05/13] sunrpc: add a struct rpc_stats arg to rpc_create_args
` [PATCH v2 06/13] sunrpc: use the struct net as the svc proc private
` [PATCH v2 07/13] nfsd: rename NFSD_NET_* to NFSD_STATS_*
` [PATCH v2 08/13] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
` [PATCH v2 09/13] nfsd: make all of the nfsd stats per-network namespace
` [PATCH v2 10/13] nfsd: move th_cnt into nfsd_net
` [PATCH v2 11/13] nfsd: make svc_stat per-network namespace instead of global
` [PATCH v2 12/13] nfs: expose /proc/net/sunrpc/nfs in net namespaces
` [PATCH v2 13/13] nfs: make the rpc_stat per net namespace
[PATCH] NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102
2024-01-26 14:49 UTC (2+ messages)
[PATCH RFC 00/13] NFSD backchannel fixes
2024-01-26 14:27 UTC (24+ messages)
` [PATCH RFC 01/13] NFSD: Reset cb_seq_status after NFS4ERR_DELAY
` [PATCH RFC 02/13] NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down
` [PATCH RFC 03/13] NFSD: Retransmit callbacks after client reconnects
` [PATCH RFC 04/13] NFSD: Add nfsd_seq4_status trace event
` [PATCH RFC 05/13] NFSD: Replace dprintks in nfsd4_cb_sequence_done()
` [PATCH RFC 06/13] NFSD: Rename nfsd_cb_state trace point
` [PATCH RFC 07/13] NFSD: Add callback operation lifetime trace points
` [PATCH RFC 08/13] SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
` [PATCH RFC 09/13] NFSD: Remove unused @reason argument
` [PATCH RFC 10/13] NFSD: Replace comment with lockdep assertion
` [PATCH RFC 11/13] NFSD: Remove BUG_ON in nfsd4_process_cb_update()
` [PATCH RFC 12/13] SUNRPC: Remove stale comments
` [PATCH RFC 13/13] NFSD: Remove redundant cb_seq_status initialization
[PATCH v6 0/3] convert write_threads, write_version and write_ports to netlink commands
2024-01-26 13:58 UTC (16+ messages)
` [PATCH v6 3/3] NFSD: add write_ports to netlink command
Fwd: NFS4.0 rdma with referal
2024-01-26 9:53 UTC
Should we establish a new nfsdctl userland program?
2024-01-26 7:26 UTC (8+ messages)
Implement NFSv4 TLS support with /usr/bin/openssl s_client?
2024-01-26 7:22 UTC (6+ messages)
[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
2024-01-25 23:58 UTC (38+ messages)
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock
[GIT PULL] first round of 6.8 fixes for NFSD
2024-01-25 20:00 UTC (2+ messages)
Roadmap for netfslib and local caching (cachefiles)
2024-01-25 19:28 UTC (7+ messages)
[PATCH] NFSD: fix LISTXATTRS returning more bytes than maxcount
2024-01-25 18:03 UTC (3+ messages)
[PATCH] NFSD: fix nfsd4_listxattr_validate_cookie
2024-01-25 17:15 UTC (2+ messages)
[PATCH] NFSD: change LISTXATTRS cookie encoding to big-endian
2024-01-25 17:08 UTC (2+ messages)
[PATCH] NFSD: fix LISTXATTRS returning a short list with eof=TRUE
2024-01-25 17:03 UTC (2+ messages)
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