Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-07-09 16:59:35 to 2014-07-15 07:47:07 UTC [more...]

NFS service inside a container
 2014-07-15  7:46 UTC  (3+ messages)

[PATCH/RFC] NFS: state manager thread must start running
 2014-07-15  6:39 UTC 

[PATCH] NFS: nfs4_lookup_revalidate need to report STALE inodes
 2014-07-14 23:47 UTC  (6+ messages)

umount -f stalls forever
 2014-07-14 17:29 UTC  (3+ messages)

[PATCH v4 000/101] nfsd: eliminate the client_mutex
 2014-07-14 16:45 UTC  (59+ messages)
` [PATCH v4 001/100] nfsd: close potential race between delegation break and laundromat
` [PATCH v4 002/100] nfsd: reduce some spinlocking in put_client_renew
` [PATCH v4 003/100] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v4 005/100] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v4 006/100] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v4 007/100] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v4 009/100] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v4 011/100] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH v4 012/100] nfsd: remove nfs4_file_put_fd
` [PATCH v4 013/100] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH v4 014/100] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
` [PATCH v4 015/100] nfsd: clean up reset_union_bmap_deny
` [PATCH v4 016/100] nfsd: always hold the fi_lock when bumping fi_access refcounts
` [PATCH v4 017/100] nfsd: make deny mode enforcement more efficient and close races in it
` [PATCH v4 018/100] nfsd: cleanup and rename nfs4_check_open
` [PATCH v4 100/100] nfsd: add some comments to the nfsd4 object definitions

[PATCH 0/7] sunrpc: sparse warning cleanups
 2014-07-14 15:29 UTC  (11+ messages)
` [PATCH 1/7] sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctx
` [PATCH 2/7] sunrpc: fix RCU handling of gc_ctx field
` [PATCH 3/7] sunrpc: clean up endianness warnings in setup_token
` [PATCH 4/7] sunrpc: xdr_get_next_encode_buffer can be static
` [PATCH 5/7] sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c
` [PATCH 6/7] sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c
` [PATCH 7/7] sunrpc: remove "ec" argument from encrypt_v2 operation

[PATCH 00/11] nfsd: deny mode handling overhaul
 2014-07-14 13:38 UTC  (26+ messages)
` [PATCH 01/11] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH 02/11] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH 03/11] nfsd: clean up helper __release_lock_stateid
` [PATCH 04/11] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH 05/11] nfsd: remove nfs4_file_put_fd
` [PATCH 06/11] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH 07/11] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
` [PATCH 08/11] nfsd: clean up reset_union_bmap_deny
` [PATCH 09/11] nfsd: always hold the fi_lock when bumping fi_access refcounts
` [PATCH 10/11] nfsd: make deny mode enforcement more efficient and close races in it
` [PATCH 11/11] nfsd: cleanup and rename nfs4_check_open

[PATCH 0/2] nfsd: avoid taking state_lock in delegation lm_break callback
 2014-07-14 13:13 UTC  (3+ messages)
` [PATCH 1/2] nfsd: eliminate nfsd4_init_callback
` [PATCH 2/2] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg

[PATCH] net: clean up some sparse endianness warnings in ipv6.h
 2014-07-14 12:25 UTC 

[PATCH] nfsd: Fix bad reserving space for encoding rdattr_error
 2014-07-14  9:59 UTC  (5+ messages)

`ls` shows no files in mounted nfs folder, but ls 'file' works
 2014-07-14  6:44 UTC  (3+ messages)

[PATCH 0/7] Add RCU-walk support to NFS
 2014-07-14  2:39 UTC  (11+ messages)
` [PATCH 7/7] NFS: allow lockless access to access_cache
` [PATCH 6/7] NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU
` [PATCH 4/7] NFS: support RCU_WALK in nfs_permission()
` [PATCH 5/7] NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU
` [PATCH 3/7] sunrpc/auth: allow lockless (rcu) lookup of credential cache
` [PATCH 2/7] NFS: prepare for RCU-walk support but pushing tests later in code
` [PATCH 1/7] NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used

[PATCH] NFS: Remove 2 unused variables
 2014-07-13 23:43 UTC  (2+ messages)

[PATCH] NFS: Don't reset pg_moreio in __nfs_pageio_add_request
 2014-07-13 19:21 UTC 

nfsd4_locku / nfs4_free_lock_stateid question
 2014-07-13 13:50 UTC  (4+ messages)

[PATCH] SUNRPC: xdr_get_next_encode_buffer should be declared static
 2014-07-12 22:01 UTC 

[PATCH 0/5] pgio: fix buffered write retry path
 2014-07-12 21:39 UTC  (7+ messages)
` [PATCH 1/5] nfs: mark nfs_page reqs with flag for extra ref
` [PATCH 2/5] nfs: nfs_page should take a ref on the head req
` [PATCH 3/5] nfs: change find_request to find_head_request
` [PATCH 4/5] nfs: handle multiple reqs in nfs_page_async_flush
` [PATCH 5/5] nfs: handle multiple reqs in nfs_wb_page_cancel

fuzz tested user mode linux crashed in NFS code path
 2014-07-12 17:14 UTC  (3+ messages)

[PATCH] nfsd4: handle failure to find backchannel
 2014-07-12 14:02 UTC  (2+ messages)

[PATCH 1/2] Check for None to avoid python exception
 2014-07-11 22:20 UTC  (3+ messages)
` [PATCH 2/2] Open files with OPEN4_SHARE_DENY_NONE for DELEG5 test

[PATCH 2/4] NFSD: Rervert "knfsd: locks: flag NFSv4-owned locks"
 2014-07-11 22:11 UTC  (7+ messages)

[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
 2014-07-11 20:46 UTC  (12+ messages)

nfsd bugfix for 3.16
 2014-07-11 20:07 UTC 

[PATCH] nfsd: close potential race between delegation break and laundromat
 2014-07-11 19:26 UTC  (5+ messages)

[PATCH] Use original reserved port setting for reconnect
 2014-07-11 19:24 UTC  (2+ messages)

[PATCH] NFSD: Fix bad checking of space for padding in splice read
 2014-07-11 19:19 UTC  (3+ messages)

[PATCH] NFSD: Check acl returned from get_acl/posix_acl_from_mode
 2014-07-11 18:53 UTC  (3+ messages)

[PATCH 0/2] NFS/RDMA server patches for 3.17
 2014-07-11 18:49 UTC  (11+ messages)
` [PATCH 1/2] svcrdma: Increase credit limit to 32
` [PATCH 2/2] svcrdma: Remove extra writeargs sanity check for NFSv2/3

rpciod/1: page allocation failure. order:2, mode:0x20'
 2014-07-10 22:13 UTC  (6+ messages)

[PATCH] svcrdma: send_write() must not overflow the device's max sge
 2014-07-10 20:17 UTC  (3+ messages)

[PATCH v2 00/21] NFS/RDMA client patches for 3.17
 2014-07-10 19:19 UTC  (11+ messages)
` [PATCH v2 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v2 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v2 15/21] xprtrdma: Disable completions for LOCAL_INV Work Requests
` [PATCH v2 21/21] xprtrdma: Handle additional connection events

[PATCH] gssd: Fixed errno typo in get_servername()
 2014-07-10 18:28 UTC 

[PATCH] NFSv4: Fix OPEN w/create access mode checking
 2014-07-10 17:42 UTC  (4+ messages)

Linux NFS Town Hall meeting: Tomorrow - Thur 07/10/14
 2014-07-10 16:53 UTC  (2+ messages)

[PATCH v3 000/114] nfsd: eliminate the client_mutex
 2014-07-10 13:23 UTC  (10+ messages)
` [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it

[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
 2014-07-09 21:55 UTC 

NFSRDMA test branch update
 2014-07-09 19:52 UTC 

[PATCH] gssd: Error out when rpc_pipefs directory is empty
 2014-07-09 19:11 UTC  (6+ messages)

No NFSoRDMA bi-weekly meeting from now to Aug
 2014-07-09 18:23 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