linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-17 01:04:00 to 2014-04-22 21:29:12 UTC [more...]

[PATCH 00/17] nfs: support multiple requests per page
 2014-04-22 21:29 UTC  (10+ messages)
` [PATCH 01/17] nfs: clean up PG_* flags
` [PATCH 02/17] nfs: remove unused arg from nfs_create_request
` [PATCH 03/17] nfs: modify pg_test interface to return size_t
` [PATCH 04/17] nfs: call nfs_can_coalesce_requests for every req
` [PATCH 05/17] nfs: add support for multiple nfs reqs per page
` [PATCH 06/17] nfs: page group syncing in read path
` [PATCH 07/17] nfs: page group syncing in write path
` [PATCH 08/17] nfs: page group support in nfs_mark_uptodate
` [PATCH 09/17] pnfs: clean up filelayout_alloc_commit_info

[PATCH v2] pnfs: fix race in filelayout commit path
 2014-04-22 20:07 UTC  (2+ messages)

June 2014 NFSv4 Bakeathon
 2014-04-22 15:15 UTC  (2+ messages)

[PATCH V2 00/17] NFS/RDMA patches for review
 2014-04-22 15:05 UTC  (20+ messages)
` [PATCH V2 01/17] xprtrdma: mind the device's max fast register page list depth
` [PATCH V2 02/17] nfs-rdma: Fix for FMR leaks
` [PATCH V2 03/17] xprtrdma: Enable RDMA pad optimization by default
` [PATCH V2 04/17] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
` [PATCH V2 05/17] xprtrdma: Remove BOUNCEBUFFERS memory registration mode
` [PATCH V2 06/17] xprtrdma: Remove MEMWINDOWS registration modes
` [PATCH V2 07/17] xprtrdma: Remove REGISTER memory registration mode
` [PATCH V2 08/17] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
` [PATCH V2 09/17] xprtrdma: mount reports "Invalid mount option" if memreg mode "
` [PATCH V2 10/17] xprtrdma: Add CONFIG setting that can disable ALLPHYSICAL
` [PATCH V2 11/17] xprtrdma: Simplify rpcrdma_deregister_external() synopsis
` [PATCH V2 12/17] xprtrdma: Make rpcrdma_ep_destroy() return void
` [PATCH V2 13/17] xprtrdma: Split the completion queue
` [PATCH V2 14/17] xprtrmda: Reduce lock contention in completion handlers
` [PATCH V2 15/17] xprtrmda: Reduce calls to ib_poll_cq() "
` [PATCH V2 16/17] xprtrdma: Limit work done by completion handler
` [PATCH V2 17/17] xprtrdma: Reduce the number of hardway buffer allocations

[PATCH] nfsd: nfsd4_decode_create: Fix a possible NULL pointer dereference
 2014-04-22 10:06 UTC  (3+ messages)

[PATCH] pnfs: fix race in filelayout commit path
 2014-04-21 21:53 UTC  (2+ messages)

[PATCH] nfs: commit layouts in fdatasync
 2014-04-21 17:29 UTC 

[PATCH 00/17] NFS: Create a common path used by reads and writes
 2014-04-21 16:24 UTC  (32+ messages)
` [PATCH 01/17] NFS: Create a common argument structure for "
` [PATCH 02/17] NFS: Create a common results "
` [PATCH 03/17] NFS: Create a common read and write data struct
` [PATCH 04/17] NFS: Create a common read and write header struct
` [PATCH 05/17] NFS: Move the write verifier into the nfs_pgio_header
` [PATCH 06/17] NFS: Create a common pgio_alloc and pgio_release function
` [PATCH 07/17] NFS: Create a common rw_header_alloc and rw_header_free function
` [PATCH 08/17] NFS: Create a common pgio_rpc_prepare function
` [PATCH 09/17] NFS: Create a common nfs_pgio_result_common function
` [PATCH 10/17] NFS: Create a common rpc_call_ops struct
` [PATCH 11/17] NFS: Create a common rpcsetup function for reads and writes
` [PATCH 12/17] NFS: Create a common pgio_error function
` [PATCH 13/17] NFS: Create a generic_pgio function
` [PATCH 14/17] NFS: Create a common initiate_pgio() function
` [PATCH 15/17] NFS: Create a common multiple_pgios() function
` [PATCH 16/17] NFS: Create a common generic_pg_pgios()
` [PATCH 17/17] NFS: Create a common nfs_pageio_ops struct

[PATCH 00/70] NFSd lock scalability patches
 2014-04-21 15:58 UTC  (90+ messages)
` [PATCH 01/70] NFSd: Ensure we clear the cstate->slot in nfsd4_proc_compound
  ` [PATCH 02/70] NFSd: Move default initialisers from create_client() to alloc_client()
    ` [PATCH 03/70] NFSd: call rpc_destroy_wait_queue() from free_client()
      ` [PATCH 04/70] NFSd: Remove 'inline' designation for free_client()
        ` [PATCH 05/70] nfsd4: rename recall_lock to state_lock
          ` [PATCH 06/70] nfsd4: use cl_lock to synchronize all stateid idr calls
            ` [PATCH 07/70] nfsd4: hash deleg stateid only on successful nfs4_set_delegation
              ` [PATCH 08/70] nfsd4: use state_lock for delegation hashing
                ` [PATCH 09/70] NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions
                  ` [PATCH 10/70] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
                    ` [PATCH 11/70] NFSd: Ensure delegation setup is safe w.r.t. break_lease()
                      ` [PATCH 12/70] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
                        ` [PATCH 13/70] NFSd: Clean up nfs4_preprocess_stateid_op
                          ` [PATCH 14/70] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
                            ` [PATCH 15/70] NFSd: Add locking to the nfs4_file->fi_fds[] array
                              ` [PATCH 16/70] NFSd: Protect the nfs4_file delegation fields using the fi_lock
                                ` [PATCH 17/70] NFSd: Lock owners are not per open stateid
                                  ` [PATCH 18/70] NFSd: Clean up helper __release_lock_stateid
                                    ` [PATCH 19/70] NFSd: Allow lockowners to hold several stateids
                                      ` [PATCH 20/70] NFSd: NFSv4 lock-owners are not associated to a specific file
                                        ` [PATCH 21/70] NFSd: Get rid of the lockowner_ino_hashtbl
                                          ` [PATCH 22/70] NFSd: Cleanup nfs4svc_encode_compoundres
                                            ` [PATCH 23/70] NFSd: Don't get a session reference without a client reference
                                              ` [PATCH 24/70] NFSd: Move the delegation reference counter into the struct nfs4_stid
                                                ` [PATCH 25/70] NFSd: Simplify stateid management
                                                  ` [PATCH 26/70] NFSd: Fix delegation revocation
                                                    ` [PATCH 27/70] NFSd: Don't let the laundromat reap clients that are referenced
                                                      ` [PATCH 28/70] NFSd: Add reference counting to the lock and open stateids
                                                        ` [PATCH 29/70] NFSd: Add a struct nfs4_file field to struct nfs4_stid
                                                          ` [PATCH 30/70] NFSd: Replace delegation->dl_file with the dl_stid.sc_file
                                                            ` [PATCH 31/70] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
                                                              ` [PATCH 32/70] NFSd: Ensure stateids remain unique until they are freed
                                                                ` [PATCH 33/70] NFSd: Ensure atomicity of stateid destruction and idr tree removal
                                                                  ` [PATCH 34/70] NFSd: Fix atomicity of delegation counter
                                                                    ` [PATCH 35/70] NFSd: Slight cleanup of find_stateid()
                                                                      ` [PATCH 36/70] NFSd: Add reference counting to find_stateid
                                                                        ` [PATCH 37/70] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
                                                                          ` [PATCH 38/70] NFSd: Add reference counting to lock stateids
                                                                            ` [PATCH 39/70] NFSd: nfsd4_locku() must reference the lock stateid
                                                                              ` [PATCH 40/70] NFSd: Ensure that nfs4_open_delegation() references the delegation stateid
                                                                                ` [PATCH 41/70] NFSd: nfsd4_process_open2() must reference "
                                                                                  ` [PATCH 42/70] NFSd: nfsd4_process_open2() must reference the open stateid
                                                                                    ` [PATCH 43/70] NFSd: Prepare nfsd4_close() for open stateid referencing
                                                                                      ` [PATCH 44/70] NFSd: nfsd4_open_confirm() must reference the open stateid
                                                                                        ` [PATCH 45/70] NFSd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
                                                                                          ` [PATCH 46/70] NFSd: Migrate the stateid reference into nfs4_preprocess_seqid_op
                                                                                            ` [PATCH 47/70] NFSd: Migrate the stateid reference into nfs4_lookup_stateid()
                                                                                              ` [PATCH 48/70] NFSd: Migrate the stateid reference into nfs4_find_stateid_by_type()
                                                                                                ` [PATCH 49/70] NFSd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
                                                                                                  ` [PATCH 50/70] NFSd: Use the session->se_client in lookup_clientid()
                                                                                                    ` [PATCH 51/70] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
                                                                                                      ` [PATCH 52/70] NFSd: Convert nfs4_check_open_reclaim() "
                                                                                                        ` [PATCH 53/70] NFSd: Ensure struct nfs4_client is unhashed before we try to destroy it
                                                                                                          ` [PATCH 54/70] NFSd: Ensure that the laundromat unhashes the client before releasing locks
                                                                                                            ` [PATCH 55/70] NFSd: Don't require client_lock in free_client
                                                                                                              ` [PATCH 56/70] NFSd: Move create_client() call outside the lock
                                                                                                                ` [PATCH 57/70] NFSd: Protect unconfirmed client creation using client_lock
                                                                                                                  ` [PATCH 58/70] NFSd: Protect session creation and client confirm "
                                                                                                                    ` [PATCH 59/70] NFSd: Protect nfsd4_destroy_clientid "
                                                                                                                      ` [PATCH 60/70] NFSd: Ensure lookup_clientid() takes client_lock
                                                                                                                        ` [PATCH 61/70] NFSd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
                                                                                                                          ` [PATCH 62/70] NFSd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
                                                                                                                            ` [PATCH 63/70] NFSd: Remove nfs4_lock_state(): nfsd4_release_lockowner
                                                                                                                              ` [PATCH 64/70] NFSd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
                                                                                                                                ` [PATCH 65/70] NFSd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
                                                                                                                                  ` [PATCH 66/70] NFSd: Remove nfs4_lock_state(): nfsd4_delegreturn()
                                                                                                                                    ` [PATCH 67/70] NFSd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
                                                                                                                                      ` [PATCH 68/70] NFSd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
                                                                                                                                        ` [PATCH 69/70] NFSd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
                                                                                                                                          ` [PATCH 70/70] NFSd: Remove nfs4_lock_state(): reclaim_complete()

[PATCH 0/8] NFS/RDMA patches for review
 2014-04-20 12:42 UTC  (14+ messages)
` [PATCH 7/8] xprtrdma: Split the completion queue

