linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 06:32:54 to 2020-05-21 14:35:55 UTC [more...]

[PATCH v3 00/32] Possible NFSD patches for v5.8
 2020-05-21 14:35 UTC  (25+ messages)
` [PATCH v3 01/32] SUNRPC: Move xpt_mutex into socket xpo_sendto methods
` [PATCH v3 02/32] svcrdma: Clean up the tracing for rw_ctx_init errors
` [PATCH v3 03/32] svcrdma: Clean up handling of get_rw_ctx errors
` [PATCH v3 04/32] svcrdma: Trace page overruns when constructing RDMA Reads
` [PATCH v3 05/32] svcrdma: trace undersized Write chunks
` [PATCH v3 06/32] svcrdma: Fix backchannel return code
` [PATCH v3 07/32] svcrdma: Remove backchannel dprintk call sites
` [PATCH v3 08/32] svcrdma: Rename tracepoints that record header decoding errors
` [PATCH v3 09/32] svcrdma: Remove the SVCRDMA_DEBUG macro
` [PATCH v3 10/32] svcrdma: Displayed remote IP address should match stored address
` [PATCH v3 11/32] svcrdma: Add tracepoints to report ->xpo_accept failures
` [PATCH v3 12/32] SUNRPC: Remove kernel memory address from svc_xprt tracepoints
` [PATCH v3 13/32] SUNRPC: Tracepoint to record errors in svc_xpo_create()
` [PATCH v3 14/32] SUNRPC: Trace a few more generic svc_xprt events
` [PATCH v3 15/32] SUNRPC: Remove "#include <trace/events/skb.h>"
` [PATCH v3 16/32] SUNRPC: Add more svcsock tracepoints
` [PATCH v3 17/32] SUNRPC: Replace dprintk call sites in TCP state change callouts
` [PATCH v3 18/32] SUNRPC: Trace server-side rpcbind registration events
` [PATCH v3 19/32] SUNRPC: Rename svc_sock::sk_reclen
` [PATCH v3 20/32] SUNRPC: Restructure svc_tcp_recv_record()
` [PATCH v3 21/32] SUNRPC: Replace dprintk() call sites in TCP receive path
` [PATCH v3 22/32] SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives
` [PATCH v3 23/32] SUNRPC: Clean up svc_release_skb() functions
` [PATCH v3 24/32] SUNRPC: Refactor svc_recvfrom()

[PATCH 0/3] SUNRPC/svc: fix gss flavour registration problems
 2020-05-21 14:06 UTC  (7+ messages)
` [PATCH 1/3] sunrpc: check that domain table is empty at module unload
` [PATCH 3/3] sunrpc: clean up properly in gss_mech_unregister()
` [PATCH 2/3] sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations

remove kernel_setsockopt and kernel_getsockopt v2
 2020-05-21 13:57 UTC  (49+ messages)
` [PATCH 01/33] dlm: use the tcp version of accept_from_sock for sctp as well
` [PATCH 02/33] net: remove kernel_getsockopt
` [PATCH 03/33] net: add sock_set_reuseaddr
` [PATCH 04/33] net: add sock_no_linger
` [PATCH 05/33] net: add sock_set_priority
` [PATCH 06/33] net: add sock_set_sndtimeo
` [PATCH 07/33] net: add sock_bindtoindex
` [PATCH 08/33] net: add sock_enable_timestamps
` [PATCH 09/33] net: add sock_set_keepalive
` [PATCH 10/33] net: add sock_set_rcvbuf
` [PATCH 11/33] net: add sock_set_reuseport
` [PATCH 12/33] tcp: add tcp_sock_set_cork
` [PATCH 13/33] tcp: add tcp_sock_set_nodelay
` [PATCH 14/33] tcp: add tcp_sock_set_quickack
` [PATCH 15/33] tcp: add tcp_sock_set_syncnt
` [PATCH 16/33] tcp: add tcp_sock_set_user_timeout
` [PATCH 17/33] tcp: add tcp_sock_set_keepidle
` [PATCH 18/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 19/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 20/33] ipv4: add ip_sock_set_tos
` [PATCH 21/33] ipv4: add ip_sock_set_freebind
` [PATCH 22/33] ipv4: add ip_sock_set_recverr
` [PATCH 23/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 24/33] ipv4: add ip_sock_set_pktinfo
` [PATCH 25/33] ipv6: add ip6_sock_set_v6only
` [PATCH 26/33] ipv6: add ip6_sock_set_recverr
` [PATCH 27/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 28/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 29/33] rxrpc: add rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] sctp: add sctp_sock_set_nodelay
` [PATCH 32/33] net: add a new bind_add method
` [PATCH 33/33] net: remove kernel_setsockopt

[PATCH v3] nfs: set invalid blocks after NFSv4 writes
 2020-05-21  9:17 UTC 

How to separate NFS mounts have same device ID
 2020-05-21  6:28 UTC  (3+ messages)

kernel oops in rdma in 5.7-rc5
 2020-05-20 21:54 UTC  (4+ messages)

TEST_STATEID issues with NFS4.1 and FreeNAS server
 2020-05-20 18:14 UTC  (4+ messages)

[PATCH v2 00/29] Possible NFSD patches for v5.8
 2020-05-20 17:14 UTC  (11+ messages)

[PATCH] dns: Apply a default TTL to records obtained from getaddrinfo()
 2020-05-20 15:07 UTC  (8+ messages)

[PATCH 29/33] rxrpc_sock_set_min_security_level
 2020-05-20 14:18 UTC  (52+ messages)
` remove kernel_setsockopt and kernel_getsockopt
  ` [PATCH 03/33] net: add sock_set_priority
  ` [PATCH 07/33] net: add sock_set_keepalive
  ` [PATCH 11/33] tcp: tcp_sock_set_nodelay
  ` [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
  ` [PATCH 20/33] ipv4: add ip_sock_set_recverr
  ` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
      ` is it ok to always pull in sctp for dlm, was: "
          ` [Ocfs2-devel] "
  ` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
  ` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
  ` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
  ` [PATCH 06/33] net: add sock_set_timestamps
              ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt

NFS v4 + kerberos: 4 minute window of slowness
 2020-05-20 10:48 UTC  (3+ messages)

[PATCH v2] nfs: set invalid blocks after NFSv4 writes
 2020-05-20  2:53 UTC 

[PATCH] nfs: set invalid blocks after NFSv4 writes
 2020-05-20  1:54 UTC  (2+ messages)

[PATCH v1 22/25] NFSv4: Use sequence counter with associated spinlock
 2020-05-19 21:45 UTC 

linux-next: Fixes tag needs some work in the nfs-anna tree
 2020-05-19 18:30 UTC 

[PATCH] nfs: always force a full attribute revalidation after NFSv4 writes
 2020-05-19 15:55 UTC  (2+ messages)

[PATCH V3 1/2] nfs-utils: add new tool nfsdclts to parse output from proc files
 2020-05-18 17:14 UTC  (4+ messages)
` [PATCH V2 2/2] nfsdclnts: add man page for tool nfsdclnts

[PATCH] nfsdclddb: Redname clddb-tool to nfsdclddb
 2020-05-18 13:50 UTC  (2+ messages)

[PATCH v2] nfs-utils: add new tool nfsdclts to parse output from proc files
 2020-05-18 13:48 UTC  (2+ messages)

BUG: unable to handle kernel paging request in rb_erase
 2020-05-18  6:59 UTC 

[PATCH AUTOSEL 5.4 26/35] SUNRPC: defer slow parts of rpc_free_client() to a workqueue
 2020-05-16 23:10 UTC  (3+ messages)

Errors in nfs man pages
 2020-05-16 15:50 UTC 

[PATCH] ceph: don't return -ESTALE if there's still an open file
 2020-05-16 12:10 UTC  (2+ messages)

[PATCH -next] nfs: fsinfo: fix build when CONFIG_NFS_V4 is not enabled
 2020-05-16 10:53 UTC  (4+ messages)

refcount underflow in nfsd41_destroy_cb
 2020-05-15 22:01 UTC  (4+ messages)

[GIT PULL] Please pull NFS client bugfixes
 2020-05-15 21:10 UTC  (2+ messages)

linux-next: Tree for May 15 (nfs/fsinfo.c)
 2020-05-15 16:35 UTC  (3+ messages)

[PATCH] nfs-utils: add new tool nfsd4-show to parse output from proc files
 2020-05-15 14:21 UTC  (5+ messages)

[PATCH/RFC] MM: fix writeback for NFS
 2020-05-15 11:10 UTC  (13+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
                ` [PATCH 1/2 V4] "
                ` [PATCH 2/2 V4] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH 1/1] NFSv3: fix rpc receive buffer size for MOUNT call
 2020-05-14 20:09 UTC 

Kernel panic in laundromat_main on 5.3.0-46-generic (Ubuntu HWE)
 2020-05-14 10:26 UTC 

[PATCH] SUNRPC: 'Directory with parent 'rpc_clnt' already present!'
 2020-05-13 23:29 UTC  (3+ messages)

[PATCH] NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs
 2020-05-13 22:41 UTC 

[PATCH 06/33] net: add sock_set_timestamps
 2020-05-13  6:26 UTC 

[PATCH 23/33] ipv6: add ip6_sock_set_recverr
 2020-05-13  6:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).