messages from 2016-06-15 03:28:23 to 2016-06-22 20:48:18 UTC [more...]
[PATCH v3 01/13] NFS: Don't flush caches for a getattr that races with writeback
2016-06-22 20:47 UTC
[PATCH v2 01/12] NFS: Don't flush caches for a getattr that races with writeback
2016-06-22 19:42 UTC (26+ messages)
` [PATCH v2 02/12] NFS: Cache access checks more aggressively
` [PATCH v2 03/12] NFS: Cache aggressively when file is open for writing
` [PATCH v2 04/12] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
` [PATCH v2 05/12] NFS: writepage of a single page should not be synchronous
` [PATCH v2 06/12] NFS: Don't hold the inode lock across fsync()
` [PATCH v2 07/12] NFS: Don't call COMMIT in ->releasepage()
` [PATCH v2 08/12] NFS: Fix O_DIRECT verifier problems
` [PATCH v2 09/12] NFS: Ensure we reset the write verifier 'committed' value on resend
` [PATCH v2 10/12] NFS: Do not serialise O_DIRECT reads and writes
` [PATCH v2 11/12] NFS: Remove inode->i_dio_count from the NFS O_DIRECT code
` [PATCH v2 12/12] NFS: Clean up nfs_direct_complete()
[PATCH 1/1] Fix SETATTR/DELEGRETURN race
2016-06-22 19:28 UTC
[REGRESSION] NFS is creating a hidden port (left over from xs_bind() )
2016-06-22 16:41 UTC (19+ messages)
` It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))
[PATCH v3 00/25] NFS/RDMA client patches proposed for v4.8
2016-06-22 16:20 UTC (38+ messages)
` [PATCH v3 01/25] xprtrdma: Remove FMRs from the unmap list after unmapping
` [PATCH v3 02/25] xprtrdma: Create common scatterlist fields in rpcrdma_mw
` [PATCH v3 03/25] xprtrdma: Move init and release helpers
` [PATCH v3 04/25] xprtrdma: Rename fields in rpcrdma_fmr
` [PATCH v3 05/25] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
` [PATCH v3 06/25] xprtrdma: Refactor MR recovery work queues
` [PATCH v3 07/25] xprtrdma: Do not leak an MW during a DMA map failure
` [PATCH v3 08/25] xprtrdma: Remove ALLPHYSICAL memory registration mode
` [PATCH v3 09/25] xprtrdma: Remove rpcrdma_map_one() and friends
` [PATCH v3 10/25] xprtrdma: Clean up device capability detection
` [PATCH v3 11/25] xprtrdma: Reply buffer exhaustion can be catastrophic
` [PATCH v3 12/25] xprtrdma: Honor ->send_request API contract
` [PATCH v3 13/25] xprtrdma: Chunk list encoders must not return zero
` [PATCH v3 14/25] xprtrdma: Allocate MRs on demand
` [PATCH v3 15/25] xprtrdma: Release orphaned MRs immediately
` [PATCH v3 16/25] xprtrdma: Place registered MWs on a per-req list
` [PATCH v3 17/25] xprtrdma: Chunk list encoders no longer share one rl_segments array
` [PATCH v3 18/25] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
` [PATCH v3 19/25] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
` [PATCH v3 20/25] xprtrdma: Update only specific fields in private receive buffer
` [PATCH v3 21/25] xprtrdma: Clean up fixup_copy_count accounting
` [PATCH v3 22/25] xprtrdma: No direct data placement with krb5i and krb5p
` [PATCH v3 23/25] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
` [PATCH v3 24/25] NFS: Don't drop CB requests with invalid principals
` [PATCH v3 25/25] IB/mlx4: Workaround for mlx4_alloc_priv_pages() array allocator
[PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
2016-06-22 15:49 UTC (6+ messages)
` [PATCH v2 18/24] fs: nfs: Make nfs boot time y2038 safe
` [Y2038] [PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
Feature for lockd messages
2016-06-22 7:14 UTC (2+ messages)
[PATCH] nfs.man: clarify effect of 'retry' option
2016-06-22 5:08 UTC (2+ messages)
[PATCH 1/1 v2] systemd: Only start the gssd daemons when they are enabled
2016-06-21 17:57 UTC (6+ messages)
[PATCH 1/1] start-statd: Use flock to serialize the running of this script
2016-06-21 16:09 UTC (2+ messages)
[PATCH] nfsdcltrack: fix a typo in the manpage
2016-06-21 16:09 UTC (2+ messages)
[nfs-utils PATCH] statd: suppress a benign log message in nsm_delete_host()
2016-06-21 16:08 UTC (2+ messages)
[PATCH v2 00/24] NFS/RDMA client patches proposed for v4.8
2016-06-21 14:35 UTC (26+ messages)
` [PATCH v2 01/24] mlx4-ib: Use coherent memory for priv pages
NFS/d_splice_alias breakage
2016-06-20 15:47 UTC (13+ messages)
[PATCH] NFS: Trim extra slash in v4 nfs_path
2016-06-20 15:38 UTC (3+ messages)
` [PATCH] "
nfsd crash with 4.6 and 4.7 (bisected)
2016-06-18 13:29 UTC (4+ messages)
slab-out-of-bounds in rpc/nfs
2016-06-17 17:36 UTC (4+ messages)
Question : Session trunking fail-over
2016-06-17 15:50 UTC (2+ messages)
[PATCH 01/12] NFS: Don't flush caches for a getattr that races with writeback
2016-06-17 14:01 UTC (31+ messages)
` [PATCH 02/12] NFS: Cache access checks more aggressively
` [PATCH 03/12] NFS: Cache aggressively when file is open for writing
` [PATCH 04/12] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
` [PATCH 05/12] NFS: writepage of a single page should not be synchronous
` [PATCH 06/12] NFS: Don't hold the inode lock across fsync()
` [PATCH 07/12] NFS: Don't enable deep stack recursion when doing memory reclaim
` [PATCH 08/12] NFS: Fix O_DIRECT verifier problems
` [PATCH 09/12] NFS: Ensure we reset the write verifier 'committed' value on resend
` [PATCH 10/12] NFS: Do not serialise O_DIRECT reads and writes
` [PATCH 11/12] NFS: Don't count O_DIRECT reads in the inode->i_dio_count
[PATCH Version 5 00/10] NFSV4.1,2 session trunking
2016-06-17 13:53 UTC (2+ messages)
odd sillyrename bug in 4.6 / 4.7-rc
2016-06-17 13:52 UTC (4+ messages)
WARNING at net/ipv4/af_inet.c:155 .inet_sock_destruct+0x170/0x220
2016-06-17 12:58 UTC (2+ messages)
More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes
2016-06-17 4:29 UTC (2+ messages)
nfs/flexfiles patches for stable
2016-06-16 20:00 UTC
[PATCH RESEND] sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
2016-06-16 16:33 UTC (2+ messages)
[GIT PULL] nfsd bugfixes for 4.7
2016-06-16 15:44 UTC
flexfiles LAYOUTGET/LAYOUTRETURN loop
2016-06-16 15:08 UTC (3+ messages)
[PATCH] NFS: Fix potential race in nfs_fhget()
2016-06-16 14:04 UTC (2+ messages)
[PATCH 0/8] net: fix old-style declarations
2016-06-16 13:57 UTC (2+ messages)
` [PATCH 8/8] sunrpc: fix old-style declaration
[PATCH v3 0/3] Deal with lost delegations and EKEYEXPIRED
2016-06-16 13:27 UTC (12+ messages)
` [PATCH v3 1/3] nfs/nfsd: Move useful bitfield ops to a commonly accessible place
` [PATCH v3 2/3] nfsd: allow mach_creds_match to be used more broadly
` [PATCH v3 3/3] nfsd: implement machine credential support for some operations
[PATCH v2] nfsd: Always lock state exclusively
2016-06-16 2:07 UTC (7+ messages)
` [PATCH 0/3] nfsd state handling fixes
` [PATCH 1/3] nfsd: Always lock state exclusively
` [PATCH 2/3] nfsd: Extend the mutex holding region around in nfsd4_process_open2()
` [PATCH 3/3] nfsd: Make init_open_stateid() a bit more whole
[PATCH v3 0/3] pnfs/nfsd: have client and server support multiple layout types
2016-06-15 22:49 UTC (6+ messages)
` [PATCH v3 1/3] nfsd: allow nfsd to advertise "
` [PATCH v3 2/3] pnfs: track multiple layout types in fsinfo structure
` [PATCH v3 3/3] pnfs: add a new mechanism to select a layout driver according to an ordered list
[PATCH RESEND] sunrpc: add gss minor status to svcauth_gss_proxy_init
2016-06-15 20:27 UTC (2+ messages)
[V5 0/2] Super simple flex file server
2016-06-15 20:22 UTC (2+ messages)
[BUG] Sleeping in atomic context, nfs_alloc_fattr, next-20160615
2016-06-15 19:26 UTC
Tentative Dates for the Fall Bake-a-ton
2016-06-15 18:10 UTC (2+ messages)
[PATCH] systemd: Only start the rpc-gssd service when its enabled
2016-06-15 16:34 UTC
[PATCH v2 0/3] pnfs/nfsd: have client and server support multiple layout types
2016-06-15 15:18 UTC (5+ messages)
` [PATCH v2 3/3] pnfs: add a new mechanism to select a layout driver according to an ordered list
[PATCH] nfsd: Close a race between access checking/setting in nfs4_get_vfs_file
2016-06-15 13:31 UTC (7+ messages)
` [PATCH v2] nfsd: Always lock state exclusively
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