1. a5f3d8a bcache: use llist_for_each_entry_safe() in __closure_wake_up() by Coly Li · 7 years ago
  2. 175206c bcache: initialize dirty stripes in flash_dev_run() by Tang Junhui · 7 years ago
  3. 9276717b bcache: fix bch_hprint crash and improve output by Michael Lyle · 7 years ago
  4. 7b6a857 bcache: Update continue_at() documentation by Dan Carpenter · 7 years ago
  5. da22f0e bcache: silence static checker warning by Dan Carpenter · 7 years ago
  6. 9baf309 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
  7. 89b1fc5 bcache: increase the number of open buckets by Tang Junhui · 7 years ago
  8. 77fa100 bcache: Correct return value for sysfs attach errors by Tony Asleson · 7 years ago
  9. a839409 bcache: correct cache_dirty_target in __update_writeback_rate() by Tang Junhui · 7 years ago
  10. 0b43f49 bcache: gc does not work when triggering by manual command by Tang Junhui · 7 years ago
  11. 09b3efe bcache: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  12. 69daf03 bcache: do not subtract sectors_to_gc for bypassed IO by Tang Junhui · 7 years ago
  13. c81ffa3 bcache: fix sequential large write IO bypass by Tang Junhui · 7 years ago
  14. 4b758df bcache: Fix leak of bdev reference by Jan Kara · 7 years ago
  15. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  16. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 8 years ago
  17. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  19. 5a136fd bcache: use kmalloc to allocate bio in bch_data_verify() by NeilBrown · 8 years ago
  20. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 8 years ago
  21. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  22. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  23. bc4e54f drivers/md/bcache/super.c: use kvmalloc by Michal Hocko · 8 years ago
  24. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  25. f4b7ac6 drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h by Masanari Iida · 8 years ago
  26. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  27. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  28. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  29. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  30. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  31. b8c0d91 bcache: partition support: add 16 minors per bcacheN device by Eric Wheeler · 8 years ago
  32. be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  33. 4113b88 bcache: debug: avoid accessing .bi_io_vec directly by Ming Lei · 8 years ago
  34. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  35. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  36. 83b5df6 bcache: use op_is_sync to check for synchronous requests by Christoph Hellwig · 8 years ago
  37. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  38. 9070609 bcache: pr_err: more meaningful error message when nr_stripes is invalid by Eric Wheeler · 8 years ago
  39. acc9cf8 bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two. by Kent Overstreet · 8 years ago
  40. d9dc170 bcache: register_bcache(): call blkdev_put() when cache_alloc() fails by Eric Wheeler · 9 years ago
  41. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  42. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  43. 89b920e bcache: Remove redundant block_size assignment by Yijing Wang · 9 years ago
  44. 7abc70d bcache: update document info by Yijing Wang · 9 years ago
  45. c50d4d5 bcache: Remove redundant parameter for cache_alloc() by Yijing Wang · 9 years ago
  46. 81baf90 bcache: Remove deprecated create_workqueue by Bhaktipriya Shridhar · 9 years ago
  47. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  48. ad0d9e7 bcache: use bio op accessors by Mike Christie · 9 years ago
  49. c8d9324 bcache: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 9 years ago
  50. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  51. 29e6c57 bcache: bch_gc_thread() is not freezable by Jiri Kosina · 9 years ago
  52. 770b8ce bcache: bch_allocator_thread() is not freezable by Jiri Kosina · 9 years ago
  53. 7c87df9 bcache: bch_writeback_thread() is not freezable by Jiri Kosina · 9 years ago
  54. 84b4ff9 bcache: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  55. f8b1126 bcache: fix cache_set_flush() NULL pointer dereference on OOM by Eric Wheeler · 9 years ago
  56. 9b29972 bcache: cleaned up error handling around register_cache() by Eric Wheeler · 9 years ago
  57. 07cc6ef8 bcache: fix race of writeback thread starting before complete initialization by Eric Wheeler · 9 years ago
  58. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  59. 93bbf58 md: more open-coded offset_in_page() by Al Viro · 9 years ago
  60. 627ccd2 bcache: Change refill_dirty() to always scan entire disk if necessary by Kent Overstreet · 9 years ago
  61. 8d16ce5 bcache: prevent crash on changing writeback_running by Stefan Bader · 9 years ago
  62. d7076f2 bcache: allows use of register in udev to avoid "device_busy" error. by Gabriel de Perthuis · 9 years ago
  63. 2ecf0cd bcache: unregister reboot notifier if bcache fails to unregister device by Zheng Liu · 9 years ago
  64. 4d4d857 bcache: fix a leak in bch_cached_dev_run() by Al Viro · 9 years ago
  65. fecaee6 bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device by Zheng Liu · 9 years ago
  66. c5f1e5a bcache: Add a cond_resched() call to gc by Kent Overstreet · 9 years ago
  67. 2ef9ccb bcache: fix a livelock when we cause a huge number of cache misses by Zheng Liu · 9 years ago
  68. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  69. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  70. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  71. 8d090f4 bcache: Really show state of work pending bit by Petr Mladek · 9 years ago
  72. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  73. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  74. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  75. 77b5a08 bcache: don't embed 'return' statements in closure macros by Jens Axboe · 10 years ago
  76. d1aa1ab MAINTAINERS: BCACHE: Kent Overstreet has changed email address by Joe Perches · 10 years ago
  77. 958b433 bcache: use kvfree() in various places by Pekka Enberg · 10 years ago
  78. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  79. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  80. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 10 years ago
  81. aae4933 md/bcache: use generic io stats accounting functions to simplify io stat accounting by Gu Zheng · 10 years ago
  82. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  83. 0781c87 bcache: Drop unneeded blk_sync_queue() calls by Kent Overstreet · 11 years ago
  84. 789d21d bcache: add mutex lock for bch_is_open by Jianjian Huo · 10 years ago
  85. 5b25aba bcache: Correct printing of btree_gc_max_duration_ms by Surbhi Palande · 11 years ago
  86. 2452cc8 bcache: try to set b->parent properly by Slava Pestov · 10 years ago
  87. c9a7833 bcache: fix memory corruption in init error path by Slava Pestov · 11 years ago
  88. bf0c55c bcache: fix crash with incomplete cache set by Slava Pestov · 11 years ago
  89. d83353b bcache: Fix more early shutdown bugs by Kent Overstreet · 11 years ago
  90. 400ffaa bcache: fix use-after-free in btree_gc_coalesce() by Slava Pestov · 10 years ago
  91. 6b708de bcache: Fix an infinite loop in journal replay by Kent Overstreet · 11 years ago
  92. 913dc33 bcache: fix crash in bcache_btree_node_alloc_fail tracepoint by Slava Pestov · 11 years ago
  93. 60ae81e bcache: bcache_write tracepoint was crashing by Slava Pestov · 11 years ago
  94. 8e09480 bcache: fix typo in bch_bkey_equal_header by Slava Pestov · 11 years ago
  95. 501d52a bcache: Allocate bounce buffers with GFP_NOWAIT by Kent Overstreet · 11 years ago
  96. bcf090e bcache: Make sure to pass GFP_WAIT to mempool_alloc() by Kent Overstreet · 11 years ago
  97. 9e5c353 bcache: fix uninterruptible sleep in writeback thread by Slava Pestov · 11 years ago
  98. c5aa4a3 bcache: wait for buckets when allocating new btree root by Slava Pestov · 11 years ago
  99. a664d0f bcache: fix crash on shutdown in passthrough mode by Slava Pestov · 11 years ago
  100. e511220 bcache: fix lockdep warnings on shutdown by Slava Pestov · 11 years ago