Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-06-25 13:48:41 to 2014-06-30 15:50:44 UTC [more...]

[PATCH v3 000/114] nfsd: eliminate the client_mutex
 2014-06-30 15:48 UTC  (8+ messages)
` [PATCH v3 001/114] nfsd: fix file access refcount leak when nfsd4_truncate fails
` [PATCH v3 002/114] nfsd: Protect addition to the file_hashtbl
` [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it
` [PATCH v3 004/114] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v3 005/114] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v3 006/114] nfsd: Cleanup nfs4svc_encode_compoundres
` [PATCH v3 007/114] nfsd: declare v4.1+ openowners confirmed on creation

NFS working but I have unwanted 500MB quota
 2014-06-30 13:20 UTC  (2+ messages)

[PATCH v2 000/117] nfsd: eliminate the client_mutex
 2014-06-30 12:59 UTC  (151+ messages)
` [PATCH v2 001/117] nfsd: fix file access refcount leak when nfsd4_truncate fails
` [PATCH v2 002/117] nfsd: fix return of nfs4_acl_write_who
` [PATCH v2 003/117] nfsd: add __force to opaque verifier field casts
` [PATCH v2 004/117] nfsd: clean up sparse endianness warnings in nfscache.c
` [PATCH v2 005/117] nfsd: nfsd_splice_read and nfsd_readv should return __be32
` [PATCH v2 006/117] nfsd: add appropriate __force directives to filehandle generation code
` [PATCH v2 007/117] nfsd: properly handle embedded newlines in fault_injection input
` [PATCH v2 008/117] nfsd: Protect addition to the file_hashtbl
` [PATCH v2 009/117] nfsd: wait to initialize work struct just prior to using it
` [PATCH v2 010/117] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v2 011/117] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v2 012/117] nfsd: Cleanup nfs4svc_encode_compoundres
` [PATCH v2 013/117] nfsd: Don't get a session reference without a client reference
` [PATCH v2 014/117] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v2 015/117] nfsd: lock owners are not per open stateid
` [PATCH v2 016/117] nfsd: Allow lockowners to hold several stateids
` [PATCH v2 017/117] nfsd: NFSv4 lock-owners are not associated to a specific file
` [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
` [PATCH v2 019/117] nfsd: declare v4.1+ openowners confirmed on creation
` [PATCH v2 020/117] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH v2 021/117] nfsd: clean up nfsd4_close_open_stateid
` [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
` [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH v2 024/117] nfsd: Always use lookup_clientid() in nfsd4_process_open1
` [PATCH v2 025/117] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
` [PATCH v2 026/117] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v2 027/117] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v2 028/117] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v2 029/117] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v2 030/117] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v2 031/117] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH v2 032/117] nfsd: remove nfs4_file_put_fd
` [PATCH v2 033/117] nfsd: ensure that nfs4_file_get_access enforces deny modes
` [PATCH v2 034/117] nfsd: cleanup nfs4_check_open
` [PATCH v2 035/117] locks: add file_has_lease to prevent delegation break races
` [PATCH v2 036/117] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v2 037/117] nfsd: clean up helper __release_lock_stateid
` [PATCH v2 038/117] nfsd: Simplify stateid management
` [PATCH v2 039/117] nfsd: Fix delegation revocation
` [PATCH v2 040/117] nfsd: Add reference counting to the lock and open stateids
` [PATCH v2 041/117] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v2 042/117] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v2 043/117] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v2 044/117] nfsd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v2 045/117] nfsd: Cleanup the freeing of stateids
` [PATCH v2 046/117] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v2 047/117] nfsd: Add locking to protect the state owner lists
` [PATCH v2 048/117] nfsd: clean up races in lock stateid searching and creation
` [PATCH v2 049/117] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v2 050/117] nfsd: Slight cleanup of find_stateid()
` [PATCH v2 051/117] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v2 052/117] nfsd: Add reference counting to lock stateids
` [PATCH v2 053/117] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v2 054/117] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v2 055/117] nfsd: nfsd4_process_open2() must reference "
` [PATCH v2 056/117] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v2 057/117] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v2 058/117] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v2 059/117] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v2 060/117] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v2 061/117] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v2 062/117] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v2 063/117] nfsd: Add reference counting to state owners
` [PATCH v2 064/117] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v2 065/117] nfsd: clean up lockowner refcounting when finding them
` [PATCH v2 066/117] nfsd: add an operation for unhashing a stateowner
` [PATCH v2 067/117] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v2 068/117] nfsd: clean up refcounting for lockowners
` [PATCH v2 069/117] nfsd: make openstateids hold references to their openowners
` [PATCH v2 070/117] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v2 071/117] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v2 072/117] nfsd: Protect adding/removing lock "
` [PATCH v2 073/117] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v2 074/117] lockdep: add lockdep_assert_not_held
` [PATCH v2 075/117] nfsd: add locking to stateowner release
` [PATCH v2 076/117] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v2 077/117] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v2 078/117] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v2 079/117] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v2 080/117] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v2 081/117] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v2 082/117] nfsd: Don't require client_lock in free_client
` [PATCH v2 083/117] nfsd: Move create_client() call outside the lock
` [PATCH v2 084/117] nfsd: Protect unconfirmed client creation using client_lock
` [PATCH v2 085/117] nfsd: Protect session creation and client confirm "
` [PATCH v2 086/117] nfsd: Protect nfsd4_destroy_clientid "
` [PATCH v2 087/117] nfsd: Ensure lookup_clientid() takes client_lock
` [PATCH v2 088/117] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH v2 089/117] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH v2 090/117] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v2 091/117] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH v2 092/117] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v2 093/117] nfsd: don't destroy clients that are busy
` [PATCH v2 094/117] nfsd: protect clid and verifier generation with client_lock
` [PATCH v2 095/117] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v2 096/117] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v2 097/117] nfsd: add a forget_client set_clnt routine
` [PATCH v2 098/117] nfsd: add nfsd_inject_forget_clients
` [PATCH v2 099/117] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v2 100/117] nfsd: add more granular locking to forget_locks fault injector
` [PATCH v2 101/117] nfsd: add more granular locking to forget_openowners "
` [PATCH v2 102/117] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH v2 103/117] nfsd: remove old fault injection infrastructure
` [PATCH v2 104/117] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH v2 105/117] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH v2 106/117] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH v2 107/117] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH v2 108/117] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH v2 109/117] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH v2 110/117] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH v2 111/117] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH v2 112/117] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH v2 113/117] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH v2 114/117] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH v2 115/117] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH v2 116/117] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH v2 117/117] nfsd: add file documenting new state object model

(Follow) sparse file support (development)
 2014-06-30 11:40 UTC  (2+ messages)

[PATCH] NFSD: Avoid warning message when compile at i686 arch
 2014-06-29 11:18 UTC 

KANN ICH DEPONIEREN 18.000.000,00 GBP IN IHREM KONTO ?
 2014-06-27 20:21 UTC 

[PATCH v1 00/13] NFS/RDMA patches for 3.17
 2014-06-27 16:17 UTC  (7+ messages)
` [PATCH v1 10/13] xprtrdma: Release FRMR segment buffers during LOCAL_INV completion

