1. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 11 years ago
  2. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  3. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  4. 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
  5. 7aeb722 xfs: refactor xfs_buf_item_format_segment by Christoph Hellwig · 11 years ago
  6. 632b89e xfs: fix static and extern sparse warnings by Dave Chinner · 11 years ago
  7. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  8. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago
  9. 46f9d2e xfs: aborted buf items can be in the AIL. by Dave Chinner · 11 years ago
  10. 2ad01f5 xfs: use reference counts to free clean buffer items by Dave Chinner · 11 years ago
  11. 166d136 xfs: return log item size in IOP_SIZE by Dave Chinner · 11 years ago
  12. ddf6ad0 xfs: Use inode create transaction by Dave Chinner · 11 years ago
  13. 5f6bed7 xfs: Introduce an ordered buffer item by Dave Chinner · 11 years ago
  14. 709da6a xfs: fix split buffer vector log recovery support by Dave Chinner · 11 years ago
  15. 5337fe9 xfs: recheck buffer pinned status after push trylock failure by Brian Foster · 11 years ago
  16. 3b19034 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 11 years ago
  17. ec47eb6 xfs remove the XFS_TRANS_DEBUG routines by Mark Tinguely · 12 years ago
  18. c883d0c xfs: fix the multi-segment log buffer format by Mark Tinguely · 12 years ago
  19. 820a554 xfs: fix segment in xfs_buf_item_format_segment by Mark Tinguely · 12 years ago
  20. b943817 xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 12 years ago
  21. 137fff0 xfs: fix buffer shudown reference count mismatch by Dave Chinner · 12 years ago
  22. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  23. 372cc85e xfs: support discontiguous buffers in the xfs_buf_log_item by Dave Chinner · 12 years ago
  24. 77c1a08 xfs: struct xfs_buf_log_format isn't variable sized. by Dave Chinner · 12 years ago
  25. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  26. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  27. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 12 years ago
  28. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  29. 960c60a xfs: do not add buffers to the delwri queue until pushed by Christoph Hellwig · 12 years ago
  30. 272e42b xfs: constify xfs_item_ops by Christoph Hellwig · 13 years ago
  31. 9508534 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  32. b38505b xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks by Christoph Hellwig · 13 years ago
  33. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  34. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  35. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  36. 17b3847 xfs: force the log if we encounter pinned buffers in .iop_pushbuf by Christoph Hellwig · 13 years ago
  37. 9e978d8 "xfs: fix error handling for synchronous writes" revisited by Ajeet Yadav · 13 years ago
  38. c35a549 xfs: Remove the macro XFS_BUFTARG_NAME by Chandra Seetharaman · 13 years ago
  39. 49074c0 xfs: Remove the macro XFS_BUF_TARGET by Chandra Seetharaman · 13 years ago
  40. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  41. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  42. 0095a21 xfs: Remove macro XFS_BUF_SET_START by Chandra Seetharaman · 13 years ago
  43. 72790aa xfs: Remove macro XFS_BUF_HOLD by Chandra Seetharaman · 13 years ago
  44. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  45. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  46. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  47. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 13 years ago
  48. bf9d901 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 13 years ago
  49. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  52. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 13 years ago
  53. bfc6017 xfs: fix error handling for synchronous writes by Christoph Hellwig · 13 years ago
  54. c90821a xfs: consume iodone callback items on buffers as they are processed by Dave Chinner · 14 years ago
  55. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  56. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  57. 939d723 xfs: kill the b_strat callback in xfs_buf by Christoph Hellwig · 14 years ago
  58. 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 14 years ago
  59. 4d16e92 xfs: simplify buffer pinning by Christoph Hellwig · 14 years ago
  60. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 14 years ago
  61. 7bfa31d xfs: give xfs_item_ops methods the correct prototypes by Christoph Hellwig · 14 years ago
  62. 9412e31 xfs: merge iop_unpin_remove into iop_unpin by Christoph Hellwig · 14 years ago
  63. e98c414 xfs: simplify log item descriptor tracking by Christoph Hellwig · 14 years ago
  64. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  65. ccf7c23 xfs: Ensure inode allocation buffers are fully replayed by Dave Chinner · 14 years ago
  66. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  67. 64fc35d xfs: modify buffer item reference counting by Dave Chinner · 14 years ago
  68. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 14 years ago
  69. 43f5efc xfs: factor log item initialisation by Dave Chinner · 14 years ago
  70. d808f61 xfs: Don't issue buffer IO direct from AIL push V2 by Dave Chinner · 14 years ago
  71. 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 14 years ago
  72. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  73. 4fdc778 [XFS] Remove XFS_BUF_SHUT() and friends by Lachlan McIlroy · 16 years ago
  74. 15ac08a [XFS] replace b_fspriv with b_mount by Christoph Hellwig · 16 years ago
  75. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  76. fc1829f [XFS] Add ail pointer into log items by David Chinner · 16 years ago
  77. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  78. e1f5dbd [XFS] Fix use-after-free with buffers by Lachlan McIlroy · 16 years ago
  79. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  80. b4dd330 [XFS] replace the XFS buf iodone semaphore with a completion by David Chinner · 16 years ago
  81. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  82. db7a19f [XFS] Ensure xfs_bawrite() errors are checked. by David Chinner · 16 years ago
  83. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  84. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  85. 24ad33f [XFS] Kill off xfs_count_bits by Eric Sandeen · 17 years ago
  86. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  87. 065d312 [XFS] Remove unused iop_abort log item operation by Eric Sandeen · 18 years ago
  88. 43129c1 [XFS] Remove a couple of unused BUF macros by Eric Sandeen · 18 years ago
  89. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  90. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  91. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  92. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  93. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  94. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  95. 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
  96. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago