linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-29 18:31:16 to 2016-11-13 10:31:36 UTC [more...]

[PATCH v2 00/11] getting back -Wmaybe-uninitialized
 2016-11-13 10:31 UTC  (17+ messages)
` [PATCH v2 01/11] Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
` [PATCH v2 02/11] NFSv4.1: work around -Wmaybe-uninitialized warning
` [PATCH v2 03/11] x86: apm: avoid uninitialized data
` [PATCH v2 04/11] nios2: fix timer initcall return value
` [PATCH v2 05/11] s390: pci: don't print uninitialized data for debugging
` [PATCH v2 06/11] [media] dib0700: fix nec repeat handling
` [PATCH v2 07/11] [media] rc: print correct variable for z8f0811
` [PATCH v2 08/11] crypto: aesni: shut up -Wmaybe-uninitialized warning
` [PATCH v2 09/11] [v3] infiniband: shut up a maybe-uninitialized warning
` [PATCH v2 10/11] pcmcia: fix return value of soc_pcmcia_regulator_set
` [PATCH v2 11/11] Kbuild: enable -Wmaybe-uninitialized warnings by default

CLOSE/OPEN race
 2016-11-13  3:09 UTC  (10+ messages)

possible bug in nfs-kernel-server
 2016-11-11 22:04 UTC  (13+ messages)

[PATCH rpcbind] Move default state-dir to /run/rpcbind
 2016-11-11 21:00 UTC  (2+ messages)
` [Libtirpc-devel] "

[PATCH v2] sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports
 2016-11-11 19:38 UTC  (2+ messages)

Question about nfsdcltrack --storagedir
 2016-11-11 16:19 UTC  (12+ messages)
      ` [PATCH/RFC nfs-utils] nfsdcltrack: read configuration from a file

[PATCH 0/5] Optimisations for state management
 2016-11-10 22:18 UTC  (7+ messages)
` [PATCH 1/5] NFSv4: Don't check file access when reclaiming state
  ` [PATCH 2/5] NFSv4: Don't ask for the change attribute "
    ` [PATCH 3/5] NFSv4: Don't request a GETATTR on open_downgrade
      ` [PATCH 4/5] NFSv4: Don't request close-to-open attribute when holding a delegation
        ` [PATCH 5/5] NFSv4: Optimise away forced revalidation when we know the attributes are OK

[GIT PULL] Please pull a few more NFS client bugfixes
 2016-11-10 21:18 UTC 

[PATCH] NFSv4.1: Fix a regression in DELEGRETURN
 2016-11-10 21:06 UTC 

[PATCH v7 00/31] Fix delegation behaviour when server revokes some state
 2016-11-10 20:54 UTC  (26+ messages)
` [PATCH v7 01/31] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
  ` [PATCH v7 02/31] NFS: Fix inode corruption in nfs_prime_dcache()
    ` [PATCH v7 03/31] NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
      ` [PATCH v7 04/31] NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
        ` [PATCH v7 05/31] NFSv4.1: Don't check delegations that are already marked as revoked
          ` [PATCH v7 06/31] NFSv4.1: Allow test_stateid to handle session errors without waiting
            ` [PATCH v7 07/31] NFSv4.1: Add a helper function to deal with expired stateids
              ` [PATCH v7 08/31] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
                ` [PATCH v7 09/31] NFSv4.1: Test delegation stateids when server declares "some state revoked"
                  ` [PATCH v7 10/31] NFSv4.1: Deal with server reboots during delegation expiration recovery
                    ` [PATCH v7 11/31] NFSv4.1: Don't recheck delegations that have already been checked
                      ` [PATCH v7 12/31] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
                        ` [PATCH v7 13/31] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks

[PATCH] Do not dereference ERR_PTR(-EINVAL) in NFS client code
 2016-11-10 20:42 UTC 

[PATCH nfs-utils] Remove all use of /var/lib/nfs/xtab
 2016-11-10 17:05 UTC  (2+ messages)

nfs NULL-dereferencing in net-next
 2016-11-10 15:02 UTC  (9+ messages)

wireshark's RPC-over-RDMA dissector
 2016-11-09 22:42 UTC  (3+ messages)

[PATCH v2] fs/nfsd/nfs4callback: Remove deprecated create_singlethread_workqueue
 2016-11-09 22:35 UTC  (12+ messages)

[PATCH v1 00/14] client-side NFS/RDMA patches proposed for v4.10
 2016-11-09 19:06 UTC  (15+ messages)
` [PATCH v1 01/14] xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect
` [PATCH v1 02/14] xprtrdma: Cap size of callback buffer resources
` [PATCH v1 03/14] xprtrdma: Make FRWR send queue entry accounting more accurate
` [PATCH v1 04/14] xprtrdma: Support for SG_GAP devices
` [PATCH v1 05/14] SUNRPC: Proper metric accounting when RPC is not transmitted
` [PATCH v1 06/14] xprtrdma: Address coverity complaint about wait_for_completion()
` [PATCH v1 07/14] xprtrdma: Avoid calls to ro_unmap_safe()
` [PATCH v1 08/14] xprtrdma: Squelch "max send, max recv" messages at connect time
` [PATCH v1 09/14] xprtrdma: Shorten QP access error message
` [PATCH v1 10/14] xprtrdma: Update dprintk in rpcrdma_count_chunks
` [PATCH v1 11/14] xprtrdma: Relocate connection helper functions
` [PATCH v1 12/14] xprtrdma: Simplify synopsis of rpcrdma_ep_connect()
` [PATCH v1 13/14] xprtrdma: Refactor FRMR invalidation
` [PATCH v1 14/14] xprtrdma: Update documenting comment

[PATCH v1 0/7] server-side NFS/RDMA patches proposed for v4.10
 2016-11-09 17:34 UTC  (8+ messages)
` [PATCH v1 1/7] svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm
` [PATCH v1 2/7] svcauth_gss: Close connection when dropping an incoming message
` [PATCH v1 3/7] svcrdma: Renovate sendto chunk list parsing
` [PATCH v1 4/7] svcrdma: Remove BH-disabled spin locking in svc_rdma_send()
` [PATCH v1 5/7] svcrdma: Remove DMA map accounting
` [PATCH v1 6/7] svcrdma: Remove svc_rdma_op_ctxt::wc_status
` [PATCH v1 7/7] svcrdma: Break up dprintk format in svc_rdma_accept()

svc_xprt_put is no longer BH-safe
 2016-11-08 21:42 UTC  (6+ messages)

[PATCH] nfsd: constify reply_cache_stats_operations structure
 2016-11-08 20:36 UTC  (3+ messages)

net/sunrpc/clnt.c:2773 suspicious rcu_dereference_check() usage!
 2016-11-08 17:56 UTC  (6+ messages)

When is export_operations.get_parent triggered?
 2016-11-08 15:49 UTC  (5+ messages)

[PATCH] sunrpc: svc_age_temp_xprts_now should skip non-tcp transports
 2016-11-07 22:41 UTC  (6+ messages)

[PATCH] xprtrdma: Fix DMAR failure in frwr_op_map() after reconnect
 2016-11-07 21:16 UTC 

[PATCH - rpcbind] Provide systemd unit files for rpcbind
 2016-11-07 19:36 UTC  (11+ messages)
      ` [Libtirpc-devel] "

[PATCH nfs-utils] nfs-server-generator: avoid using external services
 2016-11-07 19:16 UTC  (6+ messages)
      ` [PATCH nfs-utils v2] "

[PATCH net-next 0/2] udp: do fwd memory scheduling on dequeue
 2016-11-07 18:24 UTC  (6+ messages)
` [PATCH net-next v2 1/2] net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
` [PATCH net-next v2 2/2] udp: do fwd memory scheduling on dequeue

[PATCH] fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use()
 2016-11-07 17:48 UTC 

[PATCH] net/netfiliter: Fix used uninitialized warn in ip_vs_proc_sync_conn()
 2016-11-07 16:14 UTC  (3+ messages)

File integrity of libtirpc
 2016-11-06  2:15 UTC 

[GIT PULL] nfsd bugfixes for 4.9
 2016-11-04 19:14 UTC 

57564 linux-nfs
 2016-11-04 15:38 UTC 

[PATCH] NFS: Don't print a pNFS error if we aren't using pNFS
 2016-11-04 15:00 UTC  (2+ messages)

[PATCH 0/6] NFSv4: Fix stateid used when flock locks in use. - V2
 2016-11-03 23:12 UTC  (6+ messages)
` [PATCH 3/6] NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state

Alert
 2016-11-01 23:11 UTC 

STRICTLY CONFIDENTIAL
 2016-11-03  0:23 UTC 

Monthly Linux NFS Town Hall meeting: Canceled
 2016-11-02 17:45 UTC 

[RFC PATCH] NFSv4: replace seqcount_t with a seqlock_t
 2016-11-02 17:37 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH v3] NFSv4: replace seqcount_t with a rw_semaphore
            ` [PATCH v4] NFSv4: replace seqcount_t with a seqlock_t

gss context cache and nfsv4
 2016-11-02 16:54 UTC  (6+ messages)

[PATCH] NFSv41: fix NULL dereference in nfs40_setup_sequence
 2016-10-31 20:30 UTC  (5+ messages)

[PATCH net-next] udp: do fwd memory scheduling on dequeue
 2016-10-31 15:16 UTC  (7+ messages)

[PATCH 0/2] NFSv4.2 umask support
 2016-10-30 13:59 UTC  (8+ messages)
` [PATCH 0/2] NFSv4.2 mode_umask support
` [PATCH 1/2] nfs: add support for the umask attribute
` [PATCH 2/2] nfsd: "

[PATCH v2] nfsd: Fix general protection fault in release_lock_stateid()
 2016-10-30  2:30 UTC  (2+ messages)

[PATCH] nfsd: Fix general protection fault in release_lock_stateid()
 2016-10-29 18:46 UTC  (2+ messages)


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).