Exponential backoff when polling by NFSv4 client causes poor throughput
 2014-06-27  5:48 UTC 

[PATCH] NFSv4: Drop cast
 2014-06-26 18:39 UTC 

[PATCH] nfs: fix nfs4d readlink truncated packet
 2014-06-26 14:23 UTC 

[PATCH] nfsd: fix file access refcount leak when nfsd4_truncate fails
 2014-06-26 13:33 UTC  (3+ messages)

[stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
 2014-06-26 13:23 UTC  (4+ messages)

[3.11.y.z extended stable] Patch "NFS: populate ->net in mount data when remounting" has been added to staging queue
 2014-06-26 10:36 UTC 

[PATCH 1/8] nfsd: fix rare symlink decoding bug
 2014-06-26  1:48 UTC  (8+ messages)
  ` [PATCH 2/8] nfsd: make NFSv2 null terminate symlink data
  ` [PATCH 3/8] nfsd: let nfsd_symlink assume null-terminated data
  ` [PATCH 4/8] nfsd4: rename cr_linkname->cr_data
  ` [PATCH 5/8] nfsd4: remove unused defer_free argument
  ` [PATCH 6/8] nfsd4: define svcxdr_dupstr to share some common code
  ` [PATCH 7/8] nfsd4: remove nfs4_acl_new
  ` [PATCH 8/8] nfsd4: replace defer_free by svcxdr_tmpalloc

[PATCH v1 000/104] nfsd: eliminate the client_mutex
 2014-06-26  1:34 UTC  (4+ messages)

[PATCH 3/3 v3] ACL: Add some test cases for nfsv4 acl
 2014-06-26  0:05 UTC  (3+ messages)

[GIT PULL] Please pull NFS client bugfixes for Linux 3.16
 2014-06-25 22:52 UTC 

Execute only permission issue with client
 2014-06-25 22:41 UTC  (5+ messages)

[PATCH 1/1] FS/NFS: replace count*size kzalloc by kcalloc
 2014-06-25 18:26 UTC 

Canceled: Linux NFS Town Hall meeting: Thur 06/25/14
 2014-06-25 17:37 UTC 

NFSRDMA test branch
 2014-06-25 16:05 UTC 

[PATCH] nfs: get rid of duplicate dprintk
 2014-06-25 14:12 UTC 

[stable PATCH] nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
 2014-06-25 13:54 UTC  (2+ messages)


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