Linux NFS (Network File System)
[Prev Page][Next Page]
- [PATCH v3 114/114] nfsd: add some comments to the nfsd4 object definitions
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 102/114] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 113/114] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 111/114] nfsd: remove nfs4_lock_state: nfs4_laundromat
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 112/114] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 108/114] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 110/114] nfsd: Remove nfs4_lock_state(): reclaim_complete()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 109/114] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 101/114] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 106/114] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 104/114] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 099/114] nfsd: add more granular locking to *_delegations fault injectors
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 100/114] nfsd: remove old fault injection infrastructure
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 098/114] nfsd: add more granular locking to forget_openowners fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 097/114] nfsd: add more granular locking to forget_locks fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 096/114] nfsd: add a list_head arg to nfsd_foreach_client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 095/114] nfsd: add nfsd_inject_forget_clients
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 094/114] nfsd: add a forget_client set_clnt routine
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 093/114] nfsd: add a forget_clients "get" routine with proper locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 092/114] nfsd: abstract out the get and set routines into the fault injection ops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 091/114] nfsd: protect clid and verifier generation with client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 090/114] nfsd: don't destroy clients that are busy
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 089/114] nfsd: don't destroy client if mark_client_expired_locked fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 088/114] nfsd: move unhash_client_locked call into mark_client_expired_locked
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 087/114] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 086/114] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 085/114] nfsd: Add lockdep assertions to document the nfs4_client/session locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 084/114] nfsd: Ensure lookup_clientid() takes client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 083/114] nfsd: Protect nfsd4_destroy_clientid using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 082/114] nfsd: Protect session creation and client confirm using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 081/114] nfsd: Protect unconfirmed client creation using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 080/114] nfsd: Move create_client() call outside the lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 079/114] nfsd: Don't require client_lock in free_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 078/114] nfsd: Ensure that the laundromat unhashes the client before releasing locks
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 077/114] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 076/114] nfsd: don't thrash the cl_lock while freeing an open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 075/114] nfsd: reduce cl_lock thrashing in release_openowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 074/114] nfsd: close potential race in nfsd4_free_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 073/114] nfsd: optimize destroy_lockowner cl_lock thrashing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 072/114] nfsd: add locking to stateowner release
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 071/114] lockdep: add lockdep_assert_not_held
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 069/114] nfsd: Move the open owner hash table into struct nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 070/114] nfsd: clean up and reorganize release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 068/114] nfsd: Protect adding/removing lock owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 067/114] nfsd: Protect adding/removing open state owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 066/114] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 065/114] nfsd: make openstateids hold references to their openowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 064/114] nfsd: clean up refcounting for lockowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 063/114] nfsd: Make lock stateid take a reference to the lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 062/114] nfsd: add an operation for unhashing a stateowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 061/114] nfsd: clean up lockowner refcounting when finding them
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 060/114] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 059/114] nfsd: Add reference counting to state owners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 058/114] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 057/114] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 056/114] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 055/114] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 054/114] nfsd: nfsd4_open_confirm() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 053/114] nfsd: Prepare nfsd4_close() for open stateid referencing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 052/114] nfsd: nfsd4_process_open2() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 051/114] nfsd: nfsd4_process_open2() must reference the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 050/114] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 047/114] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 049/114] nfsd: nfsd4_locku() must reference the lock stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 048/114] nfsd: Add reference counting to lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 046/114] nfsd: Slight cleanup of find_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 045/114] nfsd: Convert delegation counter to an atomic_long_t type
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 044/114] nfsd: clean up races in lock stateid searching and creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 043/114] nfsd: Add locking to protect the state owner lists
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 042/114] nfsd: do filp_close in sc_free callback for lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 041/114] nfsd: Cleanup the freeing of stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 040/114] nfsd: Ensure atomicity of stateid destruction and idr tree removal
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 039/114] nfsd: Ensure stateids remain unique until they are freed
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 038/114] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 037/114] nfsd: Add a struct nfs4_file field to struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 036/114] nfsd: Add reference counting to the lock and open stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 035/114] nfsd: Fix delegation revocation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 034/114] nfsd: Simplify stateid management
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 033/114] nfsd: Protect the nfs4_file delegation fields using the fi_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 032/114] locks: add file_has_lease to prevent delegation break races
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 031/114] nfsd: cleanup nfs4_check_open
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 030/114] nfsd: make deny mode enforcement more efficient and close races in it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 029/114] nfsd: clean up reset_union_bmap_deny
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 028/114] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 027/114] nfsd: shrink st_access_bmap and st_deny_bmap
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 026/114] nfsd: remove nfs4_file_put_fd
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 025/114] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 024/114] nfsd: clean up helper __release_lock_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 023/114] nfsd: Add locking to the nfs4_file->fi_fds[] array
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 022/114] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 021/114] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 020/114] nfsd4: use cl_lock to synchronize all stateid idr calls
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 019/114] nfsd: Move the delegation reference counter into the struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 017/114] nfsd: Always use lookup_clientid() in nfsd4_process_open1
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 018/114] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 016/114] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 015/114] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 014/114] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 011/114] nfsd: NFSv4 lock-owners are not associated to a specific file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 013/114] nfsd: Don't get a session reference without a client reference
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 012/114] nfsd: clean up nfsd4_release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 010/114] nfsd: Allow lockowners to hold several stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 009/114] nfsd: lock owners are not per open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 008/114] nfsd: clean up nfsd4_close_open_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 007/114] nfsd: declare v4.1+ openowners confirmed on creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 006/114] nfsd: Cleanup nfs4svc_encode_compoundres
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 005/114] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 004/114] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 002/114] nfsd: Protect addition to the file_hashtbl
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 001/114] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v3 000/114] nfsd: eliminate the client_mutex
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: NFS working but I have unwanted 500MB quota
- From: Malahal Naineni <malahal@xxxxxxxxxx>
- Re: [PATCH v2 000/117] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 000/117] nfsd: eliminate the client_mutex
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: (Follow) sparse file support (development)
- From: Karl-Philipp Richter <krichter@xxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 037/117] nfsd: clean up helper __release_lock_stateid
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 037/117] nfsd: clean up helper __release_lock_stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- NFS working but I have unwanted 500MB quota
- From: Richard Thornton <richie.thornton@xxxxxxxxx>
- (Follow) sparse file support (development)
- From: Karl-Philipp Richter <krichter@xxxxxxxxx>
- Re: [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 025/117] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 024/117] nfsd: Always use lookup_clientid() in nfsd4_process_open1
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 014/117] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 021/117] nfsd: clean up nfsd4_close_open_stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] NFSD: Avoid warning message when compile at i686 arch
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 020/117] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 019/117] nfsd: declare v4.1+ openowners confirmed on creation
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 010/117] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 015/117] nfsd: lock owners are not per open stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 010/117] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 009/117] nfsd: wait to initialize work struct just prior to using it
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 007/117] nfsd: properly handle embedded newlines in fault_injection input
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 001/117] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 033/117] nfsd: ensure that nfs4_file_get_access enforces deny modes
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 000/117] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 000/117] nfsd: eliminate the client_mutex
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v1 00/13] NFS/RDMA patches for 3.17
- From: Shirley Ma <shirley.ma@xxxxxxxxxx>
- Exponential backoff when polling by NFSv4 client causes poor throughput
- From: Swagatika Prusty <itsswagatika@xxxxxxxxx>
- Re: [PATCH v2 001/117] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 084/117] nfsd: Protect unconfirmed client creation using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 087/117] nfsd: Ensure lookup_clientid() takes client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 086/117] nfsd: Protect nfsd4_destroy_clientid using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 089/117] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 091/117] nfsd: move unhash_client_locked call into mark_client_expired_locked
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 114/117] nfsd: remove nfs4_lock_state: nfs4_laundromat
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 117/117] nfsd: add file documenting new state object model
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 116/117] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 115/117] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 108/117] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 113/117] nfsd: Remove nfs4_lock_state(): reclaim_complete()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 112/117] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 111/117] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 110/117] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 109/117] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 107/117] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 092/117] nfsd: don't destroy client if mark_client_expired_locked fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 106/117] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 105/117] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 102/117] nfsd: add more granular locking to *_delegations fault injectors
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 104/117] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 103/117] nfsd: remove old fault injection infrastructure
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 099/117] nfsd: add a list_head arg to nfsd_foreach_client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 101/117] nfsd: add more granular locking to forget_openowners fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 100/117] nfsd: add more granular locking to forget_locks fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 096/117] nfsd: add a forget_clients "get" routine with proper locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 097/117] nfsd: add a forget_client set_clnt routine
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 098/117] nfsd: add nfsd_inject_forget_clients
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 094/117] nfsd: protect clid and verifier generation with client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 095/117] nfsd: abstract out the get and set routines into the fault injection ops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 093/117] nfsd: don't destroy clients that are busy
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 090/117] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 088/117] nfsd: Add lockdep assertions to document the nfs4_client/session locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 085/117] nfsd: Protect session creation and client confirm using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 082/117] nfsd: Don't require client_lock in free_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 083/117] nfsd: Move create_client() call outside the lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 081/117] nfsd: Ensure that the laundromat unhashes the client before releasing locks
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 078/117] nfsd: reduce cl_lock thrashing in release_openowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 080/117] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 076/117] nfsd: optimize destroy_lockowner cl_lock thrashing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 079/117] nfsd: don't thrash the cl_lock while freeing an open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 077/117] nfsd: close potential race in nfsd4_free_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 073/117] nfsd: Move the open owner hash table into struct nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 075/117] nfsd: add locking to stateowner release
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 074/117] lockdep: add lockdep_assert_not_held
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 069/117] nfsd: make openstateids hold references to their openowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 071/117] nfsd: Protect adding/removing open state owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 072/117] nfsd: Protect adding/removing lock owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 070/117] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 068/117] nfsd: clean up refcounting for lockowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 066/117] nfsd: add an operation for unhashing a stateowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 067/117] nfsd: Make lock stateid take a reference to the lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 065/117] nfsd: clean up lockowner refcounting when finding them
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 063/117] nfsd: Add reference counting to state owners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 064/117] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 061/117] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 062/117] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 060/117] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 059/117] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 058/117] nfsd: nfsd4_open_confirm() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 057/117] nfsd: Prepare nfsd4_close() for open stateid referencing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 055/117] nfsd: nfsd4_process_open2() must reference the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 056/117] nfsd: nfsd4_process_open2() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 054/117] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 053/117] nfsd: nfsd4_locku() must reference the lock stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 052/117] nfsd: Add reference counting to lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 051/117] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 050/117] nfsd: Slight cleanup of find_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 049/117] nfsd: Convert delegation counter to an atomic_long_t type
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 048/117] nfsd: clean up races in lock stateid searching and creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 047/117] nfsd: Add locking to protect the state owner lists
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 046/117] nfsd: do filp_close in sc_free callback for lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 045/117] nfsd: Cleanup the freeing of stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 044/117] nfsd: Ensure atomicity of stateid destruction and idr tree removal
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 043/117] nfsd: Ensure stateids remain unique until they are freed
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 042/117] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 041/117] nfsd: Add a struct nfs4_file field to struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 040/117] nfsd: Add reference counting to the lock and open stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 039/117] nfsd: Fix delegation revocation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 038/117] nfsd: Simplify stateid management
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 037/117] nfsd: clean up helper __release_lock_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 036/117] nfsd: Protect the nfs4_file delegation fields using the fi_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 035/117] locks: add file_has_lease to prevent delegation break races
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 034/117] nfsd: cleanup nfs4_check_open
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 033/117] nfsd: ensure that nfs4_file_get_access enforces deny modes
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 032/117] nfsd: remove nfs4_file_put_fd
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 031/117] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 030/117] nfsd: Add locking to the nfs4_file->fi_fds[] array
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 029/117] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 028/117] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 027/117] nfsd4: use cl_lock to synchronize all stateid idr calls
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 026/117] nfsd: Move the delegation reference counter into the struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 025/117] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 024/117] nfsd: Always use lookup_clientid() in nfsd4_process_open1
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 021/117] nfsd: clean up nfsd4_close_open_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 020/117] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 019/117] nfsd: declare v4.1+ openowners confirmed on creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 017/117] nfsd: NFSv4 lock-owners are not associated to a specific file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 016/117] nfsd: Allow lockowners to hold several stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 015/117] nfsd: lock owners are not per open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 014/117] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 013/117] nfsd: Don't get a session reference without a client reference
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 012/117] nfsd: Cleanup nfs4svc_encode_compoundres
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 011/117] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 010/117] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 009/117] nfsd: wait to initialize work struct just prior to using it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 008/117] nfsd: Protect addition to the file_hashtbl
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 007/117] nfsd: properly handle embedded newlines in fault_injection input
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 006/117] nfsd: add appropriate __force directives to filehandle generation code
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 005/117] nfsd: nfsd_splice_read and nfsd_readv should return __be32
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 004/117] nfsd: clean up sparse endianness warnings in nfscache.c
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 003/117] nfsd: add __force to opaque verifier field casts
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 002/117] nfsd: fix return of nfs4_acl_write_who
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 001/117] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 000/117] nfsd: eliminate the client_mutex
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH] NFSv4: Drop cast
- From: Himangi Saraogi <himangi774@xxxxxxxxx>
- [PATCH] nfs: fix nfs4d readlink truncated packet
- From: Avi Kivity <avi@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
- From: Luis Henriques <luis.henriques@xxxxxxxxxxxxx>
- Re: [PATCH] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] nfsd: fix file access refcount leak when nfsd4_truncate fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [3.11.y.z extended stable] Patch "NFS: populate ->net in mount data when remounting" has been added to staging queue
- From: Luis Henriques <luis.henriques@xxxxxxxxxxxxx>
- [PATCH 7/8] nfsd4: remove nfs4_acl_new
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 6/8] nfsd4: define svcxdr_dupstr to share some common code
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 8/8] nfsd4: replace defer_free by svcxdr_tmpalloc
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 4/8] nfsd4: rename cr_linkname->cr_data
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 5/8] nfsd4: remove unused defer_free argument
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 2/8] nfsd: make NFSv2 null terminate symlink data
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 3/8] nfsd: let nfsd_symlink assume null-terminated data
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 1/8] nfsd: fix rare symlink decoding bug
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH 3/3 v3] ACL: Add some test cases for nfsv4 acl
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [GIT PULL] Please pull NFS client bugfixes for Linux 3.16
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- RE: [PATCH v1 00/13] NFS/RDMA patches for 3.17
- From: "Steve Wise" <swise@xxxxxxxxxxxxxxxxxxxxx>
- RE: Execute only permission issue with client
- From: "Frank Filz" <ffilzlnx@xxxxxxxxxxxxxx>
- Re: Execute only permission issue with client
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- RE: Execute only permission issue with client
- From: "Frank Filz" <ffilzlnx@xxxxxxxxxxxxxx>
- Re: Execute only permission issue with client
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Execute only permission issue with client
- From: "Frank Filz" <ffilzlnx@xxxxxxxxxxxxxx>
- [PATCH 1/1] FS/NFS: replace count*size kzalloc by kcalloc
- From: Fabian Frederick <fabf@xxxxxxxxx>
- Canceled: Linux NFS Town Hall meeting: Thur 06/25/14
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- Re: [PATCH v1 10/13] xprtrdma: Release FRMR segment buffers during LOCAL_INV completion
- From: Shirley Ma <shirley.ma@xxxxxxxxxx>
- NFSRDMA test branch
- From: "Steve Wise" <swise@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 10/13] xprtrdma: Release FRMR segment buffers during LOCAL_INV completion
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH] nfs: get rid of duplicate dprintk
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: [stable PATCH] nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
- From: Jiri Slaby <jslaby@xxxxxxx>
- [stable PATCH] nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH 4/4] NFSD: Add missing checking of authentication name
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH 3/4] NFSD: Fix bad using of return value from qword_get
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH 2/4] NFSD: Fix a memory leak of file if nfsd4_recdir_load failed
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH 1/4] NFSD: Fix missing reset creds in nfsd4_create_clid_dir
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- NFSoRDMA bi-weekly meeting reminder
- From: Shirley Ma <shirley.ma@xxxxxxxxxx>
- Re: [PATCH v1 10/13] xprtrdma: Release FRMR segment buffers during LOCAL_INV completion
- From: Shirley Ma <shirley.ma@xxxxxxxxxx>
- Re: [PATCH 1/3] nfsd: fix rare symlink decoding bug
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- Re: [PATCH v1 00/13] NFS/RDMA patches for 3.17
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v1 08/13] xprtrdma: Back off rkey when FAST_REG_MR fails
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v1 13/13] xprtrdma: Handle additional connection events
- From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx>
- Re: [PATCH v1 08/13] xprtrdma: Back off rkey when FAST_REG_MR fails
- From: Anna Schumaker <schumaker.anna@xxxxxxxxx>
- Re: [PATCH v1 01/13] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
- From: Or Gerlitz <or.gerlitz@xxxxxxxxx>
- Re: [PATCH v1 00/13] NFS/RDMA patches for 3.17
- From: Or Gerlitz <or.gerlitz@xxxxxxxxx>
- Re: [PATCH V2] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH V2] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Anna Schumaker <schumaker.anna@xxxxxxxxx>
- Re: [PATCH v1 104/104] nfsd: add file documenting new state object model
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 104/104] nfsd: add file documenting new state object model
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 017/104] NFSd: Allow struct nfsd4_compound_state to cache the nfs4_client
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 016/104] NFSd: Don't get a session reference without a client reference
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 015/104] NFSd: Cleanup nfs4svc_encode_compoundres
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 012/104] NFSd: Clean up helper __release_lock_stateid
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 014/104] NFSd: NFSv4 lock-owners are not associated to a specific file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 013/104] NFSd: Allow lockowners to hold several stateids
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 012/104] NFSd: Clean up helper __release_lock_stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] nfsd: fix rare symlink decoding bug
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH v1 13/13] xprtrdma: Handle additional connection events
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 12/13] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 11/13] xprtrdma: Clean up rpcrdma_ep_disconnect()
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 10/13] xprtrdma: Release FRMR segment buffers during LOCAL_INV completion
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 09/13] xprtrdma: Refactor rpcrdma_buffer_put()
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 08/13] xprtrdma: Back off rkey when FAST_REG_MR fails
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 07/13] xprtrdma: Encode Work Request opcode in wc->wr_id
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 06/13] xprtrdma: Unclutter struct rpcrdma_mr_seg
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 05/13] xprtrdma: Don't drain CQs on transport disconnect
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 04/13] xprtrdma: Update rkeys after transport reconnect
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 03/13] xprtrdma: Limit data payload size for ALLPHYSICAL
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 02/13] xprtrdma: Protect ->qp during FRMR deregistration
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 01/13] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v1 00/13] NFS/RDMA patches for 3.17
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH 1/3] nfsd: fix rare symlink decoding bug
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- Re: [PATCH 1/3] nfsd: fix rare symlink decoding bug
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH 2/3] nfsd: make NFSv2 null terminate symlink data
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 3/3] nfsd: let nfsd_symlink assume null-terminated data
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- [PATCH 1/3] nfsd: fix rare symlink decoding bug
- From: "J. Bruce Fields" <bfields@xxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- [PATCH 2/2] Open files with OPEN4_SHARE_DENY_NONE for DELEG5 test
- From: Malahal Naineni <malahal@xxxxxxxxxx>
- [PATCH 1/2] Check for None to avoid python exception.
- From: Malahal Naineni <malahal@xxxxxxxxxx>
- Re: [PATCH v1 009/104] locks: add file_has_lease
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 008/104] NFSd: Ensure that nfs4_file_get_access enforces share access modes
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 006/104] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 004/104] nfsd4: use cl_lock to synchronize all stateid idr calls
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 009/104] locks: add file_has_lease
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 008/104] NFSd: Ensure that nfs4_file_get_access enforces share access modes
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 006/104] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 004/104] nfsd4: use cl_lock to synchronize all stateid idr calls
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- [PATCH 2/2] group junit like output by filenames
- From: Tigran Mkrtchyan <tigran.mkrtchyan@xxxxxxx>
- [PATCH 1/2] nfs4client: add test name as a compound tag
- From: Tigran Mkrtchyan <tigran.mkrtchyan@xxxxxxx>
- beatify pynfs and CI integration
- From: Tigran Mkrtchyan <tigran.mkrtchyan@xxxxxxx>
- Re: [PATCH 0/3] nfs: ensure cached data is correct before using delegation
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- Re: [PATCH v1 002/104] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] Update wait_on_bit functions
- From: Steven Whitehouse <swhiteho@xxxxxxxxxx>
- `ls` shows no files in mounted nfs folder, but ls 'file' works
- From: Andreas Fenkart <afenkart@xxxxxxxxx>
- Re: [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions.
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 0/2] Update wait_on_bit functions
- From: NeilBrown <neilb@xxxxxxx>
- [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions.
- From: NeilBrown <neilb@xxxxxxx>
- [PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout.
- From: NeilBrown <neilb@xxxxxxx>
- Re: [PATCH v2 0/3] nfs4: file locking fixes and cleanups
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- [PATCH v2 1/3] auth_gss: fetch the acceptor name out of the downcall
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 3/3] nfs4: copy acceptor name from context to nfs_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 2/3] sunrpc: add a new "stringify_acceptor" rpc_credop
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 0/3] nfsd: fix v4.0 GSSAPI callback channel auth failures
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH 8/9] [net/sunrpc] replace strict_strto calls
- From: Daniel Walter <dwalter@xxxxxxxxxx>
- Re: [stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- [stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [PATCH] nfs: Fix unused variable error
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH 3/3] nfs: Fix cache_validity check in nfs_write_pageuptodate()
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH 2/3] NFS: Don't mark the data cache as invalid if it has been flushed
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH 1/3] NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH 0/3] nfs: ensure cached data is correct before using delegation
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH] nfs: Fix unused variable error
- From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx>
- Re: [PATCH] nfs: Fix handling of change_attr updates in nfs_update_inode()
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- [PATCH] nfs: Fix handling of change_attr updates in nfs_update_inode()
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- [PATCH] nfs: Fix cache_validity check in nfs_write_pageuptodate()
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- [RFCv2 2/3] mm: Introduce atomic_remove_mapping
- From: Minchan Kim <minchan@xxxxxxxxxx>
- Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- bugfixes for 3.16
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- [PATCH v1 087/104] nfsd: add more granular locking to forget_locks fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 086/104] nfsd: add a list_head arg to nfsd_foreach_client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 104/104] nfsd: add file documenting new state object model
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 093/104] NFSd: Remove nfs4_lock_state(): nfsd4_release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 103/104] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 102/104] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 096/104] NFSd: Remove nfs4_lock_state(): nfsd4_delegreturn()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 099/104] NFSd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 101/104] nfsd: remove nfs4_lock_state: nfs4_laundromat
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 100/104] NFSd: Remove nfs4_lock_state(): reclaim_complete()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 094/104] NFSd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 098/104] NFSd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 097/104] NFSd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 095/104] NFSd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 091/104] NFSd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 092/104] NFSd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 090/104] nfsd: remove old fault injection infrastructure
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 089/104] nfsd: add more granular locking to *_delegations fault injectors
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 088/104] nfsd: add more granular locking to forget_openowners fault injector
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 085/104] nfsd: add nfsd_inject_forget_clients
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 084/104] nfsd: add a forget_client set_clnt routine
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 083/104] nfsd: add a forget_clients "get" routine with proper locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 082/104] nfsd: abstract out the get and set routines into the fault injection ops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 081/104] nfsd: don't destroy clients that are busy
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 080/104] nfsd: don't destroy client if mark_client_expired_locked fails
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 079/104] nfsd: fix misleading comment
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 078/104] nfsd: move unhash_client_locked call into mark_client_expired_locked
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 077/104] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 076/104] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 075/104] NFSd: Add assertions to document the nfs4_client/session locking
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 074/104] NFSd: Ensure lookup_clientid() takes client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 073/104] NFSd: Protect nfsd4_destroy_clientid using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 072/104] NFSd: Protect session creation and client confirm using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 071/104] NFSd: Protect unconfirmed client creation using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 070/104] NFSd: Move create_client() call outside the lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 069/104] NFSd: Don't require client_lock in free_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 068/104] NFSd: Ensure that the laundromat unhashes the client before releasing locks
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 067/104] NFSd: Ensure struct nfs4_client is unhashed before we try to destroy it
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 066/104] NFSd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 065/104] nfsd: reduce cl_lock trashing in release_openowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 064/104] nfsd: optimize destroy_lockowner cl_lock thrashing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 063/104] nfsd: add locking to stateowner release
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 062/104] lockdep: add lockdep_assert_not_held
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 061/104] NFSd: Move the open owner hash table into struct nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 060/104] NFSd: Always use lookup_clientid() in nfsd4_process_open1
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 059/104] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 058/104] NFSd: Cache the client that was looked up in lookup_clientid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 057/104] NFSd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 056/104] NFSd: Protect adding/removing lock owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 055/104] NFSd: Protect adding/removing open state owners using client_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 054/104] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 053/104] nfsd: make openstateids hold references to their openowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 052/104] nfsd: declare v4.1+ openowners confirmed on creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 051/104] nfsd: clean up refcounting for lockowners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 050/104] nfsd: clean up nfs4_release_lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 049/104] NFSd: Make lock stateid take a reference to the lockowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 048/104] nfsd: add an operation for unhashing a stateowner
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 047/104] nfsd: clean up lockowner refcounting when finding them
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 046/104] NFSd: Keep a reference to the open stateid for the NFSv4.0 replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 045/104] NFSd: Add reference counting to state owners
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 044/104] NFSd: Migrate the stateid reference into nfs4_find_stateid_by_type()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 043/104] NFSd: Migrate the stateid reference into nfs4_lookup_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 042/104] NFSd: Migrate the stateid reference into nfs4_preprocess_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 041/104] NFSd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 040/104] NFSd: nfsd4_open_confirm() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 039/104] NFSd: Prepare nfsd4_close() for open stateid referencing
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 038/104] NFSd: nfsd4_process_open2() must reference the open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 037/104] NFSd: nfsd4_process_open2() must reference the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 036/104] NFSd: Ensure that nfs4_open_delegation() references the delegation stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 035/104] NFSd: nfsd4_locku() must reference the lock stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 034/104] NFSd: Add reference counting to lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 033/104] NFSd: Add reference counting to find_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 032/104] NFSd: Slight cleanup of find_stateid()
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 031/104] NFSd: Convert delegation counter to an atomic_long_t type
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 030/104] nfsd: clean up races in lock stateid searching and creation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 029/104] NFSd: Add locking to protect the state owner lists
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 028/104] nfsd: do filp_close in sc_free callback for lock stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 027/104] NFSd: Cleanup the freeing of stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 026/104] NFSd: Ensure atomicity of stateid destruction and idr tree removal
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 025/104] NFSd: Ensure stateids remain unique until they are freed
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 024/104] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 023/104] NFSd: Add a struct nfs4_file field to struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 022/104] NFSd: clean up nfsd4_close_open_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 021/104] NFSd: Add reference counting to the lock and open stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 020/104] NFSd: Fix delegation revocation
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 019/104] NFSd: Simplify stateid management
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 018/104] NFSd: Move the delegation reference counter into the struct nfs4_stid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 017/104] NFSd: Allow struct nfsd4_compound_state to cache the nfs4_client
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 016/104] NFSd: Don't get a session reference without a client reference
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 015/104] NFSd: Cleanup nfs4svc_encode_compoundres
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 014/104] NFSd: NFSv4 lock-owners are not associated to a specific file
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 013/104] NFSd: Allow lockowners to hold several stateids
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 012/104] NFSd: Clean up helper __release_lock_stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 010/104] NFSd: Protect the nfs4_file delegation fields using the fi_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 009/104] locks: add file_has_lease
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 008/104] NFSd: Ensure that nfs4_file_get_access enforces share access modes
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 006/104] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 004/104] nfsd4: use cl_lock to synchronize all stateid idr calls
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 003/104] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 002/104] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 001/104] nfsd: Protect addition to the file_hashtbl
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v1 000/104] nfsd: eliminate the client_mutex
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH V2] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Yan Burman <yanb@xxxxxxxxxxxx>
- Re: Peculiarity in handling NFSv4 mount paths with fsid=0
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Re: [PATCH] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Anna Schumaker <schumaker.anna@xxxxxxxxx>
- Re: [PATCH] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [Libtirpc-devel] [PATCH] xdr_rejected_reply: Don't crash with invalid server rejection
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- [PATCH] nfsd: properly handle embedded newlines in fault_injection input
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH] nfsd: fix return of nfs4_acl_write_who
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH] nfsd: fix return of nfs4_acl_write_who
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v2 0/4] nfsd: clean up sparse endianness warnings
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH 3/3 v3] ACL: Add some test cases for nfsv4 acl
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH] nfs: only show Posix ACLs in listxattr if actually present
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] nfs: only show Posix ACLs in listxattr if actually present
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH] nfs: only show Posix ACLs in listxattr if actually present
- From: Christoph Hellwig <hch@xxxxxx>
- Re: Peculiarity in handling NFSv4 mount paths with fsid=0
- From: NeilBrown <neilb@xxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxx>
- Re: [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- Re: [PATCH] NFSD: fix bug for readdir of pseudofs
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH] nfsiostat: Document the output columns in the manpage
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- Re: [PATCH] mountd: add support for case-insensitive file names.
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- Re: [PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- Re: [PATCH v2 4/4] nfsd: add appropriate __force directives to filehandle generation code
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/4] nfsd: nfsd_splice_read and nfsd_readv should return __be32
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/4] nfsd: clean up sparse endianness warnings in nfscache.c
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/4] nfsd: add __force to opaque verifier field casts
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Soft lockups on kerberised NFSv4.0 clients
- From: Tuomas Räsänen <tuomasjjrasanen@xxxxxxxxxx>
- [PATCH] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
- From: Yan Burman <yanb@xxxxxxxxxxxx>
- [PATCH v2 4/4] nfsd: add appropriate __force directives to filehandle generation code
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 3/4] nfsd: nfsd_splice_read and nfsd_readv should return __be32
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 2/4] nfsd: clean up sparse endianness warnings in nfscache.c
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 1/4] nfsd: add __force to opaque verifier field casts
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 0/4] nfsd: clean up sparse endianness warnings
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [PATCH] nfsd: sparse endianness warning cleanups
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH] nfsd: fix return of nfs4_acl_write_who
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] nfsd: sparse endianness warning cleanups
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] nfsd: sparse endianness warning cleanups
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH] nfsd: fix return of nfs4_acl_write_who
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/3 v3] NFS4.0: Cases for SGID/SUID status after writing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH 2/3 v3] NFS4.0: Cases for SGID/SUID status after writing
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH Version 2 1/1] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: "Adamson, Andy" <William.Adamson@xxxxxxxxxx>
- Re: [PATCH Version 2 1/1] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH] nfsiostat: Document the output columns in the manpage
- From: Steve Dickson <steved@xxxxxxxxxx>
- Peculiarity in handling NFSv4 mount paths with fsid=0
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- [PATCH RFC] nfs: ensure cached data is correct before using delegation
- From: Scott Mayhew <smayhew@xxxxxxxxxx>
- NFSoRDMA developers bi-weekly meeting minutes (6/11)
- From: Shirley Ma <shirley.ma@xxxxxxxxxx>
- NFS service inside a container
- From: Harald Dunkel <harald.dunkel@xxxxxxxxx>
- [PATCH 3/3 v3] ACL: Add some test cases for nfsv4 acl
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH 2/3 v3] NFS4.0: Cases for SGID/SUID status after writing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH 1/3 v2] NFS4.0: Add IPv6 support
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH] NFSD: fix bug for readdir of pseudofs
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH Version 2 0/1] NFS: Fix SECINFO processing regression
- From: <andros@xxxxxxxxxx>
- [PATCH Version 2 1/1] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: <andros@xxxxxxxxxx>
- [PATCH Version 2 1/2] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: <andros@xxxxxxxxxx>
- [PATCH 0/3] NFS: Fix SECINFO processing regression
- From: <andros@xxxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH] mountd: add support for case-insensitive file names.
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: Live lock in silly-rename.
- From: NeilBrown <neilb@xxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH] NFSD: Using exp_get for export getting
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [PATCH v2] NFS4.1: try to clean sessions after testing
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH] NFSD: Using exp_get for export getting
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Canceled: Linux NFS Town Hall meeting: Thur 06/12/14
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- pNFS client behavior confirmation
- From: "Mkrtchyan, Tigran" <tigran.mkrtchyan@xxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxx>
- Re: Live lock in silly-rename.
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [GIT PULL] Please pull NFS client updates
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxx>
- Re: [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: "Adamson, Andy" <William.Adamson@xxxxxxxxxx>
- Re: [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: "Adamson, Andy" <William.Adamson@xxxxxxxxxx>
- nfsd changes for 3.16
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] NFS: Fix SECINFO processing regression
- From: Steve Dickson <SteveD@xxxxxxxxxx>
- [PATCH] rpc_pipe: Drop memory allocation cast
- From: Himangi Saraogi <himangi774@xxxxxxxxx>
- [PATCH] NFSD: Using exp_get for export getting
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH] NFSD: Using path_get when assigning path for export
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH v2] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH] NFS: populate ->net in mount data when remounting
- From: Mateusz Guzik <mguzik@xxxxxxxxxx>
- [PATCH] SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH] NFSD: Using min/max/min_t/max_t for calculate
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- [PATCH] NFS4.1: try to clean sessions after testing
- From: Kinglong Mee <kinglongmee@xxxxxxxxx>
- Re: [RFC 00/32] making inode time stamps y2038 ready
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH pynfs v2 00/16] prep for flex file layout server
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 3.4 0/9] fix the NULL pointer when use nfs in diferent net ns
- From: Greg KH <greg@xxxxxxxxx>
- [PATCH] pnfs: fix lockup caused by pnfs_generic_pg_test
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: [PATCH pynfs v2 00/16] prep for flex file layout server
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- [PATCH 1/3] NFS check the return of nfs4_negotiate_security in nfs4_submount
- From: <andros@xxxxxxxxxx>
- [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
- From: <andros@xxxxxxxxxx>
- [PATCH 2/3] NFS Return -EPERM if no supported or matching SECINFO flavor
- From: <andros@xxxxxxxxxx>
- [PATCH 0/3] NFS: Fix SECINFO processing regression
- From: <andros@xxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxx>
- [PATCH v3 7/7] nfs: remove unneeded EXPORTs
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 6/7] pnfs: clean up *_resend_to_mds
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 5/7] nfs: remove pgio_header refcount, related cleanup
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 3/7] nfs: merge nfs_pgio_data into _header
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 4/7] nfs: remove unused writeverf code
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 2/7] nfs: rename members of nfs_pgio_data
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 1/7] nfs: move nfs_pgio_data and remove nfs_rw_header
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v3 0/7] more pgio cleanup
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [PATCH v2 5/6] nfs: remove pgio_header refcount, related cleanup
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/6] nfs: merge nfs_pgio_data into _header
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- Re: [PATCH v5 00/24] Series short description
- From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx>
- Re: Soft lockups on kerberised NFSv4.0 clients
- From: Tuomas Räsänen <tuomasjjrasanen@xxxxxxxxxx>
- Re: [PATCH v5 00/24] Series short description
- From: Or Gerlitz <or.gerlitz@xxxxxxxxx>
- Re: WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxxxxxxxxxxx>
- WARN_ON_ONCE pop with tip of your nfsd-next branch
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 5/6] nfs: remove pgio_header refcount, related cleanup
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 6/6] pnfs: clean up *_resend_to_mds
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] nfsd: avoid taking the state_lock while holding the i_lock
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/6] nfs: merge nfs_pgio_data into _header
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/6] nfs: rename members of nfs_pgio_data
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/6] nfs: move nfs_pgio_data and remove nfs_rw_header
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] nfsd: avoid taking the state_lock while holding the i_lock
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] nfsd: avoid taking the state_lock while holding the i_lock
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Jeff Layton <jeff.layton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] nfsd: avoid taking the state_lock while holding the i_lock
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: rpcbind: rpcinfo segfaults
- From: Aníbal Monsalve Salazar <anibal@xxxxxxxxxx>
- Re: Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] Simplify logic in cache_listeners_exist - only return true if someone has the file open.
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Phantom ACL-related xattrs on 3.14.4 NFS client
- From: Philippe Troin <phil@xxxxxxxxxxxxxxxxx>
- [PATCH] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] nfsd: Protect addition to the file_hashtbl
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v2 2/2] nfsd: avoid taking the state_lock while holding the i_lock
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 1/2] nfsd: Protect addition to the file_hashtbl
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [PATCH v2 0/2] nfsd: preliminary patches for client_mutex removal
- From: Jeff Layton <jlayton@xxxxxxxxxxxxxxx>
- [GIT PULL] exofs: raid6 support for the 3.16 merge window
- From: Boaz Harrosh <bharrosh@xxxxxxxxxxx>
- Re: [PATCH] SCHED: remove proliferation of wait_on_bit action functions.
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- [PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
- From: Ditang Chen <chendt.fnst@xxxxxxxxxxxxxx>
- Re: [PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
- From: Ditang Chen <chendt.fnst@xxxxxxxxxxxxxx>
- Re: [PATCH] SCHED: remove proliferation of wait_on_bit action functions.
- From: NeilBrown <neilb@xxxxxxx>
- [PATCH v2 6/6] pnfs: clean up *_resend_to_mds
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v2 5/6] nfs: remove pgio_header refcount, related cleanup
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v2 4/6] nfs: remove unused writeverf code
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v2 3/6] nfs: merge nfs_pgio_data into _header
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
- [PATCH v2 2/6] nfs: rename members of nfs_pgio_data
- From: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanner]
[Linux SCSI]
[Samba]
[Yosemite Trails]