messages from 2014-06-07 14:39:02 to 2014-06-19 14:52:49 UTC [more...]
[PATCH v1 000/104] nfsd: eliminate the client_mutex
2014-06-19 14:50 UTC (78+ 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 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 (11+ messages)
[PATCH RFC] nfs: ensure cached data is correct before using delegation
2014-06-17 21:37 UTC (5+ 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)
Canceled: Linux NFS Town Hall meeting: Thur 06/12/14
2014-06-11 19:36 UTC
pNFS client behavior confirmation
2014-06-11 18:30 UTC
[GIT PULL] Please pull NFS client updates
2014-06-10 21:42 UTC
[PATCH 0/3] NFS: Fix SECINFO processing regression
2014-06-10 19:37 UTC (9+ messages)
` [PATCH 1/3] NFS check the return of nfs4_negotiate_security in nfs4_submount
` [PATCH 2/3] NFS Return -EPERM if no supported or matching SECINFO flavor
` [PATCH 3/3] NFS test SECINFO RPC_AUTH_GSS pseudoflavors for support
nfsd changes for 3.16
2014-06-10 18:16 UTC
[PATCH] rpc_pipe: Drop memory allocation cast
2014-06-10 14:49 UTC
[PATCH] NFSD: Using path_get when assigning path for export
2014-06-10 14:04 UTC
[PATCH] NFS: populate ->net in mount data when remounting
2014-06-10 10:44 UTC
[PATCH] SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok
2014-06-10 10:29 UTC
[PATCH] NFSD: Using min/max/min_t/max_t for calculate
2014-06-10 10:08 UTC
[RFC 00/32] making inode time stamps y2038 ready
2014-06-10 9:54 UTC (4+ messages)
[PATCH pynfs v2 00/16] prep for flex file layout server
2014-06-10 1:41 UTC (3+ messages)
[PATCH v2 3.4 0/9] fix the NULL pointer when use nfs in diferent net ns
2014-06-09 23:49 UTC (3+ messages)
[PATCH] pnfs: fix lockup caused by pnfs_generic_pg_test
2014-06-09 21:47 UTC
[PATCH v3 0/7] more pgio cleanup
2014-06-09 15:48 UTC (8+ messages)
` [PATCH v3 1/7] nfs: move nfs_pgio_data and remove nfs_rw_header
` [PATCH v3 2/7] nfs: rename members of nfs_pgio_data
` [PATCH v3 3/7] nfs: merge nfs_pgio_data into _header
` [PATCH v3 4/7] nfs: remove unused writeverf code
` [PATCH v3 5/7] nfs: remove pgio_header refcount, related cleanup
` [PATCH v3 6/7] pnfs: clean up *_resend_to_mds
` [PATCH v3 7/7] nfs: remove unneeded EXPORTs
[PATCH v2 0/6] more pgio cleanup
2014-06-09 14:40 UTC (7+ messages)
` [PATCH v2 3/6] nfs: merge nfs_pgio_data into _header
` [PATCH v2 5/6] nfs: remove pgio_header refcount, related cleanup
[PATCH v5 00/24] Series short description
2014-06-09 13:11 UTC (4+ messages)
WARN_ON_ONCE pop with tip of your nfsd-next branch
2014-06-08 19:08 UTC (6+ messages)
rpcbind: rpcinfo segfaults
2014-06-07 22:28 UTC (2+ messages)
` Bug#750792: "
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