1. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  2. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  3. f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
  4. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
  5. a408235 xfs: rework buffer dispose list tracking by Dave Chinner · 11 years ago
  6. addbda4 xfs-convert-buftarg-lru-to-generic-code-fix by Andrew Morton · 11 years ago
  7. e80dfa1 xfs: convert buftarg LRU to generic code by Dave Chinner · 11 years ago
  8. 8b4ad79 xfs: fix the comment of xfs_setsize_buftarg_early() by Zhi Yong Wu · 11 years ago
  9. b46fe82 xfs: fix the comment of xfs_buf_free() by Zhi Yong Wu · 11 years ago
  10. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  11. 7bc0dc2 xfs: rework remote attr CRCs by Dave Chinner · 11 years ago
  12. b17cb36 xfs: fix missing KM_NOFS tags to keep lockdep happy by Dave Chinner · 11 years ago
  13. c163f9a xfs: ensure we capture IO errors correctly by Dave Chinner · 11 years ago
  14. d5929de xfs: don't verify buffers after IO errors by Dave Chinner · 11 years ago
  15. fa5566e xfs: remove log force from xfs_buf_trylock() by Brian Foster · 11 years ago
  16. 3b19034 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 11 years ago
  17. 10616b8 xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end by Dave Chinner · 11 years ago
  18. f4b4242 xfs: use b_maps[] for discontiguous buffers by Mark Tinguely · 12 years ago
  19. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  20. cfb0285 xfs: add buffer pre-write callback by Dave Chinner · 12 years ago
  21. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  22. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  23. 37eb17e xfs: drop buffer io reference when a bad bio is built by Dave Chinner · 12 years ago
  24. 6fb8a90 xfs: fix race while discarding buffers [V4] by Carlos Maiolino · 12 years ago
  25. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  26. 08023d6 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  27. 6dde270 xfs: add discontiguous buffer map interface by Dave Chinner · 12 years ago
  28. 3e85c86 xfs: convert internal buffer functions to pass maps by Dave Chinner · 12 years ago
  29. cbb7baab xfs: separate buffer indexing from block map by Dave Chinner · 12 years ago
  30. bcf62ab xfs: Fix overallocation in xfs_buf_allocate_memory() by Jan Kara · 12 years ago
  31. 611c994 xfs: make XBF_MAPPED the default behaviour by Dave Chinner · 12 years ago
  32. 12bcb3f xfs: Properly exclude IO type flags from buffer flags by Dave Chinner · 12 years ago
  33. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  34. aa5c158 xfs: kill XBF_DONTBLOCK by Dave Chinner · 12 years ago
  35. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 12 years ago
  36. 795cac7 xfs: kill xfs_buf_btoc by Dave Chinner · 12 years ago
  37. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  38. 4e94b71 xfs: use blocks for counting length of buffers by Dave Chinner · 12 years ago
  39. de1cbee xfs: kill b_file_offset by Dave Chinner · 12 years ago
  40. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  41. bf813cd xfs: use kmem_zone_zalloc for buffers by Dave Chinner · 12 years ago
  42. ead360c xfs: fix incorrect b_offset initialisation by Dave Chinner · 12 years ago
  43. 0e95f19 xfs: check for buffer errors before waiting by Dave Chinner · 12 years ago
  44. fe2429b xfs: fix buffer lookup race on allocation failure by Dave Chinner · 12 years ago
  45. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  46. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 12 years ago
  47. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  48. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  49. 687d1c5 xfs: remove unused XBT_FORCE_SLEEP bit by Eric Sandeen · 13 years ago
  50. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  51. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  52. 5a93a06 xfs: do not flush data workqueues in xfs_flush_buftarg by Christoph Hellwig · 13 years ago
  53. 02b102d xfs: remove xfs_buf_target_name by Christoph Hellwig · 13 years ago
  54. 901796a xfs: clean up xfs_ioerror_alert by Christoph Hellwig · 13 years ago
  55. 4347b9d xfs: clean up buffer allocation by Christoph Hellwig · 13 years ago
  56. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  57. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  58. 5fde032 xfs: remove XFS_BUF_FINISH_IOWAIT by Christoph Hellwig · 13 years ago
  59. b17b833 xfs: remove xfs_get_buftarg_list by Christoph Hellwig · 13 years ago
  60. 3815832 xfs: Don't allocate new buffers on every call to _xfs_buf_find by Dave Chinner · 13 years ago
  61. eabbaf1 xfs: Fix the incorrect comment in the header of _xfs_buf_find by Chandra Seetharaman · 13 years ago
  62. c4e1c09 xfs: use the "delwri" terminology consistently by Christoph Hellwig · 13 years ago
  63. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  64. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  65. 5a8ee6b xfs: move more delwri setup into xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  66. 527cfdf xfs: remove the unlock argument to xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  67. 375ec69d xfs: remove delwri buffer handling from xfs_buf_iorequest by Christoph Hellwig · 13 years ago
  68. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/linux-2.6/xfs_buf.c]
  69. 2ddb4e9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  70. 34951f5 xfs: flag all buffers as metadata by Christoph Hellwig · 13 years ago
  71. c35a549 xfs: Remove the macro XFS_BUFTARG_NAME by Chandra Seetharaman · 13 years ago
  72. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  73. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  74. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  75. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  76. ed43233 xfs: Remove the macro XFS_BUF_BFLAGS by Chandra Seetharaman · 13 years ago
  77. 54244fe xfs: remove the unused xfs_buf_delwri_sort function by Christoph Hellwig · 13 years ago
  78. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  79. 1d5ae5d xfs: cleanup I/O-related buffer flags by Christoph Hellwig · 13 years ago
  80. c8da0fa xfs: return the buffer locked from xfs_buf_get_uncached by Christoph Hellwig · 13 years ago
  81. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  82. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  83. 4439647 xfs: reset buffer pointers before freeing them by Dave Chinner · 13 years ago
  84. 8a072a4 xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy by Christoph Hellwig · 13 years ago
  85. 1e05ff0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  86. a1b7ea5 xfs: use proper interfaces for on-stack plugging by Christoph Hellwig · 13 years ago
  87. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 13 years ago
  88. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  89. 89b3600 xfs: fix unreferenced var error in xfs_buf.c by Dave Chinner · 13 years ago
  90. c585015 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  91. 0e6e847 xfs: stop using the page cache to back the buffer cache by Dave Chinner · 13 years ago
  92. a19fb38 vmap: flush vmap aliases when mapping fails by Dave Chinner · 13 years ago
  93. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  94. 3155fe6 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  95. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  96. 4f10700 xfs: Convert linux-2.6/ files to new logging interface by Dave Chinner · 13 years ago
  97. 83e7590 xfs: convert to alloc_workqueue() by Tejun Heo · 13 years ago
  98. bfc6017 xfs: fix error handling for synchronous writes by Christoph Hellwig · 13 years ago
  99. 430cbeb xfs: add a lru to the XFS buffer cache by Dave Chinner · 14 years ago
  100. ff57ab2 xfs: convert xfsbud shrinker to a per-buftarg shrinker. by Dave Chinner · 14 years ago