1. f6e7d48 block: remove BLK_EH_HANDLED by Christoph Hellwig · 7 years ago
  2. adb2b76 libiscsi: don't try to bypass SCSI EH by Christoph Hellwig · 7 years ago
  3. ad73d6f mmc: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  4. 1fc2b62 scsi_transport_fc: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  5. 0df0bb0 null_blk: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  6. c5fb85b mtip32xx: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  7. e5eab01 nbd: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  8. db8c48e nvme: return BLK_EH_DONE from ->timeout by Christoph Hellwig · 7 years ago
  9. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  10. 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
  11. ad103e7 blk-mq: Fix timeout and state order by Keith Busch · 7 years ago
  12. 01fc27d libata: remove ata_scsi_timed_out by Christoph Hellwig · 7 years ago
  13. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
  14. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
  15. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  16. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  17. 6723d8d null_blk: add blocking description and remove lightnvm by Liu Bo · 7 years ago
  18. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  19. e6fc464 blk-mq: avoid starving tag allocation after allocating process migrates by Ming Lei · 7 years ago
  20. f183464 bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue by Tejun Heo · 7 years ago
  21. 6df133a nbd: set discard granularity properly by Josef Bacik · 7 years ago
  22. 327ea4a blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers by Bart Van Assche · 7 years ago
  23. 2189c97 block/ndb: add WQ_UNBOUND to the knbd-recv workqueue by Dan Melnic · 7 years ago
  24. b4f6f38 blk-mq: remove wrong 'unlikely' check by huhai · 7 years ago
  25. 68fa9db nvme-pci: fix race between poll and IRQ completions by Jens Axboe · 7 years ago
  26. 81b1dab Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 7 years ago
  27. 1eae349 nvme-pci: drop IRQ disabling on submission queue lock by Jens Axboe · 7 years ago
  28. 1ab0cd6 nvme-pci: split the nvme queue lock into submission and completion locks by Jens Axboe · 7 years ago
  29. 5cb525c nvme-pci: handle completions outside of the queue lock by Jens Axboe · 7 years ago
  30. d1f06f4 nvme-pci: move ->cq_vector == -1 check outside of ->q_lock by Jens Axboe · 7 years ago
  31. f9dde18 nvme-pci: remove cq check after submission by Jens Axboe · 7 years ago
  32. 750dde4 nvme-pci: simplify nvme_cqe_valid by Christoph Hellwig · 7 years ago
  33. 287a63e nvme: mark the result argument to nvme_complete_async_event volatile by Christoph Hellwig · 7 years ago
  34. d416c92 blk-mq: clear hctx->dispatch_from when mappings change by huhai · 7 years ago
  35. 76aa1d3 nbd: call nbd_bdev_reset instead of bd_set_size on disconnect by Josef Bacik · 7 years ago
  36. fe1f9e6 nbd: fix how we set bd_invalidated by Josef Bacik · 7 years ago
  37. 96d97e1 nbd: clear_sock on netlink disconnect by Josef Bacik · 7 years ago
  38. 9e2b1967 nbd: use bd_set_size when updating disk size by Josef Bacik · 7 years ago
  39. c3f7c93 nbd: update size when connected by Josef Bacik · 7 years ago
  40. 8364da4 nbd: fix nbd device deletion by Josef Bacik · 7 years ago
  41. 3de9bee block: fix MAINTAINERS email for nbd by Josef Bacik · 7 years ago
  42. 8fa9f55 blk-mq: remove redundant insert case in blk_mq_make_request() by huhai · 7 years ago
  43. da3c6ef Remove jsflash driver by Jens Axboe · 7 years ago
  44. 6fcefbe block: Add sysfs entry for fua support by Kent Overstreet · 7 years ago
  45. 1900fcc block: Export bio check/set pages_dirty by Kent Overstreet · 7 years ago
  46. 0ba99ca block: Add warning for bi_next not NULL in bio_endio() by Kent Overstreet · 7 years ago
  47. 6e6e811 block: Add missing flush_dcache_page() call by Kent Overstreet · 7 years ago
  48. 45db54d block: Split out bio_list_copy_data() by Kent Overstreet · 7 years ago
  49. 38a72da block: Add bio_copy_data_iter(), zero_fill_bio_iter() by Kent Overstreet · 7 years ago
  50. f4f8154 block: Use bioset_init() for fs_bio_set by Kent Overstreet · 7 years ago
  51. 917a38c block: Add bioset_init()/bioset_exit() by Kent Overstreet · 7 years ago
  52. 8aa6ba2 block: Convert bio_set to mempool_init() by Kent Overstreet · 7 years ago
  53. c1a67fe mempool: Add mempool_init()/mempool_exit() by Kent Overstreet · 10 years ago
  54. c854ab5 sbitmap: fix race in wait batch accounting by Jens Axboe · 7 years ago
  55. 0eb0b63 block: consistently use GFP_NOIO instead of __GFP_NORECLAIM by Christoph Hellwig · 7 years ago
  56. c303602 block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM by Christoph Hellwig · 7 years ago
  57. 4accf5f block: pass an explicit gfp_t to get_request by Christoph Hellwig · 7 years ago
  58. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  59. a9a14d3 block: fix __get_request documentation by Christoph Hellwig · 7 years ago
  60. ac613e4 scsi/osd: remove the gfp argument to osd_start_request by Christoph Hellwig · 7 years ago
  61. 058147b memstick: remove unused variables by Christoph Hellwig · 7 years ago
  62. e4f0e0c ps3disk: handle highmem pages by Christoph Hellwig · 7 years ago
  63. 37a5b5c jsflash: handle highmem pages by Christoph Hellwig · 7 years ago
  64. ad180f6 aoe: handle highmem pages by Christoph Hellwig · 7 years ago
  65. 34ab96e mtd_blkdevs: handle highmem pages by Christoph Hellwig · 7 years ago
  66. 7c2d748 memstick: don't call blk_queue_bounce_limit by Christoph Hellwig · 7 years ago
  67. 00f0a51 DAC960: don't use block layer bounce buffers by Christoph Hellwig · 7 years ago
  68. 5c26e05 mtip32xx: don't use block layer bounce buffers by Christoph Hellwig · 7 years ago
  69. cc1d5e7 nvme/pci: Sync controller reset for AER slot_reset by Keith Busch · 7 years ago
  70. 61445b56 sbitmap: warn if using smaller shallow depth than was setup by Omar Sandoval · 7 years ago
  71. 2882064 kyber-iosched: update shallow depth when setting up hardware queue by Jens Axboe · 7 years ago
  72. 483b7bf bfq-iosched: update shallow depth to smallest one used by Jens Axboe · 7 years ago
  73. a327553 sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() by Omar Sandoval · 7 years ago
  74. bd7d4ef bfq-iosched: remove unused variable by Jens Axboe · 7 years ago
  75. f0635b8 bfq: calculate shallow depths at init time by Jens Axboe · 7 years ago
  76. 5514136 bfq-iosched: don't worry about reserved tags in limit_depth by Jens Axboe · 7 years ago
  77. 17a5119 blk-mq: don't call into depth limiting for reserved tags by Jens Axboe · 7 years ago
  78. 18e5a57 block, bfq: postpone rq preparation to insert or merge by Paolo Valente · 7 years ago
  79. 8e3c283 mtip32xx: Fix an error handling path in 'mtip_pci_probe()' by Christophe JAILLET · 7 years ago
  80. 316ba57 brd: Mark as non-rotational by SeongJae Park · 7 years ago
  81. 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 7 years ago
  82. 4bc6339 block: move blk_stat_add() to __blk_mq_end_request() by Omar Sandoval · 7 years ago
  83. 84c7afc block: use ktime_get_ns() instead of sched_clock() for cfq and bfq by Omar Sandoval · 7 years ago
  84. 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 7 years ago
  85. 5238dcf block: replace bio->bi_issue_stat with bio-specific type by Omar Sandoval · 7 years ago
  86. a8a4594 block: pass struct request instead of struct blk_issue_stat to wbt by Omar Sandoval · 7 years ago
  87. 934031a block: move some wbt helpers to blk-wbt.c by Omar Sandoval · 7 years ago
  88. 782f569 blk-wbt: throttle discards like background writes by Jens Axboe · 7 years ago
  89. 8bea609 blk-wbt: pass in enum wbt_flags to get_rq_wait() by Jens Axboe · 7 years ago
  90. 825843b blk-wbt: account any writing command as a write by Jens Axboe · 7 years ago
  91. af097f5 block: break discard submissions into the user defined size by Jens Axboe · 7 years ago
  92. d3349b6 loop: remember whether sysfs_create_group() was done by Tetsuo Handa · 7 years ago
  93. 5086467 block: Shorten interrupt disabled regions by Thomas Gleixner · 7 years ago
  94. 656cb6d block: Remove redundant WARN_ON() by Anna-Maria Gleixner · 7 years ago
  95. f3a1075 block: don't disable interrupts during kmap_atomic() by Sebastian Andrzej Siewior · 7 years ago
  96. f142f08 Fix typo in comment. by Florian La Roche · 7 years ago
  97. 76787cf Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  98. 80f513b nvme/pci: Hold controller reference during async probe by Keith Busch · 7 years ago
  99. 75bc37f Linux 4.17-rc4 by Linus Torvalds · 7 years ago
  100. 701e39d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago