1. 09663c8 block/cfq: replace cfq_rb_root leftmost caching by Davidlohr Bueso · 7 years ago
  2. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  3. 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
  4. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  5. 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
  6. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  7. aa9d464 Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  8. 8363dae compat_hdio_ioctl: Fix a declaration by Bart Van Assche · 7 years ago
  9. c1225f0 scsi: bsg-lib: pass the release callback through bsg_setup_queue by Christoph Hellwig · 7 years ago
  10. c529594 bsg: remove #if 0'ed code by Christoph Hellwig · 7 years ago
  11. 7de967e mq-deadline: Enable auto-loading when built as module by Ben Hutchings · 7 years ago
  12. 26b4cf2 bfq: Re-enable auto-loading when built as a module by Ben Hutchings · 7 years ago
  13. 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 7 years ago
  14. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  15. e9a823f block: fix warning when I/O elevator is changed as request_queue is being removed by David Jeffery · 7 years ago
  16. 235f8da block, scheduler: convert xxx_var_store to void by weiping zhang · 7 years ago
  17. 9749c37 Merge 4.13-rc7 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  18. 4c18c9e blkcg: avoid free blkcg_root when failed to alloc blkcg policy by weiping zhang · 7 years ago
  19. 8a8e6f8 md/raid0: attach correct cgroup info in bio by Shaohua Li · 7 years ago
  20. 3140c3c block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename by Omar Sandoval · 7 years ago
  21. 22d5382 blk-mq-debugfs: Add names for recently added flags by Bart Van Assche · 7 years ago
  22. 6a934bb compat_hdio_ioctl: Fix a declaration by Bart Van Assche · 7 years ago
  23. 4757084 block: remove blk_free_devt in add_partition by weiping zhang · 7 years ago
  24. 50b4d48 bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer by Benjamin Block · 7 years ago
  25. 97e0546 bio-integrity: Fix regression if profile verify_fn is NULL by Milan Broz · 7 years ago
  26. ea0ea2b blk-throttle: cap discard request size by Shaohua Li · 7 years ago
  27. 37dcd65 block, bfq: fix error handle in bfq_init by weiping zhang · 7 years ago
  28. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  29. 807d4af block: add a __disk_get_part helper by Christoph Hellwig · 7 years ago
  30. de65b01 block: reject attempts to allocate more than DISK_MAX_PARTS partitions by Christoph Hellwig · 7 years ago
  31. 130d733 block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue by Bart Van Assche · 7 years ago
  32. 4ddd56b block: Relax a check in blk_start_queue() by Bart Van Assche · 7 years ago
  33. 6d2cf6f genhd: Annotate all part and part_tbl pointer dereferences by Bart Van Assche · 7 years ago
  34. f846593 blk-mq-debugfs: Declare a local symbol static by Bart Van Assche · 7 years ago
  35. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  36. 37f02e5 block: Unexport blk_queue_end_tag() by Bart Van Assche · 7 years ago
  37. 4d60621 block: Fix two comments that refer to .queue_rq() return values by Bart Van Assche · 7 years ago
  38. c005390 blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL by Christoph Hellwig · 7 years ago
  39. 3280d66 blk-mq: Fix queue usage on failed request allocation by Keith Busch · 7 years ago
  40. d985524 Merge 4.13-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  41. b3193bc cfq: Give a chance for arming slice idle timer in case of group_idle by Ritesh Harjani · 7 years ago
  42. edaf942 block, bfq: boost throughput with flash-based non-queueing devices by Paolo Valente · 7 years ago
  43. d5be3fe block,bfq: refactor device-idling logic by Paolo Valente · 7 years ago
  44. e743eb1 block: remove unused syncfull/asyncfull queue flags by Jens Axboe · 7 years ago
  45. d4acf36 block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time by Bart Van Assche · 7 years ago
  46. f86e28c bio-integrity: only verify integrity on the lowest stacked driver by Christoph Hellwig · 7 years ago
  47. c775d20 bio-integrity: Fix regression if profile verify_fn is NULL by Milan Broz · 7 years ago
  48. b8d62b3 blk-mq: enable checking two part inflight counts at the same time by Jens Axboe · 7 years ago
  49. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  50. 0609e0e block: make part_in_flight() take an array of two ints by Jens Axboe · 7 years ago
  51. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  52. 7f5562d blk-mq-tag: check for NULL rq when iterating tags by Jens Axboe · 7 years ago
  53. 9346beb bio-integrity: move the bio integrity profile check earlier in bio_integrity_prep by Christoph Hellwig · 7 years ago
  54. 24c5dc6 block: Add rdma affinity based queue mapping helper by Sagi Grimberg · 7 years ago
  55. 3d289d6 block: Add comment to submit_bio_wait() by Jan Kara · 7 years ago
  56. 1ad43c0 blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed by Ming Lei · 7 years ago
  57. b7a71e6 blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled by Jens Axboe · 7 years ago
  58. 46d556e block, bfq: consider also in_service_entity to state whether an entity is active by Paolo Valente · 7 years ago
  59. 6ab1d8d block, bfq: reset in_service_entity if it becomes idle by Paolo Valente · 7 years ago
  60. 18e9781 blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags by Jens Axboe · 7 years ago
  61. 35fe6d7 block: use standard blktrace API to output cgroup info for debug notes by Shaohua Li · 7 years ago
  62. 007cc56 block: always attach cgroup info into bio by Shaohua Li · 7 years ago
  63. 76451d7 blk-mq: map queues to all present CPUs by Christoph Hellwig · 7 years ago
  64. 765e40b block: disable runtime-pm for blk-mq by Christoph Hellwig · 7 years ago
  65. 24a81a2 Merge 4.13-rc2 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  66. 133d55c block: order /proc/devices by major number by Logan Gunthorpe · 7 years ago
  67. 3f7cb4f bfq: dispatch request to prevent queue stalling after the request completion by Hou Tao · 7 years ago
  68. 38c9140 bfq: fix typos in comments about B-WF2Q+ algorithm by Hou Tao · 7 years ago
  69. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  70. b222dd2 block: call bio_uninit in bio_endio by Shaohua Li · 7 years ago
  71. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. 615d22a block: Fix __blkdev_issue_zeroout loop by Damien Le Moal · 7 years ago
  73. ea4d12d bio-integrity: fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  74. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 7c20f11 bio-integrity: stop abusing bi_end_io by Christoph Hellwig · 7 years ago
  76. 63573e3 bio-integrity: Restore original iterator on verify stage by Dmitry Monakhov · 7 years ago
  77. 128b6f9 t10-pi: Move opencoded contants to common header by Dmitry Monakhov · 7 years ago
  78. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
  79. fbd08e7 bio-integrity: fix interface for bio_integrity_trim by Dmitry Monakhov · 7 years ago
  80. 309a62f bio-integrity: bio_integrity_advance must update integrity seed by Dmitry Monakhov · 7 years ago
  81. 376a78a bio-integrity: bio_trim should truncate integrity vector accordingly by Dmitry Monakhov · 7 years ago
  82. 32825c4 blk-mq-sched: fix performance regression of mq-deadline by Ming Lei · 7 years ago
  83. 431b17f block, bfq: don't change ioprio class for a bfq_queue on a service tree by Paolo Valente · 7 years ago
  84. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  86. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  87. 3013838 compat_hdio_ioctl: get rid of set_fs() by Al Viro · 7 years ago
  88. 229b53c take floppy compat ioctls to sodding floppy.c by Al Viro · 7 years ago
  89. fe63145 blk-mq: map all HWQ also in hyperthreaded system by Max Gurtovoy · 7 years ago
  90. 9ae3b3f block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 7 years ago
  91. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 7 years ago
  92. 5f042e7 blk-mq: Include all present CPUs in the default queue mapping by Christoph Hellwig · 7 years ago
  93. 13c931b block, bfq: update wr_busy_queues if needed on a queue split by Paolo Valente · 7 years ago
  94. 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 7 years ago
  95. 0bf6595 block: don't set bounce limit in blk_init_allocated_queue by Christoph Hellwig · 7 years ago
  96. 46685d1 blk-mq: don't bounce by default by Christoph Hellwig · 7 years ago
  97. 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 7 years ago
  98. 1c4bc3a block: remove the queue_bounce_pfn helper by Christoph Hellwig · 7 years ago
  99. 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 7 years ago
  100. caa4b024 blk-map: call blk_queue_bounce from blk_rq_append_bio by Christoph Hellwig · 7 years ago