1. 4e2f62e5 Revert "blk-mq: put driver tag when this request is completed" by Jens Axboe · 4 years, 7 months ago
  2. b53ac8b dm: remove unused variable by Jens Axboe · 4 years, 7 months ago
  3. 6bf0eb5 sbitmap: Consider cleared bits in sbitmap_bitmap_show() by John Garry · 4 years, 7 months ago
  4. 1008fe6 block: remove the all_bdevs list by Christoph Hellwig · 4 years, 7 months ago
  5. 47b5e00 block: remove the unused bd_private field from struct block_device by Christoph Hellwig · 4 years, 7 months ago
  6. e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 7 months ago
  7. 6b7b181 block: remove the bd_block_size field from struct block_device by Christoph Hellwig · 4 years, 7 months ago
  8. 5ff9f19 block: simplify set_init_blocksize by Christoph Hellwig · 4 years, 7 months ago
  9. 9011495 dcssblk: don't set bd_block_size in ->open by Christoph Hellwig · 4 years, 7 months ago
  10. fe4ec12 floppy: use block_size by Christoph Hellwig · 4 years, 7 months ago
  11. 6e2fa4d blk-iolatency: only call ktime_get() if needed by Hongnan Li · 4 years, 7 months ago
  12. 5a6c35f block: remove direct_make_request by Christoph Hellwig · 4 years, 7 months ago
  13. ff93ea0 block: shortcut __submit_bio_noacct for blk-mq drivers by Christoph Hellwig · 4 years, 7 months ago
  14. 566acf2 block: refator submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  15. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  16. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 7 months ago
  17. e439ab7 block: remove the nr_sectors variable in generic_make_request_checks by Christoph Hellwig · 4 years, 7 months ago
  18. 833f84e block: remove the NULL queue check in generic_make_request_checks by Christoph Hellwig · 4 years, 7 months ago
  19. c817867 block: tidy up a warning in bio_check_ro by Christoph Hellwig · 4 years, 7 months ago
  20. f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 7 months ago
  21. ed9b319 fs: remove a weird comment in submit_bh_wbc by Christoph Hellwig · 4 years, 7 months ago
  22. c4a59c4 dm: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  23. 987a0ef bcache: stop setting ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  24. 39ad70b zram: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  25. 6c2eddd umem: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  26. a2f143f rsxx: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  27. 53042f3 ps3vram: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  28. 6bbae86 null_blk: stop using ->queuedata for bio mode by Christoph Hellwig · 4 years, 7 months ago
  29. 84bc83c drbd: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  30. 82bb454 simdisk: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  31. 6d41bb4 nfblock: stop using ->queuedata by Christoph Hellwig · 4 years, 7 months ago
  32. b5fc1e8 blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq() by Hou Tao · 4 years, 9 months ago
  33. 0b8cc25 blk-cgroup: clean up indentation by Colin Ian King · 4 years, 7 months ago
  34. 37f4a24 blk-mq: centralise related handling into blk_mq_get_driver_tag by Ming Lei · 4 years, 7 months ago
  35. 723bf17 blk-mq: move blk_mq_put_driver_tag() into blk-mq.c by Ming Lei · 4 years, 7 months ago
  36. 570e9b7 blk-mq: move blk_mq_get_driver_tag into blk-mq.c by Ming Lei · 4 years, 7 months ago
  37. 6e6fcbc blk-mq: support batching dispatch in case of io by Ming Lei · 4 years, 7 months ago
  38. 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  39. bbdb3c5 blk-mq: remove dead check from blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  40. 7538352 blk-mq: move getting driver tag and budget into one helper by Ming Lei · 4 years, 7 months ago
  41. 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  42. 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 7 months ago
  43. 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 7 months ago
  44. 36a3df5 blk-mq: put driver tag when this request is completed by Ming Lei · 4 years, 7 months ago
  45. a2e83ef blk-cgroup: remove a dead check in blk_throtl_bio by Christoph Hellwig · 4 years, 7 months ago
  46. db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 7 months ago
  47. 93b8063 blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio by Christoph Hellwig · 4 years, 7 months ago
  48. 7582f30 cgroup: unexport cgroup_rstat_updated by Christoph Hellwig · 4 years, 7 months ago
  49. 81630e2 blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check by Christoph Hellwig · 4 years, 7 months ago
  50. 13c7863 block: move the initial blkg lookup into blkg_tryget_closest by Christoph Hellwig · 4 years, 7 months ago
  51. a5b9752 block: bypass blkg_tryget_closest for the root_blkg by Christoph Hellwig · 4 years, 7 months ago
  52. 8c54628 block: merge blkg_lookup_create and __blkg_lookup_create by Christoph Hellwig · 4 years, 7 months ago
  53. 28fc591 block: move the bio cgroup associatation helpers to blk-cgroup.c by Christoph Hellwig · 4 years, 7 months ago
  54. a18b9b1 block: move bio_associate_blkg_from_page to mm/page_io.c by Christoph Hellwig · 4 years, 7 months ago
  55. 2badf06 block: merge __bio_associate_blkg into bio_associate_blkg_from_css by Christoph Hellwig · 4 years, 7 months ago
  56. d92c370 block: really clone the block cgroup in bio_clone_blkg_association by Christoph Hellwig · 4 years, 7 months ago
  57. db9819c block: remove bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago
  58. 4ef2c5c dm: use bio_uninit instead of bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago
  59. 826f2f4 blk-rq-qos: remove redundant finish_wait to rq_qos_wait. by Guo Xuenan · 4 years, 7 months ago
  60. f3bdc62 blktrace: Provide event for request merging by Jan Kara · 4 years, 7 months ago
  61. 621c1f4 block: move struct block_device to blk_types.h by Christoph Hellwig · 4 years, 7 months ago
  62. 1a4dcfa block: reduce ifdef CONFIG_BLOCK madness in headers by Christoph Hellwig · 4 years, 7 months ago
  63. d2de7ea fs: move the buffer_heads_over_limit stub to buffer_head.h by Christoph Hellwig · 4 years, 7 months ago
  64. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  65. dd0dca2 block: simplify sb_is_blkdev_sb by Christoph Hellwig · 4 years, 7 months ago
  66. 75362a1 fs: remove the mount_bdev and kill_block_super stubs by Christoph Hellwig · 4 years, 7 months ago
  67. 4e24566 fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines by Christoph Hellwig · 4 years, 7 months ago
  68. 7dbac5b fs: remove an unused block_device_operations forward declaration by Christoph Hellwig · 4 years, 7 months ago
  69. 764b23b block: mark bd_finish_claiming static by Christoph Hellwig · 4 years, 7 months ago
  70. b818f09 tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK by Christoph Hellwig · 4 years, 7 months ago
  71. 7a804c3 nvme-rdma: fix a missing completion with remove invalidation by Christoph Hellwig · 4 years, 7 months ago
  72. f61d6e2 blk-iocost: Use struct_size() in kzalloc_node() by Gustavo A. R. Silva · 4 years, 7 months ago
  73. 1f4fe21 block: bio: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
  74. 85e0cbb block: create the request_queue debugfs_dir on registration by Luis Chamberlain · 4 years, 7 months ago
  75. b431ef8 blktrace: ensure our debugfs dir exists by Luis Chamberlain · 4 years, 7 months ago
  76. bad8e64 blktrace: fix debugfs use after free by Luis Chamberlain · 4 years, 7 months ago
  77. 200f933 loop: be paranoid on exit and prevent new additions / removals by Luis Chamberlain · 4 years, 7 months ago
  78. a67549c blktrace: annotate required lock on do_blk_trace_setup() by Luis Chamberlain · 4 years, 7 months ago
  79. e8c7d14 block: revert back to synchronous request_queue removal by Luis Chamberlain · 4 years, 7 months ago
  80. 763b589 block: clarify context for refcount increment helpers by Luis Chamberlain · 4 years, 7 months ago
  81. b5bd357 block: add docs for gendisk / request_queue refcount helpers by Luis Chamberlain · 4 years, 7 months ago
  82. ff02945 nvme: use blk_mq_complete_request_remote to avoid an indirect function call by Christoph Hellwig · 4 years, 7 months ago
  83. 8446546 nvme-rdma: factor out a nvme_rdma_end_request helper by Christoph Hellwig · 4 years, 7 months ago
  84. 40d09b5 blk-mq: add a new blk_mq_complete_request_remote API by Christoph Hellwig · 4 years, 7 months ago
  85. 96339526 blk-mq: factor out a blk_mq_complete_need_ipi helper by Christoph Hellwig · 4 years, 7 months ago
  86. 4c8fc19 blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  87. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  88. d391a7a blk-mq: merge the softirq vs non-softirq IPI logic by Christoph Hellwig · 4 years, 7 months ago
  89. d6cc464 blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP by Christoph Hellwig · 4 years, 7 months ago
  90. 6aab1da blk-mq: complete polled requests directly by Christoph Hellwig · 4 years, 7 months ago
  91. dea6f39 blk-mq: remove raise_blk_irq by Christoph Hellwig · 4 years, 7 months ago
  92. 115243f blk-mq: factor out a helper to reise the block softirq by Christoph Hellwig · 4 years, 7 months ago
  93. c3077b5 blk-mq: merge blk-softirq.c into blk-mq.c by Christoph Hellwig · 4 years, 7 months ago
  94. 4877846 Linux 5.8-rc2 by Linus Torvalds · 4 years, 7 months ago
  95. 817d914 Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
  96. 16f4aa9 Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 7 months ago
  97. be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  98. 7561393 Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  99. 93bbca2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  100. 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 7 months ago