messages from 2014-07-01 06:49:19 to 2014-07-08 18:06:15 UTC [more...]
[PATCH v4 000/101] nfsd: eliminate the client_mutex
2014-07-08 18:04 UTC (75+ messages)
` [PATCH v4 001/100] nfsd: close potential race between delegation break and laundromat
` [PATCH v4 002/100] nfsd: reduce some spinlocking in put_client_renew
` [PATCH v4 003/100] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v4 004/100] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v4 005/100] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v4 006/100] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v4 007/100] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v4 008/100] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v4 009/100] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v4 010/100] nfsd: clean up helper __release_lock_stateid
` [PATCH v4 011/100] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH v4 012/100] nfsd: remove nfs4_file_put_fd
` [PATCH v4 013/100] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH v4 014/100] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
` [PATCH v4 015/100] nfsd: clean up reset_union_bmap_deny
` [PATCH v4 016/100] nfsd: always hold the fi_lock when bumping fi_access refcounts
` [PATCH v4 017/100] nfsd: make deny mode enforcement more efficient and close races in it
` [PATCH v4 018/100] nfsd: cleanup and rename nfs4_check_open
` [PATCH v4 019/100] locks: add file_has_lease to prevent delegation break races
` [PATCH v4 020/100] nfsd: nfs4_alloc_init_lease should take a nfs4_file arg
` [PATCH v4 021/100] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v4 022/100] nfsd: Simplify stateid management
` [PATCH v4 023/100] nfsd: Fix delegation revocation
` [PATCH v4 024/100] nfsd: Add reference counting to the lock and open stateids
` [PATCH v4 025/100] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v4 026/100] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v4 027/100] nfsd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v4 028/100] nfsd: Cleanup the freeing of stateids
` [PATCH v4 029/100] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v4 030/100] nfsd: Add locking to protect the state owner lists
` [PATCH v4 031/100] nfsd: clean up races in lock stateid searching and creation
` [PATCH v4 032/100] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v4 033/100] nfsd: Slight cleanup of find_stateid()
` [PATCH v4 034/100] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v4 035/100] nfsd: Add reference counting to lock stateids
` [PATCH v4 036/100] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v4 037/100] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v4 038/100] nfsd: nfsd4_process_open2() must reference "
` [PATCH v4 039/100] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v4 040/100] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v4 041/100] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v4 042/100] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v4 043/100] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v4 044/100] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v4 045/100] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v4 046/100] nfsd: Add reference counting to state owners
` [PATCH v4 047/100] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v4 048/100] nfsd: clean up lockowner refcounting when finding them
` [PATCH v4 049/100] nfsd: add an operation for unhashing a stateowner
` [PATCH v4 050/100] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v4 051/100] nfsd: clean up refcounting for lockowners
` [PATCH v4 052/100] nfsd: make openstateids hold references to their openowners
` [PATCH v4 053/100] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v4 054/100] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v4 055/100] nfsd: Protect adding/removing lock "
` [PATCH v4 056/100] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v4 057/100] nfsd: clean up and reorganize release_lockowner
` [PATCH v4 058/100] nfsd: add locking to stateowner release
` [PATCH v4 059/100] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v4 060/100] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v4 061/100] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v4 062/100] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v4 063/100] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v4 064/100] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v4 065/100] nfsd: Don't require client_lock in free_client
` [PATCH v4 066/100] nfsd: Move create_client() call outside the lock
` [PATCH v4 067/100] nfsd: Protect unconfirmed client creation using client_lock
` [PATCH v4 068/100] nfsd: Protect session creation and client confirm "
` [PATCH v4 069/100] nfsd: Protect nfsd4_destroy_clientid "
` [PATCH v4 070/100] nfsd: Ensure lookup_clientid() takes client_lock
` [PATCH v4 071/100] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH v4 072/100] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH v4 073/100] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v4 074/100] nfsd: move unhash_client_locked call into mark_client_expired_locked
No NFSoRDMA bi-weekly meeting from now to Aug
2014-07-08 16:49 UTC
[PATCH] nfs: only show Posix ACLs in listxattr if actually present
2014-07-08 15:27 UTC (4+ messages)
NFSv4 delegations criteria? Fwd: Tuning Linux NFSv4 for high latency connections?
2014-07-08 14:47 UTC (3+ messages)
[PATCH] gssd: Error out when rpc_pipefs directory is empty
2014-07-08 14:33 UTC
[PATCH 2/4] NFSD: Rervert "knfsd: locks: flag NFSv4-owned locks"
2014-07-08 12:39 UTC (8+ messages)
Is there a good reason that nfs4_state_manager should use a work_queue?
2014-07-08 6:57 UTC (3+ messages)
[PATCH 1/2] nfsv4: set hostname when creating nfsv4 ds connection
2014-07-08 3:45 UTC (2+ messages)
` [PATCH 2/2] nfs: check hostname in nfs_get_client
[PATCH 0/2] Improve wait_on_bit interface
2014-07-07 5:16 UTC (3+ messages)
` [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions
` [PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout
[PATCH 4/4] NFSD: Cleanup for nfsd4_release_lockowner()
2014-07-08 2:23 UTC (3+ messages)
NFSv4 cross-realm support
2014-07-08 1:33 UTC (5+ messages)
[PATCH] nfsd: close potential race between delegation break and laundromat
2014-07-07 20:04 UTC (5+ messages)
[PATCH] nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbig
2014-07-07 18:38 UTC (2+ messages)
[PATCH v3 000/114] nfsd: eliminate the client_mutex
2014-07-07 18:23 UTC (27+ messages)
` [PATCH v3 004/114] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v3 015/114] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v3 027/114] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH v3 071/114] lockdep: add lockdep_assert_not_held
[PATCH] nfsd: Fix bad reserving space for encoding rdattr_error
2014-07-07 18:15 UTC (2+ messages)
[PATCH 3/4 RFC] NFSD: Revert setting op_encode_lockowner_maxsz
2014-07-07 14:13 UTC
[PATCH 1/4] NFSD: Fix memory leak in encoding denied lock
2014-07-07 14:10 UTC
Announcing the release of fedfs-utils version 0.10.3
2014-07-06 16:09 UTC
[PATCH 3.14 35/59] NFS: populate ->net in mount data when remounting
2014-07-04 22:19 UTC
[PATCH 3.15 39/66] NFS: populate ->net in mount data when remounting
2014-07-04 22:14 UTC
3.16 nfsd bugfixes
2014-07-03 20:20 UTC
[PATCH] nfsd: properly convert return from commit_metadata to __be32
2014-07-03 14:38 UTC (3+ messages)
NFSoRDMA developers bi-weekly meeting minutes (6/25)
2014-07-03 12:14 UTC (4+ messages)
[PATCH 3.11 113/198] NFS: populate ->net in mount data when remounting
2014-07-03 9:19 UTC
[PATCH v1 00/13] NFS/RDMA patches for 3.17
2014-07-03 5:33 UTC (15+ messages)
` [PATCH v1 05/13] xprtrdma: Don't drain CQs on transport disconnect
[PATCH 1/2] pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists
2014-07-03 5:07 UTC (2+ messages)
` [PATCH 2/2] pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails
[PATCH 0/3] nfs41: layoutreturn on last of close/delegation_return
2014-07-03 5:05 UTC (4+ messages)
` [PATCH 1/3] nfs4: add nfs4_check_delegation
` [PATCH 2/3] nfs41: return layout on last close
` [PATCH 3/3] nfs41: layout return on close in delegation return
[PATCH v3 1/2] SUNRPC: Ensure that we handle ENOBUFS errors correctly
2014-07-03 4:12 UTC (2+ messages)
` [PATCH v3 2/2] SUNRPC: Handle EPIPE in xprt_connect_status
[PATCH] nfsd: add a new /proc/fs/nfsd/max_connections file
2014-07-02 21:57 UTC (2+ messages)
[PATCH] nfs: fix nfs4d readlink truncated packet
2014-07-02 21:42 UTC (4+ messages)
[PATCH] nfsd: Ensure that nfsd_create_setattr commits files to stable storage
2014-07-02 21:34 UTC (2+ messages)
NFS server caches client mount permissions?
2014-07-02 6:58 UTC (3+ messages)
[PATCH] SCHED: remove proliferation of wait_on_bit action functions
2014-07-02 1:28 UTC (7+ messages)
NFSv4 open sequencing can lead to incorrect ESTALE
2014-07-02 1:05 UTC
[PATCH v3 2/3] mm: Introduce atomic_remove_mapping
2014-07-02 0:13 UTC
Execute only permission issue with client
2014-07-01 20:28 UTC (7+ messages)
[PATCH v2 000/117] nfsd: eliminate the client_mutex
2014-07-01 20:24 UTC (13+ messages)
nfsd stucks in 'D' state
2014-07-01 19:38 UTC (2+ messages)
[RFC PATCH] dlm: Remove unused conf from lm_grant
2014-07-01 17:22 UTC (5+ messages)
` [Cluster-devel] "
[PATCH] NFSD: Remove iattr parameter from nfsd_symlink()
2014-07-01 9:48 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox