1. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  2. 1e2103c Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next by Dave Chinner · 9 years ago
  3. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  4. 5bf97b1 xfs: Print name and pid when memory allocation loops by Tetsuo Handa · 9 years ago
  5. 77a7880 Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  6. 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
  7. f79af0b xfs: fix non-debug build warnings by Dave Chinner · 9 years ago
  8. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  9. f41febd xfs: Use consistent logging message prefixes by Joe Perches · 9 years ago
  10. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 9 years ago
  11. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  12. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  13. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  14. b29c70f xfs: split metadata and log buffer completion to separate workqueues by Brian Foster · 10 years ago
  15. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  16. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  17. db52d09 xfs: catch invalid negative blknos in _xfs_buf_find() by Eric Sandeen · 10 years ago
  18. 78c931b xfs: replace global xfslogd wq with per-mount wq by Brian Foster · 10 years ago
  19. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  20. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  21. ba37267 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  22. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  23. 8b13197 xfs: kill xfs_bioerror_relse by Dave Chinner · 10 years ago
  24. 2718775 xfs: xfs_bioerror can die. by Dave Chinner · 10 years ago
  25. 8dac392 xfs: kill xfs_bdstrat_cb by Dave Chinner · 10 years ago
  26. 61be9c5 xfs: rework xfs_buf_bio_endio error handling by Dave Chinner · 10 years ago
  27. e8aaba9 xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality by Dave Chinner · 10 years ago
  28. e11bb80 xfs: synchronous buffer IO needs a reference by Dave Chinner · 10 years ago
  29. cf53e99 xfs: Don't use xfs_buf_iowait in the delwri buffer code by Dave Chinner · 10 years ago
  30. 8018ec0 xfs: mark all internal workqueues as freezable by Brian Foster · 10 years ago
  31. ff9ea32 block, bdi: an active gendisk always has a request_queue associated with it by Tejun Heo · 10 years ago
  32. 400b9d8 xfs: catch buffers written without verifiers attached by Dave Chinner · 10 years ago
  33. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  34. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 10 years ago
  35. 8d6c121 xfs: fix buffer use after free on IO error by Eric Sandeen · 10 years ago
  36. 87937bf xfs: remove unused flags arg from _xfs_buf_get_pages() by Eric Sandeen · 10 years ago
  37. 34dcefd xfs: remove unused args from xfs_alloc_buftarg() by Eric Sandeen · 10 years ago
  38. a96c415 xfs: remove unused blocksize arg from xfs_setsize_buftarg() by Eric Sandeen · 10 years ago
  39. ae687e5 xfs: use NOIO contexts for vm_map_ram by Dave Chinner · 10 years ago
  40. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  41. 7c71ee7 xfs: allow logical-sector sized O_DIRECT by Eric Sandeen · 10 years ago
  42. 6da5417 xfs: rename xfs_buftarg structure members by Eric Sandeen · 10 years ago
  43. f0bc998 xfs: clean up xfs_buftarg by Eric Sandeen · 10 years ago
  44. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 10 years ago
  45. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 10 years ago
  46. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  47. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 10 years ago
  48. 3fefdee xfs: simplify xfs_setsize_buftarg callchain; remove unused arg by Eric Sandeen · 11 years ago
  49. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  50. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  51. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  52. f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
  53. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
  54. a408235 xfs: rework buffer dispose list tracking by Dave Chinner · 11 years ago
  55. addbda4 xfs-convert-buftarg-lru-to-generic-code-fix by Andrew Morton · 11 years ago
  56. e80dfa1 xfs: convert buftarg LRU to generic code by Dave Chinner · 11 years ago
  57. 8b4ad79 xfs: fix the comment of xfs_setsize_buftarg_early() by Zhi Yong Wu · 11 years ago
  58. b46fe82 xfs: fix the comment of xfs_buf_free() by Zhi Yong Wu · 11 years ago
  59. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  60. 7bc0dc2 xfs: rework remote attr CRCs by Dave Chinner · 11 years ago
  61. b17cb36 xfs: fix missing KM_NOFS tags to keep lockdep happy by Dave Chinner · 11 years ago
  62. c163f9a xfs: ensure we capture IO errors correctly by Dave Chinner · 11 years ago
  63. d5929de xfs: don't verify buffers after IO errors by Dave Chinner · 11 years ago
  64. fa5566e xfs: remove log force from xfs_buf_trylock() by Brian Foster · 11 years ago
  65. 3b19034 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 11 years ago
  66. 10616b8 xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end by Dave Chinner · 11 years ago
  67. f4b4242 xfs: use b_maps[] for discontiguous buffers by Mark Tinguely · 12 years ago
  68. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  69. cfb0285 xfs: add buffer pre-write callback by Dave Chinner · 12 years ago
  70. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  71. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  72. 37eb17e xfs: drop buffer io reference when a bad bio is built by Dave Chinner · 12 years ago
  73. 6fb8a90 xfs: fix race while discarding buffers [V4] by Carlos Maiolino · 12 years ago
  74. a2dcf5d xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  75. 08023d6 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  76. 6dde270 xfs: add discontiguous buffer map interface by Dave Chinner · 12 years ago
  77. 3e85c86 xfs: convert internal buffer functions to pass maps by Dave Chinner · 12 years ago
  78. cbb7baab xfs: separate buffer indexing from block map by Dave Chinner · 12 years ago
  79. bcf62ab xfs: Fix overallocation in xfs_buf_allocate_memory() by Jan Kara · 12 years ago
  80. 611c994 xfs: make XBF_MAPPED the default behaviour by Dave Chinner · 12 years ago
  81. 12bcb3f xfs: Properly exclude IO type flags from buffer flags by Dave Chinner · 12 years ago
  82. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  83. aa5c158 xfs: kill XBF_DONTBLOCK by Dave Chinner · 12 years ago
  84. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 12 years ago
  85. 795cac7 xfs: kill xfs_buf_btoc by Dave Chinner · 12 years ago
  86. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  87. 4e94b71 xfs: use blocks for counting length of buffers by Dave Chinner · 12 years ago
  88. de1cbee xfs: kill b_file_offset by Dave Chinner · 12 years ago
  89. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  90. bf813cd xfs: use kmem_zone_zalloc for buffers by Dave Chinner · 12 years ago
  91. ead360c xfs: fix incorrect b_offset initialisation by Dave Chinner · 12 years ago
  92. 0e95f19 xfs: check for buffer errors before waiting by Dave Chinner · 12 years ago
  93. fe2429b xfs: fix buffer lookup race on allocation failure by Dave Chinner · 12 years ago
  94. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  95. aa6bf01 xfs: use per-filesystem I/O completion workqueues by Christoph Hellwig · 12 years ago
  96. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  97. 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
  98. 687d1c5 xfs: remove unused XBT_FORCE_SLEEP bit by Eric Sandeen · 13 years ago
  99. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  100. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago