1. ae04a8c xfs: fix compiler warnings by Darrick J. Wong · 7 years ago
  2. 93b6451 xfs: ordered buffer log items are never formatted by Brian Foster · 7 years ago
  3. ba986b3 xfs: remove unnecessary dirty bli format check for ordered bufs by Brian Foster · 7 years ago
  4. 0f5af7e xfs: open-code xfs_buf_item_dirty() by Brian Foster · 7 years ago
  5. 0800356 xfs: Properly retry failed inode items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  6. 7942f60 xfs: Add infrastructure needed for error propagation during buffer IO failure by Carlos Maiolino · 7 years ago
  7. 8913492 xfs: remove bli from AIL before release on transaction abort by Brian Foster · 7 years ago
  8. e060f48 xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t by Hou Tao · 7 years ago
  9. 7716981 xfs: normalize "infinite" retries in error configs by Eric Sandeen · 8 years ago
  10. 79c350e xfs: fix signed integer overflow by Xie XiuQi · 8 years ago
  11. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  12. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  13. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  14. 5539d36 xfs: don't reset b_retries to 0 on every failure by Eric Sandeen · 8 years ago
  15. 0b4db5d xfs: remove extraneous buffer flag changes by Eric Sandeen · 8 years ago
  16. a3916e5 xfs: fix broken multi-fsb buffer logging by Brian Foster · 8 years ago
  17. e6b3bb7 xfs: add "fail at unmount" error handling configuration by Carlos Maiolino · 8 years ago
  18. a5ea70d xfs: add configuration of error failure speed by Carlos Maiolino · 8 years ago
  19. df30939 xfs: add configurable error support to metadata buffers by Carlos Maiolino · 8 years ago
  20. 5cfd28b xfs: remove XBF_STALE flag wrapper macros by Dave Chinner · 8 years ago
  21. 1157b32c xfs: remove XBF_ASYNC flag wrapper macros by Dave Chinner · 8 years ago
  22. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 8 years ago
  23. 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
  24. f79af0b xfs: fix non-debug build warnings by Dave Chinner · 9 years ago
  25. 146e54b xfs: add helper to conditionally remove items from the AIL by Brian Foster · 9 years ago
  26. fdadf26 xfs: clarify async write failure ratelimit message by Eric Sandeen · 9 years ago
  27. 438c3c8 Merge branch 'xfs-buf-type-fixes' into for-next by Dave Chinner · 9 years ago
  28. 0d612fb xfs: ensure buffer types are set correctly by Dave Chinner · 9 years ago
  29. 77af574 xfs: remove extra newlines from xfs messages by Eric Sandeen · 9 years ago
  30. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  31. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  32. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  33. e8aaba9 xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality by Dave Chinner · 10 years ago
  34. 02cc187 xfs: xfs_buf_write_fail_rl_state can be static by Dave Chinner · 10 years ago
  35. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  36. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 10 years ago
  37. 36de955 xfs: kill xfs_buf_geterror() by Dave Chinner · 10 years ago
  38. 72b0636 xfs: remove unused bip arg from xfs_buf_item_log_segment() by Eric Sandeen · 10 years ago
  39. 492185e xfs: remove XFS_TRANS_DEBUG dead code by Jie Liu · 10 years ago
  40. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 11 years ago
  41. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  42. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  43. 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
  44. 7aeb722 xfs: refactor xfs_buf_item_format_segment by Christoph Hellwig · 11 years ago
  45. 632b89e xfs: fix static and extern sparse warnings by Dave Chinner · 11 years ago
  46. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  47. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago
  48. 46f9d2e xfs: aborted buf items can be in the AIL. by Dave Chinner · 11 years ago
  49. 2ad01f5 xfs: use reference counts to free clean buffer items by Dave Chinner · 11 years ago
  50. 166d136 xfs: return log item size in IOP_SIZE by Dave Chinner · 11 years ago
  51. ddf6ad0 xfs: Use inode create transaction by Dave Chinner · 11 years ago
  52. 5f6bed7 xfs: Introduce an ordered buffer item by Dave Chinner · 11 years ago
  53. 709da6a xfs: fix split buffer vector log recovery support by Dave Chinner · 11 years ago
  54. 5337fe9 xfs: recheck buffer pinned status after push trylock failure by Brian Foster · 11 years ago
  55. 3b19034 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 11 years ago
  56. ec47eb6 xfs remove the XFS_TRANS_DEBUG routines by Mark Tinguely · 12 years ago
  57. c883d0c xfs: fix the multi-segment log buffer format by Mark Tinguely · 12 years ago
  58. 820a554 xfs: fix segment in xfs_buf_item_format_segment by Mark Tinguely · 12 years ago
  59. b943817 xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 12 years ago
  60. 137fff0 xfs: fix buffer shudown reference count mismatch by Dave Chinner · 12 years ago
  61. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  62. 372cc85e xfs: support discontiguous buffers in the xfs_buf_log_item by Dave Chinner · 12 years ago
  63. 77c1a08 xfs: struct xfs_buf_log_format isn't variable sized. by Dave Chinner · 12 years ago
  64. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  65. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  66. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 12 years ago
  67. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  68. 960c60a xfs: do not add buffers to the delwri queue until pushed by Christoph Hellwig · 12 years ago
  69. 272e42b xfs: constify xfs_item_ops by Christoph Hellwig · 13 years ago
  70. 9508534 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  71. b38505b xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks by Christoph Hellwig · 13 years ago
  72. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  73. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  74. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  75. 17b3847 xfs: force the log if we encounter pinned buffers in .iop_pushbuf by Christoph Hellwig · 13 years ago
  76. 9e978d8 "xfs: fix error handling for synchronous writes" revisited by Ajeet Yadav · 13 years ago
  77. c35a549 xfs: Remove the macro XFS_BUFTARG_NAME by Chandra Seetharaman · 13 years ago
  78. 49074c0 xfs: Remove the macro XFS_BUF_TARGET by Chandra Seetharaman · 13 years ago
  79. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  80. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  81. 0095a21 xfs: Remove macro XFS_BUF_SET_START by Chandra Seetharaman · 13 years ago
  82. 72790aa xfs: Remove macro XFS_BUF_HOLD by Chandra Seetharaman · 13 years ago
  83. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  84. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  85. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  86. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 13 years ago
  87. bf9d901 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 13 years ago
  88. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  89. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  90. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  91. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 13 years ago
  92. bfc6017 xfs: fix error handling for synchronous writes by Christoph Hellwig · 13 years ago
  93. c90821a xfs: consume iodone callback items on buffers as they are processed by Dave Chinner · 14 years ago
  94. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  95. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  96. 939d723 xfs: kill the b_strat callback in xfs_buf by Christoph Hellwig · 14 years ago
  97. 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 14 years ago
  98. 4d16e92 xfs: simplify buffer pinning by Christoph Hellwig · 14 years ago
  99. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 14 years ago
  100. 7bfa31d xfs: give xfs_item_ops methods the correct prototypes by Christoph Hellwig · 14 years ago