linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-29 09:44:16 to 2014-05-07 15:20:07 UTC [more...]

[PATCH 00/70] NFSd lock scalability patches
 2014-05-07 15:20 UTC  (29+ 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] NFSD: cleanup unneeded including linux/export.h
 2014-05-07 15:08 UTC 

Crash in 3.14.0+ (plus hacks)
 2014-05-07 15:02 UTC  (7+ messages)

[PATCH 3/3] NFS4.0: Add some test cases for nfsv4 acl
 2014-05-07 15:00 UTC  (3+ messages)

[PATCH] nfsd: clean up fh_auth usage
 2014-05-07 11:49 UTC 

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

[PATCH 1/3] NFS4.0: Case for linking to bad source patch with zero-length
 2014-05-07  9:55 UTC  (3+ messages)

[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
 2014-05-06 21:45 UTC  (3+ messages)

[PATCH V2 RFC 0/3] svcrdma: refactor marshalling logic
 2014-05-06 21:13 UTC  (9+ messages)
` [PATCH V2 RFC 1/3] svcrdma: Transport and header file changes
` [PATCH V2 RFC 2/3] svcrdma: Recvfrom changes
` [PATCH V2 RFC 3/3] svcrdma: Sendto changes

[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
 2014-05-06 21:05 UTC  (4+ messages)
` [PATCH 3/5] nfsd: Only set PF_LESS_THROTTLE when really needed

[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability
 2014-05-06 20:15 UTC  (31+ messages)
` [PATCH -V1 05/22] vfs: Add new file and directory create permission flags
` [PATCH -V1 06/22] vfs: Add delete child and delete self "
` [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes
` [PATCH -V1 09/22] vfs: Make acl_permission_check() work for richacls
` [PATCH -V1 10/22] richacl: In-memory representation and helper functions
` [PATCH -V1 19/22] vfs: Cache richacl in struct inode
` [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

get rid of include/linux/nfsd
 2014-05-06 19:09 UTC  (6+ messages)
` [PATCH 1/4] nfsd: remove <linux/nfsd/nfsfh.h>
` [PATCH 2/4] nfsd: move <linux/nfsd/export.h> to fs/nfsd
` [PATCH 3/4] nfsd: move <linux/nfsd/stats.h> "
` [PATCH 4/4] nfsd: remove <linux/nfsd/debug.h>

nfs oom on 3.15
 2014-05-05 11:08 UTC  (3+ messages)

[PATCH 21/70] NFSd: Get rid of the lockowner_ino_hashtbl
 2014-05-05  9:01 UTC  (11+ messages)
` [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 51/70] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
 2014-05-05  8:53 UTC  (11+ messages)
` [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] nfs: commit layouts in fdatasync
 2014-05-05  6:56 UTC  (2+ messages)

[PATCH v2 3.4 0/9] fix the NULL pointer when use nfs in diferent net ns
 2014-05-04 12:30 UTC  (11+ messages)
` [PATCH v2 3.4 1/9] nfsd: pass net to nfsd_init_socks()
` [PATCH v2 3.4 2/9] nfsd: pass net to nfsd_startup() and nfsd_shutdown()
` [PATCH v2 3.4 3/9] nfsd: pass net to nfsd_create_serv()
` [PATCH v2 3.4 4/9] nfsd: pass net to nfsd_svc()
` [PATCH v2 3.4 5/9] nfsd: pass net to nfsd_set_nrthreads()
` [PATCH v2 3.4 6/9] nfsd: pass net to __write_ports() and down
` [PATCH v2 3.4 7/9] nfsd: pass proper net to nfsd_destroy() from NFSd kthreads
` [PATCH v2 3.4 8/9] nfsd: containerize NFSd filesystem
` [PATCH v2 3.4 9/9] nfsd: check passed socket's net matches NFSd superblock's one

[PATCH] lockd: avoid warning when CONFIG_SYSCTL undefined
 2014-05-04 12:01 UTC  (2+ messages)

Please Acknowledge My Proposal
 2014-05-03 12:20 UTC 

Please Acknowledge My Proposal
 2014-05-03 12:20 UTC 

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

[PATCH v2 00/17] NFS: Create a common path used by reads and writes
 2014-05-02 19:06 UTC  (19+ messages)
` [PATCH v2 01/17] NFS: Create a common argument structure for "
` [PATCH v2 02/17] NFS: Create a common results "
` [PATCH v2 03/17] NFS: Create a common read and write data struct
` [PATCH v2 04/17] NFS: Create a common read and write header struct
` [PATCH v2 05/17] NFS: Move the write verifier into the nfs_pgio_header
` [PATCH v2 06/17] NFS: Create a common pgio_alloc and pgio_release function
` [PATCH v2 13/17] NFS: Create a generic_pgio function

[PATCH 0/3] nfs: get rid of nfs_pgio_data, related cleanup
 2014-05-02 16:25 UTC  (9+ messages)
` [PATCH 1/3] nfs: move nfs_pgio_data and remove nfs_rw_header
` [PATCH 2/3] nfs: rename members of nfs_pgio_data
` [PATCH 3/3] nfs: merge nfs_pgio_data into _header

[nfsv4] Resolving the fate of FATTR4_CHANGE_SEC_LABEL
 2014-05-02 15:31 UTC  (4+ messages)

[stable] linux-3.14 nfsd regression
 2014-05-01 22:03 UTC  (2+ messages)

idmap problems with chown as root
 2014-05-01 20:11 UTC  (6+ messages)

linux-3.14 nfsd regression
 2014-05-01 19:59 UTC  (9+ messages)

NFSoRDMA developers bi-weekly meeting announcement (4/30)
 2014-05-01 16:03 UTC  (12+ messages)

[PATCH] mountd: fix segfault in add_name with newer gcc compilers
 2014-05-01 15:17 UTC  (2+ messages)

[PATCH] start-statd: rpc.statd's systemd unit changed names
 2014-05-01 14:39 UTC  (2+ messages)

Canceled: Today's Linux NFS Town Hall meeting
 2014-05-01 11:33 UTC 

[PATCH v2 0/3] nfs4: file locking fixes and cleanups
 2014-05-01 10:28 UTC  (4+ messages)
` [PATCH v2 1/3] nfs4: treat lock owners as opaque values
` [PATCH v2 2/3] nfs4: queue free_lock_state job submission to nfsiod
` [PATCH v2 3/3] nfs4: turn free_lock_state into a void return operation

[PATCH] SCHED: allow wait_on_bit_action functions to support a timeout
 2014-05-01  9:35 UTC  (3+ messages)

[PATCH] SCHED: remove proliferation of wait_on_bit action functions
 2014-05-01  9:31 UTC  (4+ messages)

[PATCH] libnfsidmap: id_as_chars() fails zero value ids
 2014-04-30 17:31 UTC  (3+ messages)

[libnfsidmapd PATCH] nss: use strrchr() instead of strchr() to get the last occurrence of "@"
 2014-04-30 17:24 UTC  (2+ messages)

[PATCH v2 0/6] gssd: add the GSSAPI acceptor name to the info passed in downcall
 2014-04-30 16:30 UTC  (2+ messages)

PATCH - nfs-utils] nfsdctltrack: ensure binary is installed in /sbin
 2014-04-30 17:16 UTC  (2+ messages)

June 2014 NFSv4 Bakeathon
 2014-04-30 16:32 UTC  (3+ messages)
  ` June 2014 NFSv4 Bakeathon Hotel Information

[PATCH 1/2] nfs-iostat: Fix columnarization of RPC statistics
 2014-04-30 16:31 UTC  (4+ messages)
` [PATCH 2/2] nfs-iostat: Fix attribute cache statistics

[PATCH/RFC] SCHED: allow wait_on_bit functions to support a timeout
 2014-04-30  7:52 UTC  (7+ messages)

OFD ("file private") locks and NFS
 2014-04-29 15:11 UTC  (6+ messages)

flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]
 2014-04-29 12:20 UTC  (9+ 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).