1. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  2. 2bff228 nfs: centralize pgio error cleanup by Peng Tao · 9 years ago
  3. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  4. f484830 pNFS: Modify pnfs_update_layout tracepoints to use layout stateid by Trond Myklebust · 9 years ago
  5. 9a4bf31 nfs: add new tracepoint for pnfs_update_layout by Jeff Layton · 9 years ago
  6. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  7. 4f2e9dc nfs4: resend LAYOUTGET when there is a race that changes the seqid by Jeff Layton · 9 years ago
  8. f8417b48 NFSv4.1/pnfs: Retry through MDS when getting bad length of data by Kinglong Mee · 9 years ago
  9. 500d701 NFS41: make close wait for layoutreturn by Peng Tao · 9 years ago
  10. 2d89a1d NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file by Trond Myklebust · 9 years ago
  11. 4ae93560 NFSv4.1/pnfs: Don't ask for a read layout for an empty file. by Trond Myklebust · 9 years ago
  12. 0bdb8fa NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return by Trond Myklebust · 9 years ago
  13. 03772d2 NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion by Trond Myklebust · 9 years ago
  14. 540d986 NFSv4.1/pnfs: Add sanity check for the layout range returned by the server by Trond Myklebust · 9 years ago
  15. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  16. 3976143 NFS41: remove NFS_LAYOUT_ROC flag by Peng Tao · 9 years ago
  17. 6a463beb NFSv4.1/pnfs: Add a tracepoint for return-on-close events by Trond Myklebust · 9 years ago
  18. c740624 pNFS: Fix an unused variable warning in pnfs_roc_get_barrier by Trond Myklebust · 9 years ago
  19. e755d63 NFS41: make sure sending LAYOUTRETURN before close if marked so by Peng Tao · 9 years ago
  20. 4ff376f NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set by Trond Myklebust · 9 years ago
  21. 5883055 NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn() by Trond Myklebust · 9 years ago
  22. e1c06f8 NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  23. 2d8ae84 NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn by Trond Myklebust · 9 years ago
  24. 5c4a79f NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close by Trond Myklebust · 9 years ago
  25. 8f70f53 NFSv4.1/pnfs: Fix serialisation of layout return and layoutget by Trond Myklebust · 9 years ago
  26. a4497a5 NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  27. c8ad889 NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path by Trond Myklebust · 9 years ago
  28. 3471648a nfs: plug memory leak when ->prepare_layoutcommit fails by Jeff Layton · 9 years ago
  29. faa4a54 pNFS: Don't throw out valid layout segments by Trond Myklebust · 9 years ago
  30. bdc59cf pNFS: pnfs_roc_drain() fix a race with open by Trond Myklebust · 9 years ago
  31. 7f27392 pNFS: Fix races between return-on-close and layoutreturn. by Trond Myklebust · 9 years ago
  32. df9cecc pNFS: pnfs_roc_drain should return 'true' when sleeping by Trond Myklebust · 9 years ago
  33. 6c5a0d8 NFSv4.2: LAYOUTSTATS is optional to implement by Trond Myklebust · 9 years ago
  34. 865a7ec nfs: provide pnfs_report_layoutstat when NFS42 is disabled by Peng Tao · 9 years ago
  35. 1bfe3b2 nfs42: serialize LAYOUTSTATS calls of the same file by Peng Tao · 9 years ago
  36. 8733408 pnfs: add pnfs_report_layoutstat helper function by Peng Tao · 9 years ago
  37. c707011 NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes by Trond Myklebust · 9 years ago
  38. 1ca018d pNFS: Fix a memory leak when attempted pnfs fails by Trond Myklebust · 9 years ago
  39. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  40. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 9 years ago
  41. 7140171 NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close by Trond Myklebust · 9 years ago
  42. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 9 years ago
  43. 29559b1 NFSv4.1/pnfs: Fix setting of layoutcommit last write byte by Trond Myklebust · 9 years ago
  44. 5b83382 NFSv4.1: don't export static symbol by Julia Lawall · 9 years ago
  45. 4c21462 pnfs: delete an unintended goto by Dan Carpenter · 9 years ago
  46. 4ef2e4f NFSv4.1: Fix pnfs_put_lseg races by Trond Myklebust · 9 years ago
  47. e4af440 NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS by Trond Myklebust · 9 years ago
  48. e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 9 years ago
  49. 7c13789 pnfs: lookup new lseg at lseg boundary by Weston Andros Adamson · 9 years ago
  50. cb5d04b nfs41: .init_read and .init_write can be called with valid pg_lseg by Peng Tao · 9 years ago
  51. d67ae82 pnfs/flexfiles: Add the FlexFile Layout Driver by Tom Haynes · 10 years ago
  52. aa8a45e nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET by Peng Tao · 10 years ago
  53. c829013 nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags by Peng Tao · 10 years ago
  54. 27b6f53 nfs/flexfiles: send layoutreturn before freeing lseg by Peng Tao · 10 years ago
  55. 193e3aa nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE by Peng Tao · 10 years ago
  56. 6c16605 nfs41: allow async version layoutreturn by Peng Tao · 10 years ago
  57. 15eb67c nfs41: add range to layoutreturn args by Peng Tao · 10 years ago
  58. ceb11e1 pnfs: allow LD to ask to resend read through pnfs by Peng Tao · 10 years ago
  59. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  60. 566f873 nfs41: add a debug warning if we destroy an unempty layout by Peng Tao · 10 years ago
  61. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  62. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  63. e736a5b nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send by Peng Tao · 10 years ago
  64. aa1e0e3a nfs41: send layoutreturn in last put_lseg by Peng Tao · 10 years ago
  65. ce6ab4f nfs41: don't use a layout if it is marked for returning by Peng Tao · 10 years ago
  66. 016256d nfs41: add a helper to mark layout for return by Peng Tao · 10 years ago
  67. f40eb5d nfs41: make a helper function to send layoutreturn by Peng Tao · 10 years ago
  68. 4579d6b nfs41: pass iomode through layoutreturn args by Peng Tao · 10 years ago
  69. 9bf8748 nfs41: serialize first layoutget of a file by Peng Tao · 10 years ago
  70. abb9a00 nfs41: close a small race window when adding new layout to global list by Peng Tao · 10 years ago
  71. 72cff44 nfs/flexclient: export pnfs_layoutcommit_inode by Peng Tao · 10 years ago
  72. 40dd4b7 NFSv4.1: Optimise layout return-on-close by Trond Myklebust · 9 years ago
  73. 6543f80 NFSv4.1/pnfs: replace broken pnfs_put_lseg_async by Trond Myklebust · 10 years ago
  74. c88953d pnfs: add return_range method by Christoph Hellwig · 10 years ago
  75. 7c5d187 pnfs: force a layout commit when encountering busy segments during recall by Christoph Hellwig · 10 years ago
  76. 5f919c9 pnfs: allow splicing pre-encoded pages into the layoutcommit args by Christoph Hellwig · 10 years ago
  77. 47abade pnfs: avoid using stale stateids after layoutreturn by Christoph Hellwig · 10 years ago
  78. 362f747 pnfs: don't check sequence on new stateids in layoutget by Christoph Hellwig · 10 years ago
  79. 1013df61 pnfs: do not pass uninitialized lsegs to ->free_lseg by Christoph Hellwig · 10 years ago
  80. 378520b nfs41: add a helper function to set layoutcommit after commit by Peng Tao · 10 years ago
  81. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  82. e6cf82d pnfs: add pnfs_put_lseg_async by Weston Andros Adamson · 10 years ago
  83. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  84. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 10 years ago
  85. 4714fb5 nfs: remove pgio_header refcount, related cleanup by Weston Andros Adamson · 10 years ago
  86. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  87. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  88. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  89. c5e20cb pnfs: fix lockup caused by pnfs_generic_pg_test by Weston Andros Adamson · 10 years ago
  90. 19b5484 pnfs: allow non page aligned pnfs layout segments by Weston Andros Adamson · 10 years ago
  91. 7f71472 nfs: remove data list from pgio header by Weston Andros Adamson · 10 years ago
  92. 0f9c429 nfs: chain calls to pg_test by Weston Andros Adamson · 10 years ago
  93. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  94. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  95. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  96. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  97. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  98. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  99. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  100. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago