1. f794f33 block: add support for blk_mq_end_request_batch() by Jens Axboe · 3 years, 3 months ago
  2. 1aec5e4 sbitmap: add helper to clear a batch of tags by Jens Axboe · 3 years, 3 months ago
  3. 5a72e89 block: add a struct io_comp_batch argument to fops->iopoll() by Jens Axboe · 3 years, 3 months ago
  4. 013a7f9 block: provide helpers for rq_list manipulation by Jens Axboe · 3 years, 3 months ago
  5. afd7de0 block: remove some blk_mq_hw_ctx debugfs entries by Jens Axboe · 3 years, 3 months ago
  6. 2ff0682 block: store elevator state in request by Jens Axboe · 3 years, 3 months ago
  7. b608762 block: improve layout of struct request by Jens Axboe · 3 years, 3 months ago
  8. d4aa57a block: don't bother iter advancing a fully done bio by Jens Axboe · 3 years, 3 months ago
  9. 17220ca block: cache request queue in bdev by Pavel Begunkov · 3 years, 3 months ago
  10. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  11. 1941612 block: define 'struct bvec_iter' as packed by Ming Lei · 3 years, 3 months ago
  12. 6ce913f block: rename REQ_HIPRI to REQ_POLLED by Christoph Hellwig · 3 years, 3 months ago
  13. d729cf9 io_uring: don't sleep when polling for I/O by Christoph Hellwig · 3 years, 3 months ago
  14. ef99b2d block: replace the spin argument to blk_iopoll with a flags argument by Christoph Hellwig · 3 years, 3 months ago
  15. 28a1ae6 blk-mq: remove blk_qc_t_valid by Christoph Hellwig · 3 years, 3 months ago
  16. efbabbe blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal by Christoph Hellwig · 3 years, 3 months ago
  17. f70299f blk-mq: factor out a blk_qc_to_hctx helper by Christoph Hellwig · 3 years, 3 months ago
  18. 9672b0d sbitmap: add __sbitmap_queue_get_batch() by Jens Axboe · 3 years, 3 months ago
  19. 4f7ab09 block: mark bio_truncate static by Christoph Hellwig · 3 years, 3 months ago
  20. ff18d77 block: move bio_get_{first,last}_bvec out of bio.h by Christoph Hellwig · 3 years, 3 months ago
  21. 9774b39 block: mark __bio_try_merge_page static by Christoph Hellwig · 3 years, 3 months ago
  22. 9a6083b block: move bio_full out of bio.h by Christoph Hellwig · 3 years, 3 months ago
  23. b6559d8 block: fold bio_cur_bytes into blk_rq_cur_bytes by Christoph Hellwig · 3 years, 3 months ago
  24. 8addffd block: move bio_mergeable out of bio.h by Christoph Hellwig · 3 years, 3 months ago
  25. 11d9cab block: don't include <linux/ioprio.h> in <linux/bio.h> by Christoph Hellwig · 3 years, 3 months ago
  26. 9e8c0d0 block: remove BIO_BUG_ON by Christoph Hellwig · 3 years, 3 months ago
  27. 84b8514 block: move the *blkdev_ioctl declarations out of blkdev.h by Christoph Hellwig · 3 years, 3 months ago
  28. 47c122e block: pre-allocate requests if plug is started and is a batch by Jens Axboe · 3 years, 4 months ago
  29. ba0ffdd block: bump max plugged deferred size from 16 to 32 by Jens Axboe · 3 years, 4 months ago
  30. 079a2e3 blk-mq: Change shared sbitmap naming to shared tags by John Garry · 3 years, 4 months ago
  31. e155b0c blk-mq: Use shared tags for shared sbitmap support by John Garry · 3 years, 4 months ago
  32. d2a2796 block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ by John Garry · 3 years, 4 months ago
  33. 24b83de block: move struct request to blk-mq.h by Christoph Hellwig · 3 years, 4 months ago
  34. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 4 months ago
  35. badf7f6 block: move a few merge helpers out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 4 months ago
  36. b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 4 months ago
  37. 3ab0bc7 block: drop unused includes in <linux/blkdev.h> by Christoph Hellwig · 3 years, 4 months ago
  38. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 4 months ago
  39. 9778ac7 block: remove the struct blk_queue_ctx forward declaration by Christoph Hellwig · 3 years, 4 months ago
  40. 713e4e1 block: remove the cmd_size field from struct request_queue by Christoph Hellwig · 3 years, 4 months ago
  41. 9013823 block: remove the unused blk_queue_state enum by Christoph Hellwig · 3 years, 4 months ago
  42. 1d9433c block: remove the unused rq_end_sector macro by Christoph Hellwig · 3 years, 4 months ago
  43. ccdf774 mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 4 months ago
  44. e41d12f mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 4 months ago
  45. 348332e mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> by Christoph Hellwig · 3 years, 4 months ago
  46. f2b3420 Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  47. e3572df Merge tag 'char-misc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 3 months ago
  48. c411080 kyber: avoid q->disk dereferences in trace points by Christoph Hellwig · 3 years, 3 months ago
  49. 8e141f9 block: drain file system I/O on del_gendisk by Christoph Hellwig · 3 years, 4 months ago
  50. 985f6ab Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 3 months ago
  51. ec681c5 Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  52. 1626d9a Merge tag 'sound-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 3 months ago
  53. 6098475 spi: Fix deadlock when adding SPI controllers on SPI buses by Mark Brown · 3 years, 3 months ago
  54. b70b152 Merge tag 'mlx5-fixes-2021-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 3 years, 3 months ago
  55. 49f885b net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib by Vladimir Oltean · 3 years, 3 months ago
  56. deab6b1 net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver by Vladimir Oltean · 3 years, 3 months ago
  57. ebb4c6a net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with the skb PTP header by Vladimir Oltean · 3 years, 3 months ago
  58. 52849bc net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO by Vladimir Oltean · 3 years, 3 months ago
  59. c57fe00 net: mscc: ocelot: make use of all 63 PTP timestamp identifiers by Vladimir Oltean · 3 years, 3 months ago
  60. 4ac0567 net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver by Vladimir Oltean · 3 years, 4 months ago
  61. 28da055 net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver by Vladimir Oltean · 3 years, 4 months ago
  62. 0bc73ad net/mlx5e: Mutually exclude RX-FCS and RX-port-timestamp by Aya Levin · 3 years, 4 months ago
  63. fa58787 Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 3 months ago
  64. 0a5d6c6 Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 3 years, 3 months ago
  65. 5bded82 net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports by Vladimir Oltean · 3 years, 3 months ago
  66. 3946b46 Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 3 months ago
  67. 0dcf60d Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 3 months ago
  68. 2fbc349 asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhere by Adam Borowski · 3 years, 4 months ago
  69. 3e899c7 Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 3 months ago
  70. 7041503 Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 3 months ago
  71. 4a16df5 Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  72. 52bf803 Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 3 months ago
  73. 424953c qcom_scm: hide Kconfig symbol by Arnd Bergmann · 3 years, 4 months ago
  74. 578f393 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ by David S. Miller · 3 years, 4 months ago
  75. c0f1886 ALSA: hda: intel: Allow repeatedly probing on codec configuration errors by Takashi Iwai · 3 years, 4 months ago
  76. 361b57d kunit: fix kernel-doc warnings due to mismatched arg names by Daniel Latypov · 3 years, 4 months ago
  77. 95a13ee hyper-v: Replace uuid.h with types.h by Andy Shevchenko · 3 years, 4 months ago
  78. 94ad8aa ARM: omap1: move omap15xx local bus handling to usb.c by Arnd Bergmann · 3 years, 4 months ago
  79. 3f6cffb etherdevice: use __dev_addr_set() by Jakub Kicinski · 3 years, 4 months ago
  80. a0e25f0 cachefiles: Fix oops with cachefiles_cull() due to NULL object by Dave Wysochanski · 3 years, 4 months ago
  81. 9731572 xen/privcmd: drop "pages" parameter from xen_remap_pfn() by Jan Beulich · 3 years, 4 months ago
  82. ad2b502 Merge tag 'misc-habanalabs-fixes-2021-09-29' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-linus by Greg Kroah-Hartman · 3 years, 4 months ago
  83. 84928ce Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
  84. 777feab Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  85. 3a399a2 Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  86. 6e9bfdc cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object by Dave Wysochanski · 3 years, 4 months ago
  87. dade7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 4 months ago
  88. 6fb721c netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification by Pablo Neira Ayuso · 3 years, 4 months ago
  89. 019d932 net: mscc: ocelot: fix VCAP filters remaining active after being deleted by Vladimir Oltean · 3 years, 4 months ago
  90. 5fb14d2 net: add kerneldoc comment for sk_peer_lock by Eric Dumazet · 3 years, 4 months ago
  91. 83d40a6 sched: Always inline is_percpu_thread() by Peter Zijlstra · 3 years, 4 months ago
  92. f792565 perf/core: fix userpage->time_enabled of inactive events by Song Liu · 3 years, 4 months ago
  93. 4de593f Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 4 months ago
  94. 35306eb af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 4 months ago
  95. 4905455 net: introduce and use lock_sock_fast_nested() by Paolo Abeni · 3 years, 4 months ago
  96. 02d5e01 Merge tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 4 months ago
  97. 4ca57d5 habanalabs: fix resetting args in wait for CS IOCTL by Rajaravi Krishna Katta · 3 years, 4 months ago
  98. 4ccb9f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 4 months ago
  99. 339031b netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1 by Florian Westphal · 3 years, 4 months ago
  100. 9cccec2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 4 months ago