linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-30 01:34:55 to 2014-08-05 15:09:34 UTC [more...]

[PATCH 00/11] Porting nfs-utils to musl libc
 2014-08-05 15:08 UTC  (16+ messages)
` [PATCH 01/11] conffile: use standard uint*_t and unsigned char
` [PATCH 02/11] Fix header include for definition of NULL
` [PATCH 03/11] replace __attribute_malloc__ with the more portable __attribute__((__malloc__))
` [PATCH 04/11] exportfs: define _GNU_SOURCE for stat64
` [PATCH 05/11] mountd: define _GNU_SOURCE for statfs64 and use standard dev_t
` [PATCH 06/11] nfsstat: replace the legacy SA_ONESHOT with standard SA_RESETHAND
` [PATCH 07/11] Allow usage of getrpcbynumber() when getrpcbynumber_r() is unavailable
` [PATCH 08/11] include libgen.h for basename
` [PATCH 09/11] Only work around glibc bugs on glibc
` [PATCH 10/11] exportfs: fix test of NULL pointer in host_pton()
` [PATCH 11/11] exportfs: only do glibc specific hackery on glibc

[nfs] BUG: sleeping function called from invalid context at include/linux/wait.h:976
 2014-08-05 15:08 UTC  (2+ messages)

[PATCH] NFSD: Put the reference of nfs4_file when freeing stid
 2014-08-05 14:49 UTC  (3+ messages)

[PATCH] nfs: reject changes to resvport and sharecache during remount
 2014-08-05 13:52 UTC  (2+ messages)

Patch For Making Readdir_plus configurable
 2014-08-05  6:58 UTC  (5+ messages)
  ` [PATCH] nfsd: allow turning off nfsv3 readdir_plus

[PATCH 00/37] nfsd: remaining client_mutex removal patches
 2014-08-04 21:18 UTC  (41+ messages)
` [PATCH 01/37] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH 02/37] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH 03/37] nfsd: Don't require client_lock in free_client
` [PATCH 04/37] nfsd: Move create_client() call outside the lock
` [PATCH 05/37] nfsd: Protect unconfirmed client creation using client_lock
` [PATCH 06/37] nfsd: Protect session creation and client confirm "
` [PATCH 07/37] nfsd: Protect nfsd4_destroy_clientid "
` [PATCH 08/37] nfsd: Ensure lookup_clientid() takes client_lock
` [PATCH 09/37] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH 10/37] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH 11/37] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH 12/37] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH 13/37] nfsd: don't destroy clients that are busy
` [PATCH 14/37] nfsd: protect clid and verifier generation with client_lock
` [PATCH 15/37] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH 16/37] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH 17/37] nfsd: add a forget_client set_clnt routine
` [PATCH 18/37] nfsd: add nfsd_inject_forget_clients
` [PATCH 19/37] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH 20/37] nfsd: add more granular locking to forget_locks fault injector
` [PATCH 21/37] nfsd: add more granular locking to forget_openowners "
` [PATCH 22/37] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH 23/37] nfsd: remove old fault injection infrastructure
` [PATCH 24/37] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH 25/37] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH 26/37] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH 27/37] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH 28/37] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH 29/37] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH 30/37] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH 31/37] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH 32/37] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH 33/37] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH 34/37] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH 35/37] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH 36/37] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH 37/37] nfsd: add some comments to the nfsd4 object definitions

[PATCH 00/11] SUNRPC server scalability improvements
 2014-08-04 13:36 UTC  (13+ messages)
` [PATCH 01/11] SUNRPC: Reduce contention in svc_xprt_enqueue()
  ` [PATCH 02/11] SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely
    ` [PATCH 03/11] SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
      ` [PATCH 04/11] SUNRPC: Do not override wspace tests in svc_handle_xprt
        ` [PATCH 05/11] lockd: Ensure that lockd_start_svc sets the server rq_task
          ` [PATCH 06/11] nfs: Ensure that nfs_callback_start_svc "
            ` [PATCH 07/11] SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt
              ` [PATCH 08/11] SUNRPC: get rid of the request wait queue
                ` [PATCH 09/11] SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt
                  ` [PATCH 10/11] SUNRPC: More optimisations of svc_xprt_enqueue()
                    ` [PATCH 11/11] SUNRPC: Optimise away svc_recv_available

[PATCH 0/6] NFS DRC scalability patches
 2014-08-04 11:45 UTC  (9+ messages)
` [PATCH 1/6] nfsd: Clean up drc cache in preparation for global spinlock elimination
  ` [PATCH 2/6] nfsd: convert the lru list into a per-bucket thing
    ` [PATCH 3/6] nfsd: Remove the cache_hash list
      ` [PATCH 4/6] nfsd: convert num_drc_entries to an atomic_t
        ` [PATCH 5/6] nfsd: split DRC global spinlock into per-bucket locks
          ` [PATCH 6/6] nfsd: Reorder nfsd_cache_match to check more powerful discriminators first

[PATCH] SUNRPC: Change WARN_ON to printk for error message
 2014-08-04 10:30 UTC 

[PATCH] NFS: Update clientid in RELEASE_LOCKOWNER RPC after re-register clientid
 2014-08-04  8:18 UTC  (3+ messages)
  ` [PATCH v2] NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error

