1. 869a9d3 NFSv4.1 Fail data server I/O if stateid represents a lost lock by Andy Adamson · 10 years ago
  2. 905e7da NFSv4.1: Cleanup by Trond Myklebust · 10 years ago
  3. f9c96fc NFSv4.1 free slot before resending I/O to MDS by Andy Adamson · 10 years ago
  4. 471252c pnfs: fix BUG in filelayout_recover_commit_reqs by Weston Andros Adamson · 11 years ago
  5. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 11 years ago
  6. 0e20162 NFSv4.1 Use MDS auth flavor for data server connection by Andy Adamson · 11 years ago
  7. cc668ab NFSv4: Add tracepoints for debugging reads and writes by Trond Myklebust · 11 years ago
  8. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  9. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  10. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  11. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  12. 2495680 NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn by Trond Myklebust · 11 years ago
  13. 78f3327 pnfs: fix resend_to_mds for directio by Benny Halevy · 11 years ago
  14. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  15. d9afbd1 NFSv4.1: Simplify the sequence setup by Trond Myklebust · 12 years ago
  16. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  17. bc5a89b NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code by Trond Myklebust · 12 years ago
  18. 1813bad NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc() by Trond Myklebust · 12 years ago
  19. d527e5c NFSv4.1: Do not call pnfs_return_layout() from an rpciod context by Trond Myklebust · 12 years ago
  20. 8fcdc31 NFSv4.1: Kill nfs4_ds_disconnect() by Trond Myklebust · 12 years ago
  21. 8006bfb NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state by Trond Myklebust · 12 years ago
  22. 965938b NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID" by Trond Myklebust · 12 years ago
  23. 1dfed27 NFSv4.1: pNFS data servers may be temporarily offline by Trond Myklebust · 12 years ago
  24. 78e4e05 NFSv4.1: Replace get_device_info() with filelayout_get_device_info() by Trond Myklebust · 12 years ago
  25. 9369a43 NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg() by Trond Myklebust · 12 years ago
  26. baf6c2a NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS by Andy Adamson · 12 years ago
  27. 82c7c7a NFSv4.1 return the LAYOUT for each file with failed DS connection I/O by Andy Adamson · 12 years ago
  28. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  29. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  30. 497826a NFS: Fix compiler warnings by Bryan Schumaker · 12 years ago
  31. bd4aeff NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks by Andy Adamson · 12 years ago
  32. 996074c NFSv4.1 Just use nfs_put_client in filelayout release by Andy Adamson · 12 years ago
  33. d42e787 NFSv4.1 fix null state reference in filelayout_async_handle_error by Andy Adamson · 12 years ago
  34. 53b8ee3 NFSv4.1: Fix a bad reference count issue in the pNFS commit code by Trond Myklebust · 12 years ago
  35. 041245c NFSv4.1 resend LAYOUTGET on data server invalid layout errors by Andy Adamson · 12 years ago
  36. b4a2967 NFSv4.1 dereference a disconnected data server client record by Andy Adamson · 12 years ago
  37. 3a7936c NFSv4.1 ref count nfs_client across filelayout data server io by Andy Adamson · 12 years ago
  38. 0a57cda NFSv4.1 send layoutreturn to fence disconnected data server by Andy Adamson · 12 years ago
  39. 671fb89 NFSv4.1 wake up all tasks on un-connected DS slot table waitq by Andy Adamson · 12 years ago
  40. 0ad2f37 NFSv4.1 Check invalid deviceid upon slot table waitq wakeup by Andy Adamson · 12 years ago
  41. e7dd79af NFSv4.1: mark deviceid invalid on filelayout DS connection errors by Andy Adamson · 12 years ago
  42. 9f0ec176 NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls by Andy Adamson · 12 years ago
  43. 90fecfc NFSv4.1 cleanup filelayout invalid layout handling by Andy Adamson · 12 years ago
  44. 554d458 NFSv4.1: cleanup filelayout invalid deviceid handling by Andy Adamson · 12 years ago
  45. df01174 NFS: Prevent garbage cinfo->ds from leaking out by Fred Isaman · 12 years ago
  46. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 12 years ago
  47. f453a54 NFS: create nfs_commit_completion_ops by Fred Isaman · 12 years ago
  48. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  49. 1825a0d NFS: prepare coalesce testing for directio by Fred Isaman · 12 years ago
  50. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  51. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  52. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  53. b554284 NFS: use req_offset where appropriate by Fred Isaman · 12 years ago
  54. cd12ae3 NFS: remove unnecessary casts of void pointers in nfs4filelayout.c by Fred Isaman · 12 years ago
  55. c5996c4 NFS: reverse arg order in nfs_initiate_[read|write] by Fred Isaman · 12 years ago
  56. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  57. 799ba8d NFS4.1: Add lseg to struct nfs4_fl_commit_bucket by Fred Isaman · 12 years ago
  58. d44fc38 NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commit by Fred Isaman · 12 years ago
  59. 3b3be88 NFS: Use cond_resched_lock() to reduce latencies in the commit scans by Trond Myklebust · 12 years ago
  60. 9390f42 NFSv4.1: Fix a few issues in filelayout_commit_pagelist by Trond Myklebust · 12 years ago
  61. 8dd3775 NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code by Trond Myklebust · 12 years ago
  62. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  63. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  64. 2dc3175 NFSv4.1 cleanup DS stateid error handling by Andy Adamson · 12 years ago
  65. 9cb8196 NFSv4.1 handle DS stateid errors by Andy Adamson · 12 years ago
  66. 0a70219 NFS: include filelayout DS rpc stats in mountstats by Weston Andros Adamson · 12 years ago
  67. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 13 years ago
  68. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 13 years ago
  69. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 13 years ago
  70. 3476f11 nfs: fix a minor do_div portability issue by Chris Metcalf · 13 years ago
  71. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  72. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  73. e414966 NFS: Remove no-op less-than-zero checks on unsigned variables. by Chuck Lever · 13 years ago
  74. d00c5d4 NFS: Get rid of nfs_restart_rpc() by Trond Myklebust · 13 years ago
  75. 1b0ae06 pnfs: make _set_lo_fail generic by Peng Tao · 13 years ago
  76. acff5880 pnfs: save layoutcommit lwb at layout header by Peng Tao · 13 years ago
  77. f85ef69 pnfs: simplify pnfs files module autoloading by J. Bruce Fields · 13 years ago
  78. 1f94535 NFS: Clean up - simplify the switch to read/write-through-MDS by Trond Myklebust · 13 years ago
  79. dce8129 NFS: Move the pnfs write code into pnfs.c by Trond Myklebust · 13 years ago
  80. 493292d NFS: Move the pnfs read code into pnfs.c by Trond Myklebust · 13 years ago
  81. c47abcf NFSv4.1: do not use deviceids after MDS clientid invalidation by Andy Adamson · 13 years ago
  82. 7c24d94 NFSv4.1: File layout only supports whole file layouts by Andy Adamson · 13 years ago
  83. e885de1 NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment by Trond Myklebust · 13 years ago
  84. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  85. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  86. c9895cb NFS: pnfs IPv6 support by Weston Andros Adamson · 13 years ago
  87. 2bea038 pnfs: write: Set mds_offset in the generic layer - it is needed by all LDs by Boaz Harrosh · 13 years ago
  88. 19345cb NFSv4.1: file layout must consider pg_bsize for coalescing by Benny Halevy · 13 years ago
  89. cec765c NFSv4.1: allow zero fh array in filelayout decode layout by Andy Adamson · 13 years ago
  90. 89a58e3 NFSv4.1: use pnfs_generic_pg_test directly by layout driver by Benny Halevy · 13 years ago
  91. 18ad0a9 NFSv4.1: change pg_test return type to bool by Benny Halevy · 13 years ago
  92. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  93. 35c8bb5 NFSv4.1: use layout driver in global device cache by Benny Halevy · 13 years ago
  94. 1775bc3 NFSv4.1: purge deviceid cache on nfs_free_client by Benny Halevy · 13 years ago
  95. a1eaecb NFSv4.1: make deviceid cache global by Benny Halevy · 13 years ago
  96. 67d51f6 NFSv4.1: use struct nfs_client to qualify deviceid by Benny Halevy · 13 years ago
  97. 3b6445a NFSv4.1: fix typo in filelayout_check_layout by Jim Rees · 13 years ago
  98. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 13 years ago
  99. a8a4ae3 NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REP by Andy Adamson · 13 years ago
  100. 35124a0 Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO by Weston Andros Adamson · 13 years ago