1. 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  2. bbdb3c5 blk-mq: remove dead check from blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  3. 7538352 blk-mq: move getting driver tag and budget into one helper by Ming Lei · 4 years, 7 months ago
  4. 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  5. 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 7 months ago
  6. 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 7 months ago
  7. 36a3df5 blk-mq: put driver tag when this request is completed by Ming Lei · 4 years, 7 months ago
  8. a2e83ef blk-cgroup: remove a dead check in blk_throtl_bio by Christoph Hellwig · 4 years, 7 months ago
  9. db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 7 months ago
  10. 93b8063 blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio by Christoph Hellwig · 4 years, 7 months ago
  11. 7582f30 cgroup: unexport cgroup_rstat_updated by Christoph Hellwig · 4 years, 7 months ago
  12. 81630e2 blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check by Christoph Hellwig · 4 years, 7 months ago
  13. 13c7863 block: move the initial blkg lookup into blkg_tryget_closest by Christoph Hellwig · 4 years, 7 months ago
  14. a5b9752 block: bypass blkg_tryget_closest for the root_blkg by Christoph Hellwig · 4 years, 7 months ago
  15. 8c54628 block: merge blkg_lookup_create and __blkg_lookup_create by Christoph Hellwig · 4 years, 7 months ago
  16. 28fc591 block: move the bio cgroup associatation helpers to blk-cgroup.c by Christoph Hellwig · 4 years, 7 months ago
  17. a18b9b1 block: move bio_associate_blkg_from_page to mm/page_io.c by Christoph Hellwig · 4 years, 7 months ago
  18. 2badf06 block: merge __bio_associate_blkg into bio_associate_blkg_from_css by Christoph Hellwig · 4 years, 7 months ago
  19. d92c370 block: really clone the block cgroup in bio_clone_blkg_association by Christoph Hellwig · 4 years, 7 months ago
  20. db9819c block: remove bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago
  21. 4ef2c5c dm: use bio_uninit instead of bio_disassociate_blkg by Christoph Hellwig · 4 years, 7 months ago
  22. 826f2f4 blk-rq-qos: remove redundant finish_wait to rq_qos_wait. by Guo Xuenan · 4 years, 7 months ago
  23. f3bdc62 blktrace: Provide event for request merging by Jan Kara · 4 years, 7 months ago
  24. 621c1f4 block: move struct block_device to blk_types.h by Christoph Hellwig · 4 years, 7 months ago
  25. 1a4dcfa block: reduce ifdef CONFIG_BLOCK madness in headers by Christoph Hellwig · 4 years, 7 months ago
  26. d2de7ea fs: move the buffer_heads_over_limit stub to buffer_head.h by Christoph Hellwig · 4 years, 7 months ago
  27. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  28. dd0dca2 block: simplify sb_is_blkdev_sb by Christoph Hellwig · 4 years, 7 months ago
  29. 75362a1 fs: remove the mount_bdev and kill_block_super stubs by Christoph Hellwig · 4 years, 7 months ago
  30. 4e24566 fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines by Christoph Hellwig · 4 years, 7 months ago
  31. 7dbac5b fs: remove an unused block_device_operations forward declaration by Christoph Hellwig · 4 years, 7 months ago
  32. 764b23b block: mark bd_finish_claiming static by Christoph Hellwig · 4 years, 7 months ago
  33. b818f09 tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK by Christoph Hellwig · 4 years, 7 months ago
  34. 7a804c3 nvme-rdma: fix a missing completion with remove invalidation by Christoph Hellwig · 4 years, 7 months ago
  35. f61d6e2 blk-iocost: Use struct_size() in kzalloc_node() by Gustavo A. R. Silva · 4 years, 7 months ago
  36. 1f4fe21 block: bio: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
  37. 85e0cbb block: create the request_queue debugfs_dir on registration by Luis Chamberlain · 4 years, 7 months ago
  38. b431ef8 blktrace: ensure our debugfs dir exists by Luis Chamberlain · 4 years, 7 months ago
  39. bad8e64 blktrace: fix debugfs use after free by Luis Chamberlain · 4 years, 7 months ago
  40. 200f933 loop: be paranoid on exit and prevent new additions / removals by Luis Chamberlain · 4 years, 7 months ago
  41. a67549c blktrace: annotate required lock on do_blk_trace_setup() by Luis Chamberlain · 4 years, 7 months ago
  42. e8c7d14 block: revert back to synchronous request_queue removal by Luis Chamberlain · 4 years, 7 months ago
  43. 763b589 block: clarify context for refcount increment helpers by Luis Chamberlain · 4 years, 7 months ago
  44. b5bd357 block: add docs for gendisk / request_queue refcount helpers by Luis Chamberlain · 4 years, 7 months ago
  45. ff02945 nvme: use blk_mq_complete_request_remote to avoid an indirect function call by Christoph Hellwig · 4 years, 7 months ago
  46. 8446546 nvme-rdma: factor out a nvme_rdma_end_request helper by Christoph Hellwig · 4 years, 7 months ago
  47. 40d09b5 blk-mq: add a new blk_mq_complete_request_remote API by Christoph Hellwig · 4 years, 7 months ago
  48. 96339526 blk-mq: factor out a blk_mq_complete_need_ipi helper by Christoph Hellwig · 4 years, 7 months ago
  49. 4c8fc19 blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  50. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  51. d391a7a blk-mq: merge the softirq vs non-softirq IPI logic by Christoph Hellwig · 4 years, 7 months ago
  52. d6cc464 blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP by Christoph Hellwig · 4 years, 7 months ago
  53. 6aab1da blk-mq: complete polled requests directly by Christoph Hellwig · 4 years, 7 months ago
  54. dea6f39 blk-mq: remove raise_blk_irq by Christoph Hellwig · 4 years, 7 months ago
  55. 115243f blk-mq: factor out a helper to reise the block softirq by Christoph Hellwig · 4 years, 7 months ago
  56. c3077b5 blk-mq: merge blk-softirq.c into blk-mq.c by Christoph Hellwig · 4 years, 7 months ago
  57. 4877846 Linux 5.8-rc2 by Linus Torvalds · 4 years, 7 months ago
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 7 months ago
  64. 2c6d963 Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n" by Masahiro Yamada · 4 years, 7 months ago
  65. 6467777 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  66. a5c6a1f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 7 months ago
  67. 25fae75 pinctrl: single: fix function name in documentation by Drew Fustini · 4 years, 7 months ago
  68. 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
  69. eede2b9 Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 7 months ago
  70. 7f5f4de pinctrl: qcom: ipq6018 Add missing pins in qpic pin group by Sivaprakash Murugesan · 4 years, 7 months ago
  71. 13f2d25 Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'" by Haibo Chen · 4 years, 7 months ago
  72. 1566fee Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
  73. 7fdfbe0 Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  74. 27c2760 Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  75. 5481fc6 afs: Fix hang on rmmod due to outstanding timer by David Howells · 4 years, 7 months ago
  76. f8ea5c7 afs: Fix afs_do_lookup() to call correct fetch-status op variant by David Howells · 4 years, 7 months ago
  77. c0e1c8c powerpc/8xx: Provide ptep_get() with 16k pages by Christophe Leroy · 4 years, 7 months ago
  78. 481e980 mm: Allow arches to provide ptep_get() by Christophe Leroy · 4 years, 7 months ago
  79. 55ca226 mm/gup: Use huge_ptep_get() in gup_hugepte() by Christophe Leroy · 4 years, 7 months ago
  80. 9df24ea Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next by Dan Williams · 4 years, 7 months ago
  81. 4333a9b Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  82. d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  83. 592be75 Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  84. 62c91ea Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  85. 672f925 Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
  86. 84bc199 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  87. 98b7699 Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
  88. 98d7e74 Merge tag 'perf-tools-fixes-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
  89. 28f9f8f MAINTAINERS: Add robert and myself as qcom i2c cci maintainers by Loic Poulain · 4 years, 7 months ago
  90. a23ff37 i2c: smbus: Fix spelling mistake in the comments by Keyur Patel · 4 years, 7 months ago
  91. a576512 Documentation/i2c: SMBus start signal is S not A by Daniel Schaefer · 4 years, 7 months ago
  92. 390fd04 i2c: remove deprecated i2c_new_device API by Wolfram Sang · 4 years, 7 months ago
  93. bc5a3e4 Documentation: media: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
  94. 9e1b93b video: backlight: tosa_lcd: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
  95. f04a5ba x86/platform/intel-mid: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
  96. bb7d93f drm: encoder_slave: use new I2C API by Wolfram Sang · 4 years, 7 months ago
  97. f78d403 drm: encoder_slave: fix refcouting error for modules by Wolfram Sang · 4 years, 7 months ago
  98. 0e2c090 RISC-V: Acquire mmap lock before invoking walk_page_range by Atish Patra · 4 years, 7 months ago
  99. e0d17c8 RISC-V: Don't allow write+exec only page mapping request in mmap by Yash Shah · 4 years, 7 months ago
  100. 8a7a3d1 Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 7 months ago