linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-31 02:12:13 to 2016-09-13 14:53:09 UTC [more...]

[PATCH v3 0/6] server-side NFS/RDMA patches proposed for v4.9
 2016-09-13 14:53 UTC  (5+ messages)
` [PATCH v3 1/6] svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
` [PATCH v3 2/6] svcrdma: Tail iovec leaves an orphaned DMA mapping
` [PATCH v3 3/6] svcrdma: Skip put_page() when send_reply() fails
` [PATCH v3 4/6] rpcrdma: RDMA/CM private message data structure

[PATCH v2 00/10] nfs: add CB_NOTIFY_LOCK support to nfs client
 2016-09-12 20:38 UTC  (14+ messages)
` [PATCH v2 01/10] nfs: the length argument to read_buf should be unsigned
` [PATCH v2 02/10] nfs: eliminate pointless and confusing do_vfs_lock wrappers
` [PATCH v2 03/10] nfs: check for POSIX lock capability on server even for flock locks
` [PATCH v2 04/10] nfs: use safe, interruptible sleeps when waiting to retry LOCK
` [PATCH v2 05/10] nfs: track whether server sets MAY_NOTIFY_LOCK flag
` [PATCH v2 06/10] nfs: add handling for CB_NOTIFY_LOCK in client
` [PATCH v2 07/10] nfs: move nfs4_set_lock_state call into caller
` [PATCH v2 08/10] nfs: move nfs4 lock retry attempt loop to a separate function
` [PATCH v2 09/10] nfs: add code to allow client to wait on lock callbacks
` [PATCH v2 10/10] nfs: ensure that the filehandle in CB_NOTIFY_LOCK request matches the inode

[GIT PULL] Please pull NFS client fixes
 2016-09-12 19:28 UTC 

[PATCH v1] svcauth_gss: Close connection when dropping an incoming message
 2016-09-12 16:18 UTC  (4+ messages)

[PATCH] nfs: Set s_time_gran consistently on NFSv2
 2016-09-12 12:32 UTC  (3+ messages)

NFS write throughput not constant
 2016-09-12  7:04 UTC  (2+ messages)

[PATCH v2 0/4] Add copy_file_range() tests
 2016-09-11 23:10 UTC  (9+ messages)
` [PATCH v2 1/4] generic/377: Add copy to new file test
` [PATCH v2 2/4] generic/378: Add small copies "
` [PATCH v2 3/4] generic/379: Add copy test that overwrites data
` [PATCH v2 4/4] generic/380: Add a copy test for overwriting small amounts of data

[PATCH] NFSv4.1: Fix the CREATE_SESSION slot number accounting
 2016-09-11 19:11 UTC 

[PATCH v3 00/12] Fix delegation behaviour when server revokes some state
 2016-09-10  0:49 UTC  (16+ messages)
` [PATCH v3 01/12] NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
  ` [PATCH v3 02/12] NFSv4.1: Don't check delegations that are already marked as revoked
    ` [PATCH v3 03/12] NFSv4.1: Allow test_stateid to handle session errors without waiting
      ` [PATCH v3 04/12] NFSv4.1: Add a helper function to deal with expired stateids
        ` [PATCH v3 05/12] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
          ` [PATCH v3 06/12] NFSv4.1: Test delegation stateids when server declares "some state revoked"
            ` [PATCH v3 07/12] NFSv4.1: Deal with server reboots during delegation expiration recovery
              ` [PATCH v3 08/12] NFSv4.1: Don't recheck delegations that have already been checked
                ` [PATCH v3 09/12] NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
                  ` [PATCH v3 10/12] NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
                    ` [PATCH v3 11/12] NFSv4.1: FREE_STATEID can be asynchronous
                      ` [PATCH v3 12/12] NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku

[PATCH v5] NFSD: Add support for the COPY operation
 2016-09-09 19:53 UTC  (3+ messages)
` [PATCH v5] NFSD: Implement the COPY call

STRICTLY CONFIDENTIAL
 2016-09-09 18:24 UTC 

vfs_copy_file_range and NFSv4.2 server-side copy
 2016-09-09 15:11 UTC 

[PATCH Version 10 00/12] pNFS file layout session trunking
 2016-09-09 13:22 UTC  (13+ messages)
` [PATCH Version 10 01/12] NFS setup async exchange_id
` [PATCH Version 10 02/12] NFS refactor nfs4_match_clientids
` [PATCH Version 10 03/12] NFS refactor nfs4_check_serverowner_major_id
` [PATCH Version 10 04/12] NFS detect session trunking
` [PATCH Version 10 05/12] SUNRPC remove rpc_task_release_client from rpc_task_set_client
` [PATCH Version 10 06/12] SUNRPC rpc_clnt_xprt_switch_put
` [PATCH Version 10 07/12] SUNRPC rpc_clnt_xprt_switch_add_xprt
` [PATCH Version 10 08/12] SUNRPC search xprt switch for sockaddr
` [PATCH Version 10 09/12] SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
` [PATCH Version 10 10/12] NFS add xprt switch addrs test to match client
` [PATCH Version 10 11/12] NFS test session trunking with exchange id
` [PATCH Version 10 12/12] NFS pnfs data server multipath session trunking

[PATCH 0/9] nfs: add CB_NOTIFY_LOCK support to nfs client
 2016-09-08 21:47 UTC  (24+ messages)
` [PATCH 1/9] nfs: the length argument to read_buf should be unsigned
` [PATCH 2/9] nfs: eliminate pointless and confusing do_vfs_lock wrappers
` [PATCH 3/9] nfs: check for POSIX lock capability on server even for flock locks
` [PATCH 4/9] nfs: add a freezable_schedule_timeout_unsafe() and use it when waiting to retry LOCK
` [PATCH 5/9] nfs: add handling for CB_NOTIFY_LOCK in client
` [PATCH 6/9] nfs: move nfs4_set_lock_state call into caller
` [PATCH 7/9] nfs: add code to allow client to wait on lock callbacks
` [PATCH 8/9] nfs: ensure that the filehandle in CB_NOTIFY_LOCK request matches the inode
` [PATCH 9/9] nfs: track whether server sets MAY_NOTIFY_LOCK flag

NFS client stuck in a tight loop
 2016-09-08 14:55 UTC  (4+ messages)

[PATCH Version 9 RESEND 00/12] pNFS file layout session trunking
 2016-09-08 14:52 UTC  (15+ messages)
` [PATCH Version 9 RESEND 01/12] NFS setup async exchange_id
` [PATCH Version 9 RESEND 02/12] NFS refactor nfs4_match_clientids
` [PATCH Version 9 RESEND 03/12] NFS refactor nfs4_check_serverowner_major_id
` [PATCH Version 9 RESEND 04/12] NFS detect session trunking
` [PATCH Version 9 RESEND 05/12] SUNRPC remove rpc_task_release_client from rpc_task_set_client
` [PATCH Version 9 RESEND 06/12] SUNRPC rpc_clnt_xprt_switch_put
` [PATCH Version 9 RESEND 07/12] SUNRPC rpc_clnt_xprt_switch_add_xprt
` [PATCH Version 9 RESEND 08/12] SUNRPC search xprt switch for sockaddr
` [PATCH Version 9 RESEND 09/12] SUNRPC: rpc_clnt_add_xprt setup function for NFS layer
` [PATCH Version 9 RESEND 10/12] NFS add xprt switch addrs test to match client
` [PATCH Version 9 RESEND 11/12] NFS test session trunking with exchange id
` [PATCH Version 9 RESEND 12/12] NFS pnfs data server multipath session trunking

[stable 4.7] xprtrdma: Create common scatterlist fields in rpcrdma_mw
 2016-09-08 13:49 UTC  (3+ messages)

[PATCH] vfs: Don't copy beyond the end of the file
 2016-09-07 20:10 UTC 

[PATCH v2 0/7] Fix delegation behaviour when server revokes some state
 2016-09-07 18:01 UTC  (8+ messages)
` [PATCH v2 1/7] NFSv4.1: Don't check delegations that are already marked as revoked
  ` [PATCH v2 2/7] NFSv4.1: Allow test_stateid to handle session errors without waiting
    ` [PATCH v2 3/7] NFSv4.1: Add a helper function to deal with expired stateids
      ` [PATCH v2 4/7] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
        ` [PATCH v2 5/7] NFSv4.1: Test delegation stateids when server declares "some state revoked"
          ` [PATCH v2 6/7] NFSv4.1: Deal with server reboots during delegation expiration recovery
            ` [PATCH v2 7/7] NFSv4.1: Don't recheck delegations that have already been checked

[PATCH] svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
 2016-09-07 14:47 UTC  (8+ messages)

4.6, 4.7 slow ifs export with more than one client
 2016-09-06 22:51 UTC  (10+ messages)

[PATCH 0/2] NFS/RDMA bug fixes for v4.8-rc
 2016-09-06 19:38 UTC  (4+ messages)
` [PATCH 1/2] xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")
` [PATCH 2/2] xprtrdma: Fix receive buffer accounting

[PATCH 0/5] Fix callback channel handling of referring triples
 2016-09-06 18:16 UTC  (3+ messages)

[PATCH v2 0/4] nfsd: add CB_NOTIFY_LOCK support to knfsd
 2016-09-06 15:04 UTC  (5+ messages)
` [PATCH v2 1/4] nfsd: plumb in a CB_NOTIFY_LOCK operation
` [PATCH v2 2/4] nfsd: have nfsd4_lock use blocking locks for v4.1+ locks
` [PATCH v2 3/4] nfsd: add a LRU list for blocked locks
` [PATCH v2 4/4] nfsd: set the MAY_NOTIFY_LOCK flag in OPEN replies

[PATCH 0/4] Fix LAYOUTGET/LAYOUTRETURN races
 2016-09-06 11:01 UTC  (6+ messages)
` [PATCH 1/4] pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
  ` [PATCH 2/4] pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STID
    ` [PATCH 3/4] pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_present
      ` [PATCH 4/4] pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs

4.8-rcN nfs O_DYSNC, write(2) doesn't return ENOSPC
 2016-09-05 18:55 UTC  (6+ messages)
` 4.8-rcN nfs, access(W_OK) on an immutable inode

nfs-server (v4.x only) takes extra 6 minutes to start without rpcbind
 2016-09-03  2:55 UTC  (4+ messages)

The Fall Bakeathon in Westford, Ma
 2016-09-02 14:31 UTC  (2+ messages)

EACCES race when opening just-created file
 2016-09-02  3:59 UTC  (4+ messages)

[PATCH] sunrpc: queue work on system_power_efficient_wq
 2016-09-01 18:46 UTC  (2+ messages)

Un-unmountable NFS mountpoints with "Stale NFS file handle" - is this normal behavior?
 2016-09-01 19:07 UTC  (3+ messages)

gss context cache and nfsv4
 2016-08-31 19:41 UTC  (4+ messages)

[PATCH 1/2] NFSv4.1: work around -Wmaybe-uninitialized warning
 2016-08-31 15:52 UTC  (5+ messages)

[PATCH v2] fs/nfsd/nfs4callback: Remove deprecated create_singlethread_workqueue
 2016-08-31 15:01 UTC  (4+ messages)

[PATCH net] sunrpc: fix UDP memory accounting
 2016-08-31 11:59 UTC  (4+ messages)

[PATCH 0/7] Fix delegation behaviour when server revokes some state
 2016-08-31  2:11 UTC  (8+ messages)
` [PATCH 1/7] NFSv4.1: Don't check delegations that are already marked as revoked
  ` [PATCH 2/7] NFSv4.1: Allow test_stateid to handle session errors without waiting
    ` [PATCH 3/7] NFSv4.1: Add a helper function to deal with expired stateids
      ` [PATCH 4/7] NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
        ` [PATCH 5/7] NFSv4.1: Test delegation stateids when server declares "some state revoked"
          ` [PATCH 6/7] NFSv4.1: Deal with server reboots during delegation expiration recovery
            ` [PATCH 7/7] NFSv4.1: Don't recheck delegations that have already been checked


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