1. 0efeac2 SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection by Trond Myklebust · 10 years ago
  2. 505936f SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT by Trond Myklebust · 10 years ago
  3. 9cbc94f SUNRPC: Remove TCP socket linger code by Trond Myklebust · 10 years ago
  4. 4efdd92 SUNRPC: Remove TCP client connection reset hack by Trond Myklebust · 10 years ago
  5. de84d89 SUNRPC: TCP/UDP always close the old socket before reconnecting by Trond Myklebust · 10 years ago
  6. 718ba5b SUNRPC: Add helpers to prevent socket create from racing by Trond Myklebust · 10 years ago
  7. 6cc7e90 SUNRPC: Ensure xs_reset_transport() resets the close connection flags by Trond Myklebust · 10 years ago
  8. 76698b2 SUNRPC: Do not clear the source port in xs_reset_transport by Trond Myklebust · 10 years ago
  9. 3913c78 SUNRPC: Handle EADDRINUSE on connect by Trond Myklebust · 10 years ago
  10. 4dda9c8 SUNRPC: Set SO_REUSEPORT socket option for TCP connections by Trond Myklebust · 10 years ago
  11. bc3203c Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  12. 4ef2e4f NFSv4.1: Fix pnfs_put_lseg races by Trond Myklebust · 10 years ago
  13. e4af440 NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS by Trond Myklebust · 10 years ago
  14. 5a0ec8ac NFSv4.1: Pin the inode and super block in asynchronous layoutreturns by Trond Myklebust · 10 years ago
  15. 472e259 NFSv4.1: Pin the inode and super block in asynchronous layoutcommit by Trond Myklebust · 10 years ago
  16. ea7c38f NFSv4: Ensure we reference the inode for return-on-close in delegreturn by Trond Myklebust · 10 years ago
  17. b625a61 xprtrdma: Address sparse complaint in rpcr_to_rdmar() by Chuck Lever · 10 years ago
  18. 6ae3733 NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT by Trond Myklebust · 10 years ago
  19. 0e3b137 NFS: Add Anna Schumaker as co-maintainer for the NFS client by Trond Myklebust · 10 years ago
  20. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 10 years ago
  21. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
  22. 7c13789 pnfs: lookup new lseg at lseg boundary by Weston Andros Adamson · 10 years ago
  23. cb5d04b nfs41: .init_read and .init_write can be called with valid pg_lseg by Peng Tao · 10 years ago
  24. 8f9cdcb pnfs: Update documentation on the Layout Drivers by Tom Haynes · 10 years ago
  25. d67ae82 pnfs/flexfiles: Add the FlexFile Layout Driver by Tom Haynes · 10 years ago
  26. 5fadeb4 nfs: count DIO good bytes correctly with mirroring by Peng Tao · 10 years ago
  27. aa8a45e nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET by Peng Tao · 10 years ago
  28. 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
  29. c829013 nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags by Peng Tao · 10 years ago
  30. 27b6f53 nfs/flexfiles: send layoutreturn before freeing lseg by Peng Tao · 10 years ago
  31. 193e3aa nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE by Peng Tao · 10 years ago
  32. 6c16605 nfs41: allow async version layoutreturn by Peng Tao · 10 years ago
  33. 15eb67c nfs41: add range to layoutreturn args by Peng Tao · 10 years ago
  34. ceb11e1 pnfs: allow LD to ask to resend read through pnfs by Peng Tao · 10 years ago
  35. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  36. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  37. 566f873 nfs41: add a debug warning if we destroy an unempty layout by Peng Tao · 10 years ago
  38. 80c76fe pnfs: fail comparison when bucket verifier not set by Weston Andros Adamson · 10 years ago
  39. 0a00b77 nfs: mirroring support for direct io by Weston Andros Adamson · 10 years ago
  40. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  41. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  42. 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
  43. 309a1d6 nfs: handle overlapping reqs in lock_and_join by Weston Andros Adamson · 10 years ago
  44. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  45. 2176bf4 nfs: introduce pg_cleanup op for pgio descriptors by Weston Andros Adamson · 10 years ago
  46. c220106 nfs/filelayout: use pnfs_error_mark_layout_for_return by Peng Tao · 10 years ago
  47. e736a5b nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send by Peng Tao · 10 years ago
  48. aa1e0e3a nfs41: send layoutreturn in last put_lseg by Peng Tao · 10 years ago
  49. ce6ab4f nfs41: don't use a layout if it is marked for returning by Peng Tao · 10 years ago
  50. 016256d nfs41: add a helper to mark layout for return by Peng Tao · 10 years ago
  51. f40eb5d nfs41: make a helper function to send layoutreturn by Peng Tao · 10 years ago
  52. 4579d6b nfs41: pass iomode through layoutreturn args by Peng Tao · 10 years ago
  53. aabff4d nfs: save server READ/WRITE/COMMIT status by Peng Tao · 10 years ago
  54. 9bf8748 nfs41: serialize first layoutget of a file by Peng Tao · 10 years ago
  55. abb9a00 nfs41: close a small race window when adding new layout to global list by Peng Tao · 10 years ago
  56. 72cff44 nfs/flexclient: export pnfs_layoutcommit_inode by Peng Tao · 10 years ago
  57. 36d3e3d nfs: set hostname when creating nfsv3 ds connection by Peng Tao · 10 years ago
  58. 840210f sunrpc: add rpc_count_iostats_idx by Weston Andros Adamson · 10 years ago
  59. 16cecdf NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done() by Trond Myklebust · 10 years ago
  60. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 10 years ago
  61. 2c4b131 nfs4: export nfs4_sequence_done by Peng Tao · 10 years ago
  62. cb04ad2 nfs4: pass slot table to nfs40_setup_sequence by Peng Tao · 10 years ago
  63. c36aae9 nfs: allow different protocol in nfs_initiate_commit by Peng Tao · 10 years ago
  64. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  65. 5f01d95 nfs41: create NFSv3 DS connection if specified by Peng Tao · 10 years ago
  66. 30626f9 nfs41: allow LD to choose DS connection version/minor_version by Peng Tao · 10 years ago
  67. 1a04c6e nfsv3: introduce nfs3_set_ds_client by Peng Tao · 10 years ago
  68. 39280a5 nfs41: move file layout macros to generic pnfs by Peng Tao · 10 years ago
  69. 064172f nfs41: allow LD to choose DS connection auth flavor by Peng Tao · 10 years ago
  70. 7405f9e nfs41: pull nfs4_ds_connect from file layout to generic pnfs by Peng Tao · 10 years ago
  71. 6b7f3cf nfs41: pull decode_ds_addr from file layout to generic pnfs by Peng Tao · 10 years ago
  72. 875ae06 nfs41: pull data server cache from file layout to generic pnfs by Peng Tao · 10 years ago
  73. 085d1e3 pnfs: Do not grab the commit_info lock twice when rescheduling writes by Tom Haynes · 10 years ago
  74. f54bcf2 pnfs: Prepare for flexfiles by pulling out common code by Tom Haynes · 10 years ago
  75. cc3ea89 Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  76. c7c545d NFS: a couple off by ones by Dan Carpenter · 10 years ago
  77. 3a7ed3f nfs: prevent truncate on active swapfile by Omar Sandoval · 10 years ago
  78. 6ffa30d nfs: don't call blocking operations while !TASK_RUNNING by Jeff Layton · 10 years ago
  79. a0a1d50 xprtrdma: Update the GFP flags used in xprt_rdma_allocate() by Chuck Lever · 10 years ago
  80. df515ca xprtrdma: Clean up after adding regbuf management by Chuck Lever · 10 years ago
  81. c05fbb5 xprtrdma: Allocate zero pad separately from rpcrdma_buffer by Chuck Lever · 10 years ago
  82. 6b1184c xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep by Chuck Lever · 10 years ago
  83. 85275c8 xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  84. 0ca77dc xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req by Chuck Lever · 10 years ago
  85. 9128c3e xprtrdma: Add struct rpcrdma_regbuf and helpers by Chuck Lever · 10 years ago
  86. 1392402 xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy() by Chuck Lever · 10 years ago
  87. ac920d0 xprtrdma: Simplify synopsis of rpcrdma_buffer_create() by Chuck Lever · 10 years ago
  88. ce1ab9a xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stack by Chuck Lever · 10 years ago
  89. 7bc7972 xprtrdma: Take struct ib_device_attr off the stack by Chuck Lever · 10 years ago
  90. 5ae711a xprtrdma: Free the pd if ib_query_qp() fails by Chuck Lever · 10 years ago
  91. afadc46 xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt by Chuck Lever · 10 years ago
  92. eba8ff6 xprtrdma: Move credit update to RPC reply handler by Chuck Lever · 10 years ago
  93. 3eb3581 xprtrdma: Remove rl_mr field, and the mr_chunk union by Chuck Lever · 10 years ago
  94. 5d410ba xprtrdma: Remove rpcrdma_ep::rep_ia by Chuck Lever · 10 years ago
  95. 5abefb8 xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt by Chuck Lever · 10 years ago
  96. f284648 xprtrdma: Clean up hdrlen by Chuck Lever · 10 years ago
  97. 052151a xprtrdma: Display XIDs in host byte order by Chuck Lever · 10 years ago
  98. 284f490 xprtrdma: Modernize htonl and ntohl by Chuck Lever · 10 years ago
  99. 8502427 xprtrdma: human-readable completion status by Chuck Lever · 10 years ago
  100. cf6726e NFSv4: Deal with atomic upgrades of an existing delegation by Trond Myklebust · 10 years ago