messages from 2014-06-11 21:17:43 to 2014-06-23 13:54:20 UTC [more...]
[PATCH v1 000/104] nfsd: eliminate the client_mutex
2014-06-23 13:54 UTC (108+ messages)
` [PATCH v1 001/104] nfsd: Protect addition to the file_hashtbl
` [PATCH v1 002/104] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v1 003/104] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v1 004/104] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v1 006/104] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v1 008/104] NFSd: Ensure that nfs4_file_get_access enforces share access modes
` [PATCH v1 009/104] locks: add file_has_lease
` [PATCH v1 010/104] NFSd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
` [PATCH v1 012/104] NFSd: Clean up helper __release_lock_stateid
` [PATCH v1 013/104] NFSd: Allow lockowners to hold several stateids
` [PATCH v1 014/104] NFSd: NFSv4 lock-owners are not associated to a specific file
` [PATCH v1 015/104] NFSd: Cleanup nfs4svc_encode_compoundres
` [PATCH v1 016/104] NFSd: Don't get a session reference without a client reference
` [PATCH v1 017/104] NFSd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v1 018/104] NFSd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v1 019/104] NFSd: Simplify stateid management
` [PATCH v1 020/104] NFSd: Fix delegation revocation
` [PATCH v1 021/104] NFSd: Add reference counting to the lock and open stateids
` [PATCH v1 022/104] NFSd: clean up nfsd4_close_open_stateid
` [PATCH v1 023/104] NFSd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v1 024/104] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v1 025/104] NFSd: Ensure stateids remain unique until they are freed
` [PATCH v1 026/104] NFSd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v1 027/104] NFSd: Cleanup the freeing of stateids
` [PATCH v1 028/104] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v1 029/104] NFSd: Add locking to protect the state owner lists
` [PATCH v1 030/104] nfsd: clean up races in lock stateid searching and creation
` [PATCH v1 031/104] NFSd: Convert delegation counter to an atomic_long_t type
` [PATCH v1 032/104] NFSd: Slight cleanup of find_stateid()
` [PATCH v1 033/104] NFSd: Add reference counting to find_stateid
` [PATCH v1 034/104] NFSd: Add reference counting to lock stateids
` [PATCH v1 035/104] NFSd: nfsd4_locku() must reference the lock stateid
` [PATCH v1 036/104] NFSd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v1 037/104] NFSd: nfsd4_process_open2() must reference "
` [PATCH v1 038/104] NFSd: nfsd4_process_open2() must reference the open stateid
` [PATCH v1 039/104] NFSd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v1 040/104] NFSd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v1 041/104] NFSd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v1 042/104] NFSd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v1 043/104] NFSd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v1 044/104] NFSd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v1 045/104] NFSd: Add reference counting to state owners
` [PATCH v1 046/104] NFSd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v1 047/104] nfsd: clean up lockowner refcounting when finding them
` [PATCH v1 048/104] nfsd: add an operation for unhashing a stateowner
` [PATCH v1 049/104] NFSd: Make lock stateid take a reference to the lockowner
` [PATCH v1 050/104] nfsd: clean up nfs4_release_lockowner
` [PATCH v1 051/104] nfsd: clean up refcounting for lockowners
` [PATCH v1 052/104] nfsd: declare v4.1+ openowners confirmed on creation
` [PATCH v1 053/104] nfsd: make openstateids hold references to their openowners
` [PATCH v1 054/104] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v1 055/104] NFSd: Protect adding/removing open state owners using client_lock
` [PATCH v1 056/104] NFSd: Protect adding/removing lock "
` [PATCH v1 057/104] NFSd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH v1 058/104] NFSd: Cache the client that was looked up in lookup_clientid()
` [PATCH v1 059/104] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH v1 060/104] NFSd: Always use lookup_clientid() in nfsd4_process_open1
` [PATCH v1 061/104] NFSd: Move the open owner hash table into struct nfs4_client
` [PATCH v1 062/104] lockdep: add lockdep_assert_not_held
` [PATCH v1 063/104] nfsd: add locking to stateowner release
` [PATCH v1 064/104] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v1 065/104] nfsd: reduce cl_lock trashing in release_openowner
` [PATCH v1 066/104] NFSd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
` [PATCH v1 067/104] NFSd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v1 068/104] NFSd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v1 069/104] NFSd: Don't require client_lock in free_client
` [PATCH v1 070/104] NFSd: Move create_client() call outside the lock
` [PATCH v1 071/104] NFSd: Protect unconfirmed client creation using client_lock
` [PATCH v1 072/104] NFSd: Protect session creation and client confirm "
` [PATCH v1 073/104] NFSd: Protect nfsd4_destroy_clientid "
` [PATCH v1 074/104] NFSd: Ensure lookup_clientid() takes client_lock
` [PATCH v1 075/104] NFSd: Add assertions to document the nfs4_client/session locking
` [PATCH v1 076/104] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH v1 077/104] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v1 078/104] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH v1 079/104] nfsd: fix misleading comment
` [PATCH v1 080/104] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v1 081/104] nfsd: don't destroy clients that are busy
` [PATCH v1 082/104] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v1 083/104] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v1 084/104] nfsd: add a forget_client set_clnt routine
` [PATCH v1 085/104] nfsd: add nfsd_inject_forget_clients
` [PATCH v1 086/104] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v1 087/104] nfsd: add more granular locking to forget_locks fault injector
` [PATCH v1 088/104] nfsd: add more granular locking to forget_openowners "
` [PATCH v1 089/104] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH v1 090/104] nfsd: remove old fault injection infrastructure
` [PATCH v1 091/104] NFSd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH v1 092/104] NFSd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH v1 093/104] NFSd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH v1 094/104] NFSd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH v1 095/104] NFSd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH v1 096/104] NFSd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH v1 097/104] NFSd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH v1 098/104] NFSd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH v1 099/104] NFSd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH v1 100/104] NFSd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH v1 101/104] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH v1 102/104] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH v1 103/104] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH v1 104/104] nfsd: add file documenting new state object model
[PATCH 0/2] Update wait_on_bit functions
2014-06-23 12:45 UTC (5+ messages)
` [PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout
` [PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions
`ls` shows no files in mounted nfs folder, but ls 'file' works
2014-06-23 10:07 UTC
[PATCH v2 0/3] nfs4: file locking fixes and cleanups
2014-06-22 0:59 UTC (2+ messages)
[PATCH v2 0/3] nfsd: fix v4.0 GSSAPI callback channel auth failures
2014-06-22 0:52 UTC (4+ messages)
` [PATCH v2 1/3] auth_gss: fetch the acceptor name out of the downcall
` [PATCH v2 2/3] sunrpc: add a new "stringify_acceptor" rpc_credop
` [PATCH v2 3/3] nfs4: copy acceptor name from context to nfs_client
[PATCH 8/9] [net/sunrpc] replace strict_strto calls
2014-06-21 12:06 UTC
[stable PATCH] nfsd: don't try to reuse an expired DRC entry off the list
2014-06-20 18:59 UTC (2+ messages)
[PATCH] nfs: Fix unused variable error
2014-06-20 17:49 UTC (2+ messages)
[PATCH RFC] nfs: ensure cached data is correct before using delegation
2014-06-20 17:41 UTC (10+ messages)
` [PATCH 0/3] "
` [PATCH 1/3] NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size
` [PATCH 2/3] NFS: Don't mark the data cache as invalid if it has been flushed
` [PATCH 3/3] nfs: Fix cache_validity check in nfs_write_pageuptodate()
[PATCH] nfs: Fix handling of change_attr updates in nfs_update_inode()
2014-06-20 15:31 UTC (2+ messages)
[PATCH] nfs: Fix cache_validity check in nfs_write_pageuptodate()
2014-06-20 12:44 UTC
[RFCv2 2/3] mm: Introduce atomic_remove_mapping
2014-06-20 6:48 UTC
bugfixes for 3.16
2014-06-19 15:01 UTC
[PATCH V2] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
2014-06-19 13:06 UTC
Peculiarity in handling NFSv4 mount paths with fsid=0
2014-06-19 13:28 UTC (3+ messages)
[PATCH] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
2014-06-19 12:25 UTC (3+ messages)
[PATCH] xdr_rejected_reply: Don't crash with invalid server rejection
2014-06-18 20:44 UTC (2+ messages)
` [Libtirpc-devel] "
[PATCH] nfsd: properly handle embedded newlines in fault_injection input
2014-06-18 19:00 UTC
[PATCH] NFS4.1: try to clean sessions after testing
2014-06-18 16:05 UTC (9+ messages)
` [PATCH v2] "
[PATCH] nfsd: fix return of nfs4_acl_write_who
2014-06-18 16:03 UTC (4+ messages)
[PATCH v2 0/4] nfsd: clean up sparse endianness warnings
2014-06-18 15:39 UTC (10+ messages)
` [PATCH v2 1/4] nfsd: add __force to opaque verifier field casts
` [PATCH v2 2/4] nfsd: clean up sparse endianness warnings in nfscache.c
` [PATCH v2 3/4] nfsd: nfsd_splice_read and nfsd_readv should return __be32
` [PATCH v2 4/4] nfsd: add appropriate __force directives to filehandle generation code
[PATCH 3/3 v3] ACL: Add some test cases for nfsv4 acl
2014-06-18 14:56 UTC (2+ messages)
[PATCH] nfs: only show Posix ACLs in listxattr if actually present
2014-06-18 13:00 UTC (3+ messages)
Phantom ACL-related xattrs on 3.14.4 NFS client
2014-06-17 23:48 UTC (9+ messages)
[PATCH] NFSD: fix bug for readdir of pseudofs
2014-06-17 20:57 UTC (2+ messages)
[PATCH] nfsiostat: Document the output columns in the manpage
2014-06-17 18:07 UTC (2+ messages)
[PATCH] mountd: add support for case-insensitive file names
2014-06-17 18:06 UTC (2+ messages)
[PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
2014-06-17 18:06 UTC (3+ messages)
Soft lockups on kerberised NFSv4.0 clients
2014-06-17 13:51 UTC (6+ messages)
[PATCH] nfsd: sparse endianness warning cleanups
2014-06-17 11:23 UTC (3+ messages)
[PATCH 2/3 v3] NFS4.0: Cases for SGID/SUID status after writing
2014-06-17 8:09 UTC (3+ messages)
[PATCH Version 2 0/1] NFS: Fix SECINFO processing regression
2014-06-16 18:25 UTC (4+ messages)
` [PATCH Version 2 1/1] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
NFSoRDMA developers bi-weekly meeting minutes (6/11)
2014-06-13 15:40 UTC
NFS service inside a container
2014-06-13 14:11 UTC
[PATCH 1/3 v2] NFS4.0: Add IPv6 support
2014-06-13 10:48 UTC
[PATCH 0/3] NFS: Fix SECINFO processing regression
2014-06-12 18:55 UTC (2+ messages)
` [PATCH Version 2 1/2] NFS NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
Live lock in silly-rename
2014-06-12 1:43 UTC (11+ messages)
[PATCH] NFSD: Using exp_get for export getting
2014-06-11 23:22 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox