messages from 2015-02-02 22:41:06 to 2015-02-09 23:45:18 UTC [more...]
[PATCH v2 0/3] Two printf fixes
2015-02-09 23:44 UTC (3+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] lib/string_helpers.c: Change semantics of string_escape_mem
[PATCH v3 00/15] Fix TCP connection port number reuse in NFSv3
2015-02-09 22:48 UTC (16+ messages)
` [PATCH v3 01/15] SUNRPC: Set SO_REUSEPORT socket option for TCP connections
` [PATCH v3 02/15] SUNRPC: Handle EADDRINUSE on connect
` [PATCH v3 03/15] SUNRPC: Do not clear the source port in xs_reset_transport
` [PATCH v3 04/15] SUNRPC: Ensure xs_reset_transport() resets the close connection flags
` [PATCH v3 05/15] SUNRPC: Add helpers to prevent socket create from racing
` [PATCH v3 06/15] SUNRPC: TCP/UDP always close the old socket before reconnecting
` [PATCH v3 07/15] SUNRPC: Remove TCP client connection reset hack
` [PATCH v3 08/15] SUNRPC: Remove TCP socket linger code
` [PATCH v3 09/15] SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
` [PATCH v3 10/15] SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
` [PATCH v3 11/15] SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
` [PATCH v3 12/15] SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
` [PATCH v3 13/15] SUNRPC: Handle connection reset more efficiently
` [PATCH v3 14/15] SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG
` [PATCH v3 15/15] SUNRPC: Fix stupid typo in xs_sock_set_reuseport
[nfsv4] Reminder: Connectathon 2015 approaching
2015-02-09 21:57 UTC
[PATCH] sunrpc: Give parameter names to rpc_count_iostasts_metrics()
2015-02-09 21:31 UTC (3+ messages)
a simple and scalable pNFS block layout server V2
2015-02-09 20:11 UTC (29+ messages)
` [PATCH 10/20] nfsd: implement pNFS operations
` [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten
` [PATCH 19/20] xfs: implement pNFS export operations
` [PATCH 20/20] xfs: recall pNFS layouts on conflicting access
[PATCH] nfs: do not initialize back channel with DS
2015-02-09 18:37 UTC (3+ messages)
(no subject)
2015-02-09 18:24 UTC (4+ messages)
` [PATCH 13/19] pnfs/blocklayout: correctly decrement extent length
randconfig build error with next-20150209, in fs/nfs/client.c
2015-02-09 18:00 UTC
[PATCH v2 00/14] Fix TCP connection port number reuse in NFSv3
2015-02-09 17:18 UTC (15+ messages)
` [PATCH v2 01/14] SUNRPC: Set SO_REUSEPORT socket option for TCP connections
` [PATCH v2 02/14] SUNRPC: Handle EADDRINUSE on connect
` [PATCH v2 03/14] SUNRPC: Do not clear the source port in xs_reset_transport
` [PATCH v2 04/14] SUNRPC: Ensure xs_reset_transport() resets the close connection flags
` [PATCH v2 05/14] SUNRPC: Add helpers to prevent socket create from racing
` [PATCH v2 06/14] SUNRPC: TCP/UDP always close the old socket before reconnecting
` [PATCH v2 07/14] SUNRPC: Remove TCP client connection reset hack
` [PATCH v2 08/14] SUNRPC: Remove TCP socket linger code
` [PATCH v2 09/14] SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
` [PATCH v2 10/14] SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
` [PATCH v2 11/14] SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
` [PATCH v2 12/14] SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
` [PATCH v2 13/14] SUNRPC: Handle connection reset more efficiently
` [PATCH v2 14/14] SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG
[PATCH] rpc-statd-notify: Don't wait for the network to come up
2015-02-09 17:16 UTC (2+ messages)
[PATCH 00/11] Fix TCP connection port number reuse in NFSv3
2015-02-09 15:59 UTC (16+ messages)
` [PATCH 01/11] SUNRPC: Set SO_REUSEPORT socket option for TCP connections
` [PATCH 02/11] SUNRPC: Handle EADDRINUSE on connect
` [PATCH 03/11] SUNRPC: Do not clear the source port in xs_reset_transport
` [PATCH 04/11] SUNRPC: Ensure xs_reset_transport() resets the close connection flags
` [PATCH 05/11] SUNRPC: Add helpers to prevent socket create from racing
` [PATCH 06/11] SUNRPC: TCP/UDP always close the old socket before reconnecting
` [PATCH 07/11] SUNRPC: Remove TCP client connection reset hack
` [PATCH 08/11] SUNRPC: Kill the special TCP close mechanisms
` [PATCH 09/11] SUNRPC: Remove TCP socket linger code
` [PATCH 10/11] SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
` [PATCH 11/11] SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
[PATCH v2 0/4] NFSD: Add READ_PLUS support
2015-02-06 22:01 UTC (25+ messages)
` [PATCH v2 1/4] NFSD: nfsd4_encode_read() should encode eof and maxcount
` [PATCH v2 2/4] NFSD: Add READ_PLUS support for data segments
nfs client stat() performance degradation
2015-02-06 15:04 UTC (2+ messages)
Feedback!!!
2015-02-06 14:47 UTC
[PATCH v3 1/5] NFSv4: Ensure we reference the inode for return-on-close in delegreturn
2015-02-06 13:35 UTC (10+ messages)
` [PATCH v3 2/5] NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
` [PATCH v3 3/5] NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
` [PATCH v3 4/5] NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
` [PATCH v3 5/5] NFSv4.1: Fix pnfs_put_lseg races
[PATCH v2 1/5] NFSv4: Ensure we reference the inode for return-on-close in delegreturn
2015-02-06 7:00 UTC (10+ messages)
` [PATCH v2 2/5] NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
` [PATCH v2 3/5] NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
` [PATCH v2 4/5] NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
` [PATCH v2 5/5] NFSv4.1: Fix pnfs_put_lseg races
[PATCH 1/5] NFSv4: Ensure we reference the inode for return-on-close in delegreturn
2015-02-06 3:05 UTC (11+ messages)
` [PATCH 2/5] NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
` [PATCH 3/5] NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
` [PATCH 4/5] NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
` [PATCH 5/5] NFSv4.1: Fix pnfs_put_lseg races
[GIT PULL] Please pull an NFSoRDMA fix
2015-02-05 20:46 UTC
Linux NFS Town Hall meeting: Today - Thur 02/05/15
2015-02-05 17:46 UTC (2+ messages)
[PATCH v2 0/6] NFS: Add READ_PLUS support
2015-02-05 16:06 UTC (4+ messages)
` [PATCH v2 1/6] NFS: Add READ_PLUS support for data segments
[PATCH 1/2] NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT
2015-02-05 14:49 UTC (9+ messages)
` [PATCH 2/2] NFSv4.1: Ask for no delegation on OPEN if already holding one
[PATCH] fsx: check for filesystem support of FALLOCATE_FL_KEEP_SIZE
2015-02-05 14:31 UTC (6+ messages)
Cant get to export this particular directory
2015-02-05 14:05 UTC (9+ messages)
rpc-statd won't start for user NFS mounts
2015-02-05 13:29 UTC
what on earth is going on here? paths above mountpoints turn into "(unreachable)"
2015-02-05 0:26 UTC (5+ messages)
[Patch] sunrpc: NULL utsname dereference on NFS umount during namespace cleanup
2015-02-04 22:29 UTC (11+ messages)
[PATCH] xprtrdma: Address sparse complaint in rpcr_to_rdmar()
2015-02-04 21:59 UTC
[PATCH v6 00/53] Add Flexfile Layout Module
2015-02-04 17:35 UTC (23+ messages)
` [PATCH v6 10/53] nfs41: create NFSv3 DS connection if specified
` [PATCH v6 40/53] nfs: add nfs_pgio_current_mirror helper
` [PATCH v6 41/53] pnfs: allow LD to ask to resend read through pnfs
` [PATCH v6 42/53] nfs41: add range to layoutreturn args
` [PATCH v6 43/53] nfs41: allow async version layoutreturn
` [PATCH v6 44/53] nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
` [PATCH v6 45/53] nfs/flexfiles: send layoutreturn before freeing lseg
` [PATCH v6 46/53] nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags
` [PATCH v6 47/53] nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
` [PATCH v6 48/53] nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
` [PATCH v6 49/53] nfs: count DIO good bytes correctly with mirroring
` [PATCH v6 50/53] pnfs/flexfiles: Add the FlexFile Layout Driver
` [PATCH v6 51/53] pnfs: Update documentation on the Layout Drivers
` [PATCH v6 52/53] nfs41: .init_read and .init_write can be called with valid pg_lseg
` [PATCH v6 53/53] pnfs: lookup new lseg at lseg boundary
[PATCH] NFS: Add Anna Schumaker as co-maintainer for the NFS client
2015-02-03 22:48 UTC
[PATCH v6a 10/53] nfs41: create NFSv3 DS connection if specified
2015-02-03 18:47 UTC (2+ messages)
[nfs] WARNING: CPU: 1 PID: 1392 at kernel/sched/core.c:7300 __might_sleep+0xbd/0xd0()
2015-02-03 18:25 UTC (6+ messages)
[PATCH v3 00/13] locks: saner method for managing file locks
2015-02-03 18:01 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).