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