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