Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-06-30 15:52:35 to 2014-07-08 18:05:21 UTC [more...]

[PATCH v4 000/101] nfsd: eliminate the client_mutex
 2014-07-08 18:03 UTC  (34+ 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()

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  (63+ messages)
` [PATCH v3 002/114] nfsd: Protect addition to the file_hashtbl
` [PATCH v3 004/114] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v3 008/114] nfsd: clean up nfsd4_close_open_stateid
` [PATCH v3 012/114] nfsd: clean up nfsd4_release_lockowner
` [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 v3 087/114] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v3 088/114] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH v3 089/114] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v3 090/114] nfsd: don't destroy clients that are busy
` [PATCH v3 091/114] nfsd: protect clid and verifier generation with client_lock
` [PATCH v3 092/114] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v3 093/114] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v3 094/114] nfsd: add a forget_client set_clnt routine
` [PATCH v3 095/114] nfsd: add nfsd_inject_forget_clients
` [PATCH v3 096/114] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v3 097/114] nfsd: add more granular locking to forget_locks fault injector
` [PATCH v3 098/114] nfsd: add more granular locking to forget_openowners "
` [PATCH v3 099/114] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH v3 100/114] nfsd: remove old fault injection infrastructure
` [PATCH v3 101/114] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH v3 102/114] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH v3 103/114] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH v3 104/114] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH v3 105/114] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH v3 106/114] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH v3 107/114] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH v3 108/114] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH v3 109/114] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH v3 110/114] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH v3 111/114] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH v3 112/114] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH v3 113/114] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH v3 114/114] nfsd: add some comments to the nfsd4 object definitions

[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  (14+ 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 

[PATCH] SUNRPC: Ensure that we handle ENOBUFS errors correctly
 2014-06-30 20:39 UTC 

[PATCH 1/1] NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]
 2014-06-30 17:49 UTC 

GOOD DAY,
 2014-06-30 15:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox