messages from 2014-07-08 18:05:00 to 2014-07-10 18:07:47 UTC [more...]
[PATCH 00/11] nfsd: deny mode handling overhaul
2014-07-10 18:07 UTC (3+ messages)
` [PATCH 01/11] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH 02/11] nfsd: Add locking to the nfs4_file->fi_fds[] array
`ls` shows no files in mounted nfs folder, but ls 'file' works
2014-07-10 17:51 UTC (2+ messages)
[PATCH 0/2] NFS/RDMA server patches for 3.17
2014-07-10 17:44 UTC (3+ messages)
` [PATCH 1/2] svcrdma: Increase credit limit to 32
` [PATCH 2/2] svcrdma: Remove extra writeargs sanity check for NFSv2/3
[PATCH] NFSv4: Fix OPEN w/create access mode checking
2014-07-10 17:42 UTC (4+ messages)
[PATCH v4 000/101] nfsd: eliminate the client_mutex
2014-07-10 17:41 UTC (139+ 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 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 009/100] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [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
` [PATCH v4 075/100] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v4 076/100] nfsd: don't destroy clients that are busy
` [PATCH v4 077/100] nfsd: protect clid and verifier generation with client_lock
` [PATCH v4 078/100] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v4 079/100] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v4 080/100] nfsd: add a forget_client set_clnt routine
` [PATCH v4 081/100] nfsd: add nfsd_inject_forget_clients
` [PATCH v4 082/100] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v4 083/100] nfsd: add more granular locking to forget_locks fault injector
` [PATCH v4 084/100] nfsd: add more granular locking to forget_openowners "
` [PATCH v4 085/100] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH v4 086/100] nfsd: remove old fault injection infrastructure
` [PATCH v4 087/100] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH v4 088/100] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH v4 089/100] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH v4 090/100] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH v4 091/100] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH v4 092/100] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH v4 093/100] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH v4 094/100] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH v4 095/100] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH v4 096/100] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH v4 097/100] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH v4 098/100] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH v4 099/100] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH v4 100/100] nfsd: add some comments to the nfsd4 object definitions
Linux NFS Town Hall meeting: Tomorrow - Thur 07/10/14
2014-07-10 16:53 UTC (2+ messages)
[PATCH] Use original reserved port setting for reconnect
2014-07-10 15:52 UTC
[PATCH v2 00/21] NFS/RDMA client patches for 3.17
2014-07-10 15:48 UTC (27+ messages)
` [PATCH v2 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
` [PATCH v2 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v2 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v2 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v2 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v2 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v2 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v2 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v2 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v2 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v2 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v2 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v2 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v2 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v2 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v2 16/21] xprtrdma: Rename frmr_wr
` [PATCH v2 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v2 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v2 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v2 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v2 21/21] xprtrdma: Handle additional connection events
[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
2014-07-10 14:23 UTC (10+ messages)
[PATCH v3 000/114] nfsd: eliminate the client_mutex
2014-07-10 13:23 UTC (11+ messages)
` [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it
[PATCH] nfsd: Fix bad reserving space for encoding rdattr_error
2014-07-10 10:54 UTC (3+ messages)
[PATCH] NFSD: Check acl returned from get_acl/posix_acl_from_mode
2014-07-10 7:43 UTC (2+ messages)
umount -f stalls forever
2014-07-10 5:11 UTC (2+ messages)
[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
2014-07-09 21:55 UTC
NFSRDMA test branch update
2014-07-09 19:52 UTC
[PATCH] gssd: Error out when rpc_pipefs directory is empty
2014-07-09 19:11 UTC (6+ messages)
[PATCH] svcrdma: send_write() must not overflow the device's max sge
2014-07-09 18:49 UTC
No NFSoRDMA bi-weekly meeting from now to Aug
2014-07-09 18:23 UTC (2+ messages)
[PATCH] NFSD: Fix bad checking of space for padding in splice read
2014-07-09 13:51 UTC
[PATCH] nfs: only show Posix ACLs in listxattr if actually present
2014-07-08 19:01 UTC (5+ messages)
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