[PATCH 0/2] Two fixes for NFS RCU-walk support
 2014-08-04  6:24 UTC  (3+ messages)
` [PATCH 1/2] NFS: fix two problems in lookup_revalidate in RCU-walk
` [PATCH 2/2] SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred

Oct 2014 Bakeathon in Westford, Ma
 2014-08-04  1:01 UTC 

[nfs:testing 56/61] fs/nfs/dir.c:1092:26: sparse: incompatible types in comparison expression (different address spaces)
 2014-08-03 23:51 UTC  (4+ messages)

NFS: Don't restart release lockowner RPC if getting expired error
 2014-08-03 15:23 UTC  (2+ messages)

[PATCH v3 00/38] nfsd: stateid and stateowner refcounting overhaul
 2014-08-03 14:49 UTC  (61+ messages)
` [PATCH v3 02/38] nfsd: Cleanup the freeing of stateids
` [PATCH v3 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v3 05/38] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v3 06/38] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v3 07/38] nfsd: Add locking to protect the state owner lists
` [PATCH v3 08/38] nfsd: clean up races in lock stateid searching and creation
` [PATCH v3 09/38] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v3 10/38] nfsd: Add reference counting to lock stateids
` [PATCH v3 11/38] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v3 12/38] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v3 13/38] nfsd: nfsd4_process_open2() must reference "
` [PATCH v3 14/38] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v3 15/38] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v3 16/38] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v3 17/38] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v3 18/38] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v3 19/38] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v3 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v3 21/38] nfsd: Add reference counting to state owners
` [PATCH v3 22/38] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v3 23/38] nfsd: clean up lockowner refcounting when finding them
` [PATCH v3 24/38] nfsd: add an operation for unhashing a stateowner
` [PATCH v3 25/38] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v3 26/38] nfsd: clean up refcounting for lockowners
` [PATCH v3 27/38] nfsd: make openstateids hold references to their openowners
` [PATCH v3 28/38] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v3 29/38] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v3 30/38] nfsd: Protect adding/removing lock "
` [PATCH v3 31/38] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v3 32/38] nfsd: clean up and reorganize release_lockowner
` [PATCH v3 33/38] nfsd: add locking to stateowner release
` [PATCH v3 34/38] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v3 35/38] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v3 36/38] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v3 37/38] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v3 38/38] nfsd: rename unhash_generic_stateid to unhash_ol_stateid

nfs-utils.spec patch
 2014-08-03 14:34 UTC 

[PATCH 2/4] NFSD: Rervert "knfsd: locks: flag NFSv4-owned locks"
 2014-08-02 23:05 UTC  (4+ messages)
` [PATCH] fs/locks.c: Copy fl_lmops to conflock for nfsd using

Killing process in D state on mount to dead NFS server
 2014-08-02  3:44 UTC  (13+ messages)
    ` Killing process in D state on mount to dead NFS server. (when process is in fsync)

[PATCH] NFSD: Decrease nfsd_users in nfsd_startup_generic fail
 2014-08-01 20:29 UTC  (4+ messages)

[PATCH] svcrdma: remove rdma_create_qp() failure recovery logic
 2014-08-01 14:15 UTC  (2+ messages)

[GIT PULL] Please pull NFS client RDMA changes for 3.17
 2014-07-31 20:54 UTC 

[PATCH v5 00/21] NFS/RDMA client patches for 3.17
 2014-07-31 20:44 UTC  (2+ messages)

[REVIEW][PATCH] NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
 2014-07-31 20:18 UTC 

-- Re: Very Urgent
 2014-07-30 23:27 UTC 

-- Re: Very Urgent
 2014-07-30 23:27 UTC 

[PATCH] svcrdma: delete double assignment
 2014-07-30 19:59 UTC  (3+ messages)

[PATCH v4 00/21] NFS/RDMA client patches for 3.17
 2014-07-30 19:11 UTC  (3+ messages)
` [PATCH v4 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails

NFSv4.1 ACL reference implementation
 2014-07-30 18:21 UTC  (6+ messages)

[PATCH 0/7] sunrpc: sparse warning cleanups
 2014-07-30 17:56 UTC  (3+ messages)
` [PATCH v2 0/5] "

[PATCH] nfsd: print status when nfsd4_open fails to open file it just created
 2014-07-30 13:28 UTC  (3+ messages)
` [PATCH resend] "


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