messages from 2014-07-10 12:49:24 to 2014-07-15 16:24:43 UTC [more...]
[PATCH 0/7] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-15 16:24 UTC (9+ messages)
` [PATCH 1/7] nfsd: nfs4_alloc_init_lease should take a nfs4_file arg
` [PATCH 2/7] nfsd: Ensure stateids remain unique until they are freed
` [PATCH 3/7] locks: add file_has_lease to prevent delegation break races
` [PATCH 4/7] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH 5/7] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH 6/7] nfsd: Simplify stateid management
` [PATCH 7/7] nfsd: Fix delegation revocation
nfsd4_locku / nfs4_free_lock_stateid question
2014-07-15 15:53 UTC (7+ messages)
[PATCH] rpcbind: Remove a strict-aliasing warning
2014-07-15 15:53 UTC
[PATCH 00/15] libtirpc: New Debugging Interface
2014-07-15 15:09 UTC (16+ messages)
` [PATCH 01/15] libtirpc: New configurable debugging routines
` [PATCH 02/15] gss_log: Convert existing gss "
` [PATCH 03/15] gss_log: Removed DEBUG defines
` [PATCH 04/15] gss_log_status: reformat output to use one line
` [PATCH 05/15] git_log_status: Add function names to status message
` [PATCH 06/15] libtirpc_debug: Converted the rest of the #ifdef DEBUGs
` [PATCH 07/15] gss_log: Replace gss_log_debug with LIBTIRPC_DEBUG macros
` [PATCH 08/15] print_rpc_gss_sec: Make sure logging to stderr is enabled
` [PATCH 09/15] Clean up: Remove newlines from a couple debugging calls
` [PATCH 10/15] svcauth_des: Convert local debug() calls to LIBTIRPC_DEBUG() calls
` [PATCH 11/15] key_call: "
` [PATCH 12/15] clnt_bcast: "
` [PATCH 13/15] rpcb_clnt: Convert fprintf "
` [PATCH 14/15] svc_dg: "
` [PATCH 15/15] auth_des: Converted some of the debugging syslog "
[PATCH/RFC] NFS: state manager thread must start running
2014-07-15 14:51 UTC (4+ messages)
[PATCH] svcrdma: Add zero padding if the client doesn't send it
2014-07-15 14:28 UTC (2+ messages)
[PATCH v3 00/21] NFS/RDMA client patches for 3.17
2014-07-15 14:24 UTC
[PATCH v3 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
2014-07-15 14:23 UTC (21+ messages)
` [PATCH v3 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v3 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v3 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v3 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v3 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v3 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v3 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v3 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v3 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v3 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v3 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v3 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v3 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v3 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v3 16/21] xprtrdma: Rename frmr_wr
` [PATCH v3 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v3 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v3 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v3 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v3 21/21] xprtrdma: Handle additional connection events
[PATCH] gssd: configurable connection timeout for the rpcgssd service
2014-07-15 13:26 UTC
[PATCH] nfsd: silence sparse warning about accessing credentials
2014-07-15 10:28 UTC
[PATCH 00/11] nfsd: deny mode handling overhaul
2014-07-15 10:00 UTC (27+ 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
NFS service inside a container
2014-07-15 7:56 UTC (4+ messages)
[PATCH v4 000/101] nfsd: eliminate the client_mutex
2014-07-15 7:50 UTC (32+ messages)
` [PATCH v4 001/100] nfsd: close potential race between delegation break and laundromat
` [PATCH v4 003/100] nfsd: Ensure stateids remain unique until they are freed
` [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 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] 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 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 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 1/7] NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used
` [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 5/7] NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU
` [PATCH 7/7] NFS: allow lockless access to access_cache
` [PATCH 4/7] NFS: support RCU_WALK in nfs_permission()
` [PATCH 6/7] NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU
[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
[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 (4+ messages)
` [PATCH v2 15/21] xprtrdma: Disable completions for LOCAL_INV Work Requests
[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 (8+ messages)
` [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it
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