1. 334a8f3 pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs by Trond Myklebust · 8 years ago
  2. 2a59a04 pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STID by Trond Myklebust · 8 years ago
  3. bf0291d pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised by Trond Myklebust · 8 years ago
  4. b88fa69 pNFS: The client must not do I/O to the DS if it's lease has expired by Trond Myklebust · 8 years ago
  5. 9a0fe86 pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT calls by Trond Myklebust · 8 years ago
  6. 668f455 Merge branch 'pnfs' by Trond Myklebust · 8 years ago
  7. 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
  8. 01d7b29 pNFS: Remove redundant smp_mb() from pnfs_init_lseg() by Trond Myklebust · 8 years ago
  9. 119cef97 pNFS: Cleanup - do layout segment initialisation in one place by Trond Myklebust · 8 years ago
  10. 28c1acf pNFS: Remove redundant stateid invalidation by Trond Myklebust · 8 years ago
  11. f71dfe8 pNFS: Remove redundant pnfs_mark_layout_returned_if_empty() by Trond Myklebust · 8 years ago
  12. d9b6170 pNFS: Clear the layout metadata if the server changed the layout stateid by Trond Myklebust · 8 years ago
  13. 5f46be0 pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid() by Trond Myklebust · 8 years ago
  14. e036f46 NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id by Trond Myklebust · 8 years ago
  15. 2d6cf5a pNFS: Do not set plh_return_seq for non-callback related layoutreturns by Trond Myklebust · 8 years ago
  16. e5fd190 pNFS: Ensure layoutreturn acts as a completion for layout callbacks by Trond Myklebust · 8 years ago
  17. ecebb80 pNFS: Always update the layout barrier seqid on LAYOUTGET by Trond Myklebust · 8 years ago
  18. 13bede1 pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is set by Trond Myklebust · 8 years ago
  19. 8e0acf9 pNFS: Clear the layout return tracking on layout reinitialisation by Trond Myklebust · 8 years ago
  20. 66b53f3 pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGET by Trond Myklebust · 8 years ago
  21. e85d7ee pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT by Trond Myklebust · 8 years ago
  22. 56b38a1 pNFS: Fix post-layoutget error handling in pnfs_update_layout() by Trond Myklebust · 8 years ago
  23. 2e18d4d pNFS: Files and flexfiles always need to commit before layoutcommit by Trond Myklebust · 8 years ago
  24. 2d148c7 NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed by Trond Myklebust · 8 years ago
  25. e5241e4 NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout by Trond Myklebust · 8 years ago
  26. 67a3b72 NFSv4.1/pnfs: Layout stateids start out as being invalid by Trond Myklebust · 8 years ago
  27. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  28. 1b3c6d0 pnfs: make pnfs_layout_process more robust by Jeff Layton · 8 years ago
  29. 183d9e7 pnfs: rework LAYOUTGET retry handling by Jeff Layton · 8 years ago
  30. 83026d8 pnfs: lift retry logic from send_layoutget to pnfs_update_layout by Jeff Layton · 8 years ago
  31. d03ab29 pnfs: fix bad error handling in send_layoutget by Jeff Layton · 8 years ago
  32. 6d597e1 pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args by Jeff Layton · 8 years ago
  33. 3982a6a pnfs: keep track of the return sequence number in pnfs_layout_hdr by Jeff Layton · 8 years ago
  34. 6675528 pnfs: record sequence in pnfs_layout_segment when it's created by Jeff Layton · 8 years ago
  35. f538d0b pNFS: Fix a leaked layoutstats flag by Trond Myklebust · 8 years ago
  36. 1b1bc66 pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfs by Weston Andros Adamson · 8 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  38. 9fd4b9f NFSv4.x/pnfs: Fix a race between layoutget and bulk recalls by Trond Myklebust · 9 years ago
  39. 2454dfe NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layout by Trond Myklebust · 9 years ago
  40. e0fa0d0 pNFS: Always set NFS_LAYOUT_RETURN_REQUESTED with lo->plh_return_iomode by Trond Myklebust · 9 years ago
  41. 2f21596 pNFS: Fix pnfs_mark_matching_lsegs_return() by Trond Myklebust · 9 years ago
  42. 2370abd NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE by Trond Myklebust · 9 years ago
  43. 13c13a6 pNFS: Fix missing layoutreturn calls by Trond Myklebust · 9 years ago
  44. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  45. 506c0d6 NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range arguments by Trond Myklebust · 9 years ago
  46. e144e53 NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structures by Trond Myklebust · 9 years ago
  47. 71b3985 NFSv4.1/pNFS: Cleanup pnfs_mark_matching_lsegs_invalid() by Trond Myklebust · 9 years ago
  48. 1033555 NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layout by Trond Myklebust · 9 years ago
  49. 5c97f5d NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return() should set the iomode by Trond Myklebust · 9 years ago
  50. 50f563e NFSv4.1/pNFS: Use nfs4_stateid_copy for copying stateids by Trond Myklebust · 9 years ago
  51. ed429d6 NFSv4.1/pNFS: Don't pass stateids by value to pnfs_send_layoutreturn() by Trond Myklebust · 9 years ago
  52. b20135d NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid by Trond Myklebust · 9 years ago
  53. fc7ff36 pNFS: If we have to delay the layout callback, mark the layout for return by Trond Myklebust · 9 years ago
  54. 0654cc7 NFSv4.1/pNFS: Add a helper to mark the layout as returned by Trond Myklebust · 9 years ago
  55. b9fc773 pNFS/flexfiles: Don't mark the entire layout as failed, when returning it by Trond Myklebust · 9 years ago
  56. 2e5b29f pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET by Trond Myklebust · 9 years ago
  57. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  58. 2bff228 nfs: centralize pgio error cleanup by Peng Tao · 9 years ago
  59. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  60. f484830 pNFS: Modify pnfs_update_layout tracepoints to use layout stateid by Trond Myklebust · 9 years ago
  61. 9a4bf31 nfs: add new tracepoint for pnfs_update_layout by Jeff Layton · 9 years ago
  62. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  63. 4f2e9dc nfs4: resend LAYOUTGET when there is a race that changes the seqid by Jeff Layton · 9 years ago
  64. f8417b48 NFSv4.1/pnfs: Retry through MDS when getting bad length of data by Kinglong Mee · 9 years ago
  65. 500d701 NFS41: make close wait for layoutreturn by Peng Tao · 9 years ago
  66. 2d89a1d NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file by Trond Myklebust · 9 years ago
  67. 4ae93560 NFSv4.1/pnfs: Don't ask for a read layout for an empty file. by Trond Myklebust · 9 years ago
  68. 0bdb8fa NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return by Trond Myklebust · 9 years ago
  69. 03772d2 NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion by Trond Myklebust · 9 years ago
  70. 540d986 NFSv4.1/pnfs: Add sanity check for the layout range returned by the server by Trond Myklebust · 9 years ago
  71. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  72. 3976143 NFS41: remove NFS_LAYOUT_ROC flag by Peng Tao · 9 years ago
  73. 6a463beb NFSv4.1/pnfs: Add a tracepoint for return-on-close events by Trond Myklebust · 9 years ago
  74. c740624 pNFS: Fix an unused variable warning in pnfs_roc_get_barrier by Trond Myklebust · 9 years ago
  75. e755d63 NFS41: make sure sending LAYOUTRETURN before close if marked so by Peng Tao · 9 years ago
  76. 4ff376f NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set by Trond Myklebust · 9 years ago
  77. 5883055 NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn() by Trond Myklebust · 9 years ago
  78. e1c06f8 NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  79. 2d8ae84 NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn by Trond Myklebust · 9 years ago
  80. 5c4a79f NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close by Trond Myklebust · 9 years ago
  81. 8f70f53 NFSv4.1/pnfs: Fix serialisation of layout return and layoutget by Trond Myklebust · 9 years ago
  82. a4497a5 NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  83. c8ad889 NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path by Trond Myklebust · 9 years ago
  84. 3471648a nfs: plug memory leak when ->prepare_layoutcommit fails by Jeff Layton · 9 years ago
  85. faa4a54 pNFS: Don't throw out valid layout segments by Trond Myklebust · 9 years ago
  86. bdc59cf pNFS: pnfs_roc_drain() fix a race with open by Trond Myklebust · 9 years ago
  87. 7f27392 pNFS: Fix races between return-on-close and layoutreturn. by Trond Myklebust · 9 years ago
  88. df9cecc pNFS: pnfs_roc_drain should return 'true' when sleeping by Trond Myklebust · 9 years ago
  89. 6c5a0d8 NFSv4.2: LAYOUTSTATS is optional to implement by Trond Myklebust · 9 years ago
  90. 865a7ec nfs: provide pnfs_report_layoutstat when NFS42 is disabled by Peng Tao · 9 years ago
  91. 1bfe3b2 nfs42: serialize LAYOUTSTATS calls of the same file by Peng Tao · 9 years ago
  92. 8733408 pnfs: add pnfs_report_layoutstat helper function by Peng Tao · 9 years ago
  93. c707011 NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes by Trond Myklebust · 9 years ago
  94. 1ca018d pNFS: Fix a memory leak when attempted pnfs fails by Trond Myklebust · 9 years ago
  95. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  96. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 10 years ago
  97. 7140171 NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close by Trond Myklebust · 10 years ago
  98. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 10 years ago
  99. 29559b1 NFSv4.1/pnfs: Fix setting of layoutcommit last write byte by Trond Myklebust · 10 years ago
  100. 5b83382 NFSv4.1: don't export static symbol by Julia Lawall · 10 years ago