1. 050047c nfs41: Backchannel: Refactor nfs4_init_slot_table() by Ricardo Labiaga · 16 years ago
  2. b73dafa nfs41: Backchannel: Refactor nfs4_reset_slot_table() by Ricardo Labiaga · 16 years ago
  3. 65fc64e nfs41: Backchannel: update cb_sequence args and results by Ricardo Labiaga · 16 years ago
  4. dd2b63d nfs41: Rename rq_received to rq_reply_bytes_recvd by Ricardo Labiaga · 16 years ago
  5. 281fe15 nfs41: verify CB_SEQUENCE position in callback compound by Benny Halevy · 16 years ago
  6. 4aece6a nfs41: cb_sequence xdr implementation by Benny Halevy · 16 years ago
  7. d49433e nfs41: cb_sequence proc implementation by Benny Halevy · 16 years ago
  8. 2d9b9ec nfs41: cb_sequence protocol level data structures by Benny Halevy · 16 years ago
  9. 34bc47c9 nfs41: consider minorversion in callback_xdr:process_op by Benny Halevy · 16 years ago
  10. 45377b9 nfs41: callback numbers definitions by Benny Halevy · 16 years ago
  11. 48a9e2d nfs41: decode minorversion 1 cb_compound header by Benny Halevy · 16 years ago
  12. b8f2ef8 nfs41: store minorversion in cb_compound_hdr_arg by Benny Halevy · 16 years ago
  13. 5a0ffe5 nfs41: Release backchannel resources associated with session by Andy Adamson · 16 years ago
  14. 343952f nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt. by Rahul Iyer · 16 years ago
  15. 0f91421 nfs41: Client indicates presence of NFSv4.1 callback channel. by Andy Adamson · 16 years ago
  16. 0b5b7ae nfs41: Setup the backchannel by Andy Adamson · 16 years ago
  17. e82dc22 nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist by Andy Adamson · 16 years ago
  18. 8f97524 nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks by Benny Halevy · 16 years ago
  19. 9c9f3f5 nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use by Andy Adamson · 16 years ago
  20. 7652e5a nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use by Benny Halevy · 16 years ago
  21. a43cde9 nfs41: Implement NFSv4.1 callback service process. by Ricardo Labiaga · 16 years ago
  22. 4d6bbb6 nfs41: Backchannel bc_svc_process() by Ricardo Labiaga · 16 years ago
  23. 1cad7ea nfs41: Refactor svc_process() by Ricardo Labiaga · 16 years ago
  24. 0d90ba1 nfs41: Backchannel callback service helper routines by Ricardo Labiaga · 16 years ago
  25. 55ae1aa nfs41: Add backchannel processing support to RPC state machine by Ricardo Labiaga · 16 years ago
  26. 44b98ef nfs41: New xs_tcp_read_data() by Ricardo Labiaga · 16 years ago
  27. 4a8d70b nfs41: New include/linux/sunrpc/bc_xprt.h by Ricardo Labiaga · 16 years ago
  28. fb7a0b9 nfs41: New backchannel helper routines by Ricardo Labiaga · 16 years ago
  29. f9acac1 nfs41: Initialize new rpc_xprt callback related fields by Ricardo Labiaga · 16 years ago
  30. 56632b5 nfs41: client callback structures by Ricardo Labiaga · 16 years ago
  31. 7146851 nfs41: minorversion support for nfs4_{init,destroy}_callback by Benny Halevy · 16 years ago
  32. 9bdaa86 nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0 by Benny Halevy · 16 years ago
  33. f4a2e41 nfs41: Process the RPC call direction by Ricardo Labiaga · 16 years ago
  34. 18dca02 nfs41: Add ability to read RPC call direction on TCP stream. by Ricardo Labiaga · 16 years ago
  35. 34dc1ad nfs41: increment_{open,lock}_seqid by Benny Halevy · 16 years ago
  36. 78722e9 nfs41: only retry EXCHANGE_ID on recoverable errors by Andy Adamson · 16 years ago
  37. 008f55d nfs41: recover lease in _nfs4_lookup_root by Benny Halevy · 16 years ago
  38. b4b8260 nfs41: get_clid_cred for EXCHANGE_ID by Andy Adamson · 16 years ago
  39. 90a1661 nfs41: add a get_clid_cred function to nfs4_state_recovery_ops by Andy Adamson · 16 years ago
  40. 591d71c nfs41: establish sessions-based clientid by Andy Adamson · 16 years ago
  41. a7b7210 nfs41: introduce get_state_renewal_cred by Andy Adamson · 16 years ago
  42. 8e69514f nfs41: support minorversion 1 for nfs4_check_lease by Benny Halevy · 16 years ago
  43. 29fba38 nfs41: lease renewal by Benny Halevy · 16 years ago
  44. b069d94 nfs41: schedule async session reset by Andy Adamson · 16 years ago
  45. 4745e31 nfs41: kick start nfs41 session recovery when handling errors by Andy Adamson · 16 years ago
  46. eedc020 nfs41: use rpc prepare call state for session reset by Andy Adamson · 16 years ago
  47. aae2006 nfs41: sunrpc: Export the call prepare state for session reset by Andy Adamson · 16 years ago
  48. c3fad1b nfs41: add session reset to state manager by Andy Adamson · 16 years ago
  49. 76db6d9 nfs41: add session setup to the state manager by Andy Adamson · 16 years ago
  50. ac72b7b nfs41: reset the session slot table by Andy Adamson · 16 years ago
  51. fc01cea nfs41: sequence operation by Andy Adamson · 16 years ago
  52. 8328d59 nfs41: enable nfs_client only nfs4_async_handle_error by Andy Adamson · 16 years ago
  53. 0f3e66c nfs41: destroy_session operation by Andy Adamson · 16 years ago
  54. 96b09e0 nfs41: use session attributes for rsize and wsize by Andy Adamson · 16 years ago
  55. 8d35301 nfs41: verify session channel attribues by Andy Adamson · 16 years ago
  56. fc93158 nfs41: create_session operation by Andy Adamson · 16 years ago
  57. 2050f0c nfs41: get_lease_time by Andy Adamson · 16 years ago
  58. 99fe60d nfs41: exchange_id operation by Benny Halevy · 16 years ago
  59. 938e101 nfs41 delegreturn sequence setup done support by Andy Adamson · 16 years ago
  60. 21d9a85 nfs41 commit sequence setup done support by Andy Adamson · 16 years ago
  61. def6ed7 nfs41 write sequence setup done support by Andy Adamson · 16 years ago
  62. f11c88a nfs41: read sequence setup/done support by Andy Adamson · 16 years ago
  63. 472cfbd nfs41: unlink sequence setup/done support by Andy Adamson · 16 years ago
  64. a893693 nfs41: locku sequence setup/done support by Andy Adamson · 16 years ago
  65. 66179ef nfs41: lock sequence setup/done support by Andy Adamson · 16 years ago
  66. d898528 nfs41: open sequence setup/done support by Andy Adamson · 16 years ago
  67. 19ddab0 nfs41: close sequence setup/done support by Andy Adamson · 16 years ago
  68. 69ab40c nfs41: nfs41_call_sync_done by Andy Adamson · 16 years ago
  69. b0df806 nfs41: nfs41_sequence_done by Andy Adamson · 16 years ago
  70. 1361587 nfs41: nfs41_sequence_free_slot by Andy Adamson · 16 years ago
  71. e2c4ab3 nfs41: free slot by Andy Adamson · 16 years ago
  72. fbcd4ab nfs41: setup_sequence method by Andy Adamson · 16 years ago
  73. 510b817 nfs41: find slot by Benny Halevy · 16 years ago
  74. ce5039c nfs41: nfs4_setup_sequence by Andy Adamson · 16 years ago
  75. 9b7b9fc nfs41: xdr {encode,decode}_sequence by Andy Adamson · 16 years ago
  76. 66cc042 nfs41: encode minorversion in compound header by Benny Halevy · 16 years ago
  77. 28f5669 NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offset by Benny Halevy · 16 years ago
  78. dadf0c2 NFS: update hdr->replen for every encode op by Benny Halevy · 16 years ago
  79. 0c4e8c1 NFS: define and initialize compound_hdr.replen by Benny Halevy · 16 years ago
  80. 6ce1839 NFS: use decode_change_info_maxsz for xdr maxsz calculations by Benny Halevy · 16 years ago
  81. 5f7dbd5 nfs41: set up seq_res.sr_slotid by Andy Adamson · 16 years ago
  82. f375297 nfs41: nfs41: pass *session in seq_args and seq_res by Benny Halevy · 16 years ago
  83. cccef3b nfs41: introduce nfs4_call_sync by Andy Adamson · 16 years ago
  84. 2295846 nfs41: use nfs4_fs_locations_res by Benny Halevy · 16 years ago
  85. 73c403a nfs41: use nfs4_setaclres by Benny Halevy · 16 years ago
  86. 9e9ecc0 NFS: get rid of unused xdr decode_setattr(, res) argument by Benny Halevy · 16 years ago
  87. 663c79b nfs41: use nfs4_getaclres by Benny Halevy · 16 years ago
  88. d45b298 nfs41: use nfs4_pathconf_res by Benny Halevy · 16 years ago
  89. 3dda5e4 nfs41: use nfs4_fsinfo_res by Benny Halevy · 16 years ago
  90. 24ad148 nfs41: use nfs4_statfs_res by Benny Halevy · 16 years ago
  91. f50c700 nfs41: use nfs4_readlink_res by Benny Halevy · 16 years ago
  92. 43652ad nfs41: use nfs4_server_caps_arg by Benny Halevy · 16 years ago
  93. 557134a nfs41: sessions client infrastructure by Andy Adamson · 16 years ago
  94. 9ff71c3 nfs41: client xdr definitions by Benny Halevy · 16 years ago
  95. c2e713d nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT by Benny Halevy · 16 years ago
  96. 5aae4a9 nfs41: Use mount minorversion option by Benny Halevy · 16 years ago
  97. 94a417f nfs41: nfs_client.cl_minorversion by Benny Halevy · 16 years ago
  98. 3fd5be9 nfs41: add mount command option minorversion by Mike Sager · 16 years ago
  99. 44549df nfs41: define NFS4_MAX_MINOR_VERSION based on CONFIG_NFS_V4_1 by Mike Sager · 16 years ago
  100. 1efae38 nfs41: Add Kconfig symbols for NFSv4.1 by Ricardo Labiaga · 16 years ago