1. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 34ffec6 block: make sure writesame bio is aligned with logical block size by Ming Lei · 6 years ago
  3. ba5d738 block: cleanup __blkdev_issue_discard() by Ming Lei · 6 years ago
  4. 1adfc5e block: make sure discard bio is aligned with logical block size by Ming Lei · 6 years ago
  5. f3587d7 block: Clear kernel memory before copying to user by Keith Busch · 6 years ago
  6. df376b2 block: respect virtual boundary mask in bvecs by Johannes Thumshirn · 6 years ago
  7. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  8. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  10. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  11. c57cdf7 block: call rq_qos_exit() after queue is frozen by Ming Lei · 6 years ago
  12. 69840466 block: fix the DISCARD request merge by Jianchao Wang · 6 years ago
  13. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  14. 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
  15. 98fa7a3 block, bfq: fix asymmetric scenarios detection by Federico Motta · 6 years ago
  16. d6f1dda blk-mq: place trace_block_getrq() in correct place by Xiaoguang Wang · 6 years ago
  17. bf50545 block: Introduce blk_revalidate_disk_zones() by Damien Le Moal · 6 years ago
  18. e76239a block: add a report_zones method by Christoph Hellwig · 6 years ago
  19. 965b652 block: Expose queue nr_zones in sysfs by Damien Le Moal · 6 years ago
  20. a2d6b3a block: Improve zone reset execution by Damien Le Moal · 6 years ago
  21. 65e4e3e block: Introduce BLKGETNRZONES ioctl by Damien Le Moal · 6 years ago
  22. 72cd875 block: Introduce BLKGETZONESZ ioctl by Damien Le Moal · 6 years ago
  23. 2e85fba block: Limit allocation of zone descriptors for report zones by Damien Le Moal · 6 years ago
  24. a91e138 block: Introduce blkdev_nr_zones() helper by Damien Le Moal · 6 years ago
  25. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  26. 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  27. 52990a5 block: setup bounce bio_sets properly by Jens Axboe · 6 years ago
  28. d459d85 blkcg: reassociate bios when make_request() is called recursively by Dennis Zhou · 6 years ago
  29. 744889b7 block: don't deal with discard limit in blkdev_issue_discard() by Ming Lei · 6 years ago
  30. 9316a9e blk-mq: provide helper for setting up an SQ queue and tag set by Jens Axboe · 6 years ago
  31. 5e27891 block: remove bogus check for queue_lock assignment by Jens Axboe · 6 years ago
  32. e01ad46 blk-mq: fallback to previous nr_hw_queues when updating fails by Jianchao Wang · 6 years ago
  33. 34d11ff blk-mq: realloc hctx when hw queue is mapped to another node by Jianchao Wang · 6 years ago
  34. 5b20285 blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs by Jianchao Wang · 6 years ago
  35. 477e19d blk-mq: adjust debugfs and sysfs register when updating nr_hw_queues by Jianchao Wang · 6 years ago
  36. 2d29c9f block, bfq: improve asymmetric scenarios detection by Federico Motta · 6 years ago
  37. 5e65a20 blk-wbt: wake up all when we scale up, not down by Josef Bacik · 6 years ago
  38. a2fa8a1 cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offline by Maciej S. Szmigiero · 6 years ago
  39. 1306ad4 block: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  40. 36e7653 blk-mq: complete req in softirq context in case of single queue by Ming Lei · 6 years ago
  41. 6d8623a blk-mq-debugfs: Also show requests that have not yet been started by Bart Van Assche · 6 years ago
  42. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  43. 451bb7c blk-iolatency: keep track of previous windows stats by Josef Bacik · 6 years ago
  44. 1fa2840 blk-iolatency: use a percentile approache for ssd's by Josef Bacik · 6 years ago
  45. 22ed8a9 blk-iolatency: deal with small samples by Josef Bacik · 6 years ago
  46. 9f60511 blk-iolatency: deal with nr_requests == 1 by Josef Bacik · 6 years ago
  47. ff4cee0 blk-iolatency: use q->nr_requests directly by Josef Bacik · 6 years ago
  48. f0a0cdd kyber: fix integer overflow of latency targets on 32-bit by Omar Sandoval · 6 years ago
  49. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  50. 6c3b7af kyber: add tracepoints by Omar Sandoval · 6 years ago
  51. 6e25cb0 kyber: implement improved heuristics by Omar Sandoval · 6 years ago
  52. fa2a1f6 kyber: don't make domain token sbitmap larger than necessary by Omar Sandoval · 6 years ago
  53. f8232f2 block: export blk_stat_enable_accounting() by Omar Sandoval · 6 years ago
  54. ed88660 block: move call of scheduler's ->completed_request() hook by Omar Sandoval · 6 years ago
  55. 587562d blk-mq: I/O and timer unplugs are inverted in blktrace by Ilya Dryomov · 6 years ago
  56. 854f31c block: fix deadline elevator drain for zoned block devices by Damien Le Moal · 6 years ago
  57. 986d413 blk-mq: Enable support for runtime power management by Bart Van Assche · 6 years ago
  58. 7cedffe block: Make blk_get_request() block for non-PM requests while suspended by Bart Van Assche · 6 years ago
  59. bdd6316 block: Allow unfreezing of a queue while requests are in progress by Bart Van Assche · 6 years ago
  60. 0d25bd0 block: Schedule runtime resume earlier by Bart Van Assche · 6 years ago
  61. 154b00d block: Split blk_pm_add_request() and blk_pm_put_request() by Bart Van Assche · 6 years ago
  62. cd84a62 block, scsi: Change the preempt-only flag into a counter by Bart Van Assche · 6 years ago
  63. bca6b06 block: Move power management code into a new source file by Bart Van Assche · 6 years ago
  64. c39ae60 block: remove ARCH_BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
  65. 530ca2c blk-mq: Allow blocking queue tag iter callbacks by Keith Busch · 6 years ago
  66. 6e76846 block: remove bvec_to_phys by Christoph Hellwig · 6 years ago
  67. 3dccdae block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable by Christoph Hellwig · 6 years ago
  68. 0e25339 block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page by Christoph Hellwig · 6 years ago
  69. 6a9f5f2 block: simplify BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
  70. 27ca1d4 block: move req_gap_back_merge to blk.h by Christoph Hellwig · 6 years ago
  71. e990700 block: move req_gap_{back,front}_merge to blk-merge.c by Christoph Hellwig · 6 years ago
  72. 43b729b block: move integrity_req_gap_{back,front}_merge to blk.h by Christoph Hellwig · 6 years ago
  73. c7b1bf5 blk-mq: Document the functions that iterate over requests by Bart Van Assche · 6 years ago
  74. 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
  75. b3b9f24 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou (Facebook) · 6 years ago
  76. f0fcb3e blkcg: remove additional reference to the css by Dennis Zhou (Facebook) · 6 years ago
  77. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  78. 74b7c02 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou (Facebook) · 6 years ago
  79. 5bf9a1f blkcg: consolidate bio_issue_init to be a part of core by Dennis Zhou (Facebook) · 6 years ago
  80. a7b39b4 blkcg: always associate a bio with a blkg by Dennis Zhou (Facebook) · 6 years ago
  81. 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
  82. 49f4c2d blkcg: update blkg_lookup_create to do locking by Dennis Zhou (Facebook) · 6 years ago
  83. 27e6fa9 blkcg: fix ref count issue with bio_blkcg using task_css by Dennis Zhou (Facebook) · 6 years ago
  84. b57e99b block: use nanosecond resolution for iostat by Omar Sandoval · 6 years ago
  85. 9ff0125 Blk-throttle: update to use rbtree with leftmost node cached by Liu Bo · 6 years ago
  86. 576ed91 block: use bio_add_page in bio_iov_iter_get_pages by Christoph Hellwig · 6 years ago
  87. c8765de blok, bfq: do not plug I/O if all queues are weight-raised by Paolo Valente · 6 years ago
  88. d0edc24 block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash by Paolo Valente · 6 years ago
  89. cbeb869 block, bfq: correctly charge and reset entity service in all cases by Paolo Valente · 6 years ago
  90. f8c0d7b blk-iolatency: remove set but not used variables 'changed' and 'blkiolat' by YueHaibing · 6 years ago
  91. 01c5f85 blk-cgroup: increase number of supported policies by Jens Axboe · 6 years ago
  92. 7759eb2 block: remove bio_rewind_iter() by Ming Lei · 6 years ago
  93. d5274b3 block: bfq: swap puts in bfqg_and_blkg_put by Konstantin Khlebnikov · 6 years ago
  94. 8b2ded1 block: don't warn when doing fsync on read-only devices by Mikulas Patocka · 6 years ago
  95. 3111885 blkcg: use tryget logic when associating a blkg with a bio by Dennis Zhou (Facebook) · 6 years ago
  96. 59b5771 blkcg: delay blkg destruction until after writeback has finished by Dennis Zhou (Facebook) · 6 years ago
  97. 6b06546 Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()" by Dennis Zhou (Facebook) · 6 years ago
  98. db19395 block: bsg: move atomic_t ref_count variable to refcount API by John Pittman · 6 years ago
  99. 62d2a19 block: remove unnecessary condition check by Chengguang Xu · 6 years ago
  100. b0a84be blk-wbt: remove dead code by Jens Axboe · 6 years ago