nfs-utils bug report (and fix)
 2014-04-19 11:57 UTC 

[PATCH net-next] xprtrdma: rpcrdma_register_default_external: Silence frame size warning
 2014-04-18 19:56 UTC  (2+ messages)

NFS4ERR_STALE_STATEID from Linux 4.1 server
 2014-04-18 16:54 UTC 

[PATCH] NFSD: Checking whether kill_suid by should_remove_suid()
 2014-04-18 16:25 UTC  (5+ messages)
    ` [PATCH v2] NFSD: Don't clear SUID/SGID after root writing data

[PATCH] svcrdma: refactor marshalling logic
 2014-04-18 14:36 UTC  (3+ messages)

[PATCH] NFSD: Clear cached acl after setting a zero-length default posix acl:
 2014-04-18 13:47 UTC  (10+ messages)
  ` [PATCH v2] NFSD: Don't set default ACL if there are no ACE entries
      ` [PATCH v3] NFSD: Call ->set_acl with a NULL ACL structure if no entries

[PATCH] locks: allow __break_lease to sleep even when break_time is 0
 2014-04-18 12:40 UTC  (2+ messages)

[PATCH] nfsd: set timeparms.to_maxval in setup_callback_client
 2014-04-18  9:10 UTC  (2+ messages)

pageio_init simplifications, V2
 2014-04-17 14:50 UTC  (5+ messages)
` [PATCH 1/2] nfs: remove ->write_pageio_init from rpc ops
` [PATCH 2/2] nfs: remove ->read_pageio_init "

[PATCH/RFC 00/19] Support loop-back NFS mounts
 2014-04-17  5:58 UTC  (21+ messages)
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 04/19] Make effect of PF_FSTRANS to disable __GFP_FS universal
` [PATCH 16/19] VFS: use GFP_NOFS rather than GFP_KERNEL in __d_alloc

[PATCH] nfs4.1 server: fs_layout_types in supported_attrs
 2014-04-17  3:10 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).