1. 6ec54fc block: do not leak memory in bio_copy_user_iov() by Jérôme Glisse · 6 years ago
  2. 883d561 blk-mq: fix a hung issue when fsync by Jianchao Wang · 6 years ago
  3. 07eae14 block: fix infinite loop if the device loses discard capability by Mikulas Patocka · 7 years ago
  4. 1e9290c block: break discard submissions into the user defined size by Jens Axboe · 7 years ago
  5. 2a35d21 elevator: lookup mq vs non-mq elevators by Jens Axboe · 7 years ago
  6. a061395 SCSI: fix queue cleanup race before queue initialization is done by Ming Lei · 6 years ago
  7. d4d73f1 block, bfq: correctly charge and reset entity service in all cases by Paolo Valente · 6 years ago
  8. 8e2e219 blk-mq: I/O and timer unplugs are inverted in blktrace by Ilya Dryomov · 6 years ago
  9. b520f00 blk-mq: avoid to synchronize rcu inside blk_cleanup_queue() by Ming Lei · 7 years ago
  10. 07a252b blk-mq: only attempt to merge bio if there is rq in sw queue by Ming Lei · 7 years ago
  11. 030f2ad block: allow max_discard_segments to be stacked by Mike Snitzer · 7 years ago
  12. 5deea7d partitions/aix: fix usage of uninitialized lv_info and lvname structures by Mauricio Faria de Oliveira · 7 years ago
  13. f3677a5 partitions/aix: append null character to print data from disk by Mauricio Faria de Oliveira · 7 years ago
  14. 3ddbcd4 blk-mq: fix updating tags depth by Ming Lei · 7 years ago
  15. 381992b block: bfq: swap puts in bfqg_and_blkg_put by Konstantin Khlebnikov · 6 years ago
  16. 9dd3805 cfq: Suppress compiler warnings about comparisons by Bart Van Assche · 7 years ago
  17. d67c7c9 block: bvec_nr_vecs() returns value for wrong slab by Greg Edwards · 7 years ago
  18. ed480f2 block, bfq: return nbytes and not zero from struct cftype .write() method by Maciej S. Szmigiero · 7 years ago
  19. 1e26989 block: really disable runtime-pm for blk-mq by Ming Lei · 7 years ago
  20. 0affbae block: blk_init_allocated_queue() set q->fq as NULL in the fail case by xiao jin · 7 years ago
  21. 6d2b875 block: sed-opal: Fix a couple off by one bugs by Dan Carpenter · 7 years ago
  22. 1a2d992 block, bfq: fix wrong init of saved start time for weight raising by Paolo Valente · 7 years ago
  23. b8088c5 block: reset bi_iter.bi_done after splitting bio by Greg Edwards · 7 years ago
  24. 2258351 block: bio_iov_iter_get_pages: fix size of last iovec by Martin Wilck · 7 years ago
  25. 6301904 block, bfq: remove wrong lock in bfq_requests_merged by Filippo Muzzini · 7 years ago
  26. aa6be39 block: do not use interruptible wait anywhere by Alan Jenkins · 7 years ago
  27. c894755 block: cope with WRITE ZEROES failing in blkdev_issue_zeroout() by Ilya Dryomov · 7 years ago
  28. 3e3f131 block: factor out __blkdev_issue_zero_pages() by Ilya Dryomov · 7 years ago
  29. 2511413 block: Fix cloning of requests with a special payload by Bart Van Assche · 7 years ago
  30. ba502bf blk-mq: reinit q->tag_set_list entry only after grace period by Roman Pen · 7 years ago
  31. 06beec8 blk-mq: fix sysfs inflight counter by Omar Sandoval · 7 years ago
  32. ea7246c blkcg: init root blkcg_gq under lock by Jiang Biao · 7 years ago
  33. 9d5e2d6 blkcg: don't hold blkcg lock when deactivating policy by Jiang Biao · 7 years ago
  34. 1cbd5ec blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers by Bart Van Assche · 7 years ago
  35. 3c84b5a block: display the correct diskname for bio by Jiufei Xue · 7 years ago
  36. be10336 bfq-iosched: ensure to clear bic/bfqq pointers when preparing request by Jens Axboe · 7 years ago
  37. 73027d8 blk-mq: fix discard merge with scheduler attached by Jens Axboe · 7 years ago
  38. f25ba4f blk-mq-debugfs: don't allow write on attributes with seq_operations set by Eryu Guan · 7 years ago
  39. c6c6e38 block: Set BIO_TRACE_COMPLETION on new bio during split by Goldwyn Rodrigues · 7 years ago
  40. a1dfcb0 blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk by Ming Lei · 7 years ago
  41. 5ee935d blk-mq: don't keep offline CPUs mapped to hctx 0 by Ming Lei · 7 years ago
  42. effbffc block, bfq: put async queues for root bfq groups too by Paolo Valente · 7 years ago
  43. 8976d64 blk-mq: fix kernel oops in blk_mq_tag_idle() by Ming Lei · 7 years ago
  44. fb1ef85 blk-mq: fix race between updating nr_hw_queues and switching io sched by Ming Lei · 7 years ago
  45. eaa0778 blk-mq: avoid to map CPU into stale hw queue by Ming Lei · 7 years ago
  46. 92e3d3f Fix slab name "biovec-(1<<(21-12))" by Mikulas Patocka · 7 years ago
  47. ac2cb9f partitions/msdos: Unable to mount UFS 44bsd partitions by Richard Narron · 7 years ago
  48. ccddee8 blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch by Ming Lei · 7 years ago
  49. 7f43f61 block: kyber: fix domain token leak during requeue by Ming Lei · 7 years ago
  50. 17644a0 block: fix the count of PGPGOUT for WRITE_SAME by Jiufei Xue · 7 years ago
  51. 7e3acce block: drain queue before waiting for q_usage_counter becoming zero by Ming Lei · 7 years ago
  52. 2cc50a1 blk_rq_map_user_iov: fix error override by Douglas Gilbert · 7 years ago
  53. 0528a53 blk-wbt: account flush requests correctly by Jens Axboe · 7 years ago
  54. 392640f blk-mq: quiesce queue before freeing queue by Ming Lei · 7 years ago
  55. eaedee9 block: don't let passthrough IO go into .make_request_fn() by Ming Lei · 7 years ago
  56. 88da028 block: fix blk_rq_append_bio by Jens Axboe · 7 years ago
  57. 3ef1c33 block-throttle: avoid double charge by Shaohua Li · 7 years ago
  58. 7535afc block,bfq: Disable writeback throttling by Luca Miccio · 7 years ago
  59. 85dcb3c blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch by Ming Lei · 7 years ago
  60. ddf2588 badblocks: fix wrong return value in badblocks_set if badblocks are disabled by Liu Bo · 7 years ago
  61. a4000d9 blk-mq: Avoid that request queue removal can trigger list corruption by Bart Van Assche · 7 years ago
  62. 60bed71 block: wake up all tasks blocked in get_request() by Ming Lei · 7 years ago
  63. 77a38e8 block: Fix a race between blk_cleanup_queue() and timeout handling by Bart Van Assche · 7 years ago
  64. 5d62da3 bio: ensure __bio_clone_fast copies bi_partno by Michael Lyle · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 1cfd0dd bio_copy_user_iov(): don't ignore ->iov_offset by Al Viro · 7 years ago
  67. 2b04e8f more bio_map_user_iov() leak fixes by Al Viro · 7 years ago
  68. 95d78c2 fix unbalanced page refcounting in bio_map_user_iov by Vitaly Mayatskikh · 7 years ago
  69. eab40cf bsg-lib: fix use-after-free under memory-pressure by Benjamin Block · 7 years ago
  70. 70e62f4 blk-mq-debugfs: fix device sched directory for default scheduler by Omar Sandoval · 7 years ago
  71. 4f02fb7 blk-throttle: fix possible io stall when upgrade to max by Joseph Qi · 7 years ago
  72. f5c156c block: fix a crash caused by wrong API by Shaohua Li · 7 years ago
  73. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  74. f507b54 bsg-lib: don't free job in bsg_prepare_job by Christoph Hellwig · 7 years ago
  75. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  76. 09c2c35 block: fix integer overflow in __blkdev_sectors_to_bio_pages() by Mikulas Patocka · 7 years ago
  77. dbec491b block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled by Scott Bauer · 8 years ago
  78. 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  79. f0f1a45 block/cfq: cache rightmost rb_node by Davidlohr Bueso · 7 years ago
  80. 09663c8 block/cfq: replace cfq_rb_root leftmost caching by Davidlohr Bueso · 7 years ago
  81. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  82. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  83. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  84. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  85. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  86. aa9d464 Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  87. 12cd3a2 bfq: Use icq_to_bic() consistently by Bart Van Assche · 8 years ago
  88. 1530486c bfq: Suppress compiler warnings about comparisons by Bart Van Assche · 8 years ago
  89. 2f79136 bfq: Check kstrtoul() return value by Bart Van Assche · 8 years ago
  90. dfb79af bfq: Declare local functions static by Bart Van Assche · 8 years ago
  91. fa393d1 bfq: Annotate fall-through in a switch statement by Bart Van Assche · 8 years ago
  92. 8363dae compat_hdio_ioctl: Fix a declaration by Bart Van Assche · 8 years ago
  93. 24d90bb block, bfq: guarantee update_next_in_service always returns an eligible entity by Paolo Valente · 8 years ago
  94. a02195c block, bfq: remove direct switch to an entity in higher class by Paolo Valente · 8 years ago
  95. 80294c3 block, bfq: make lookup_next_entity push up vtime on expirations by Paolo Valente · 8 years ago
  96. c1225f0 scsi: bsg-lib: pass the release callback through bsg_setup_queue by Christoph Hellwig · 8 years ago
  97. c529594 bsg: remove #if 0'ed code by Christoph Hellwig · 8 years ago
  98. 7de967e mq-deadline: Enable auto-loading when built as module by Ben Hutchings · 8 years ago
  99. 26b4cf2 bfq: Re-enable auto-loading when built as a module by Ben Hutchings · 8 years ago
  100. 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 8 years ago