1. 1471308 Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10 by Mike Snitzer · 4 years, 4 months ago
  2. 76cffcc block-mq: fix comments in blk_mq_queue_tag_busy_iter by yangerkun · 4 years, 4 months ago
  3. 8229cca blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps() by Xianting Tian · 4 years, 4 months ago
  4. bec02db iocost: consider iocgs with active delays for debt forgiveness by Tejun Heo · 4 years, 4 months ago
  5. c5a6561 iocost: add iocg_forgive_debt tracepoint by Tejun Heo · 4 years, 4 months ago
  6. c7af2a0 iocost: reimplement debt forgiveness using average usage by Tejun Heo · 4 years, 4 months ago
  7. d951784 iocost: recalculate delay after debt reduction by Tejun Heo · 4 years, 4 months ago
  8. 33a1fe6 iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one by Tejun Heo · 4 years, 4 months ago
  9. ab8df82 iocost: factor out ioc_forgive_debts() by Tejun Heo · 4 years, 4 months ago
  10. 6abc494 dm: add support for REQ_NOWAIT and enable it for linear target by Konstantin Khlebnikov · 4 years, 4 months ago
  11. 021a244 block: add QUEUE_FLAG_NOWAIT by Mike Snitzer · 4 years, 4 months ago
  12. 700cd59 vsprintf: use bd_partno in bdev_name by Christoph Hellwig · 4 years, 4 months ago
  13. 8a63a86 block: use bd_partno in bdevname by Christoph Hellwig · 4 years, 4 months ago
  14. 57ba105 target/iblock: fix holder printing in iblock_show_configfs_dev_params by Christoph Hellwig · 4 years, 4 months ago
  15. 74f9445 drbd: don't set ->bd_contains by Christoph Hellwig · 4 years, 4 months ago
  16. 8c40c7c drbd: don't detour through bd_contains for the gendisk by Christoph Hellwig · 4 years, 4 months ago
  17. 4245e52 md: don't detour through bd_contains for the gendisk by Christoph Hellwig · 4 years, 4 months ago
  18. 61a27e1f md: compare bd_disk instead of bd_contains by Christoph Hellwig · 4 years, 4 months ago
  19. fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 4 months ago
  20. 250eec9 Documentation/hdio: fix up obscure bd_contains references by Christoph Hellwig · 4 years, 4 months ago
  21. f56753a bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag by Christoph Hellwig · 4 years, 4 months ago
  22. 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 4 months ago
  23. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
  24. 5115db1 mm: use SWP_SYNCHRONOUS_IO more intelligently by Christoph Hellwig · 4 years, 4 months ago
  25. a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
  26. ed7b6b4 bdi: remove BDI_CAP_CGROUP_WRITEBACK by Christoph Hellwig · 4 years, 4 months ago
  27. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
  28. 16ef510 md: update the optimal I/O size on reshape by Christoph Hellwig · 4 years, 4 months ago
  29. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
  30. 9e82d35 aoe: set an optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  31. 5d4ce78 bcache: inherit the optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  32. b807a2c drbd: remove dead code in device_to_statistics by Christoph Hellwig · 4 years, 4 months ago
  33. 402dd2c fs: remove the unused SB_I_MULTIROOT flag by Christoph Hellwig · 4 years, 4 months ago
  34. 1fb1a2a block: mark blkdev_get static by Christoph Hellwig · 4 years, 4 months ago
  35. 36daaa9 PM: mm: cleanup swsusp_swap_check by Christoph Hellwig · 4 years, 4 months ago
  36. 21bd900 mm: split swap_type_of by Christoph Hellwig · 4 years, 4 months ago
  37. bb3247a39 PM: rewrite is_hibernate_resume_dev to not require an inode by Christoph Hellwig · 4 years, 4 months ago
  38. ef16e1d mm: cleanup claim_swapfile by Christoph Hellwig · 4 years, 4 months ago
  39. e455ed2 ocfs2: cleanup o2hb_region_dev_store by Christoph Hellwig · 4 years, 4 months ago
  40. 841ab72 dasd: cleanup dasd_scan_partitions by Christoph Hellwig · 4 years, 4 months ago
  41. 5a56ad7 raw: don't keep unopened block device around by Christoph Hellwig · 4 years, 4 months ago
  42. 0fc66c9 zram: cleanup backing_dev_store by Christoph Hellwig · 4 years, 4 months ago
  43. b8d9548 pktcdvd: use blkdev_get_by_dev instead of open coding it by Christoph Hellwig · 4 years, 4 months ago
  44. 2d9e28a pktcdvd: remove the if 0'ed pkt_start_recovery function by Christoph Hellwig · 4 years, 4 months ago
  45. 4781628 block: cleanup blkdev_bszset by Christoph Hellwig · 4 years, 4 months ago
  46. 9301fe7 block: cleanup partition scanning in register_disk by Christoph Hellwig · 4 years, 4 months ago
  47. 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 4 months ago
  48. 07d098e block: allow 'chunk_sectors' to be non-power-of-2 by Mike Snitzer · 4 years, 4 months ago
  49. 22ada80 block: use lcm_not_zero() when stacking chunk_sectors by Mike Snitzer · 4 years, 4 months ago
  50. 0385971 block: fix bmd->is_null_mapped initialization by Christoph Hellwig · 4 years, 4 months ago
  51. f952eef block: drop double zeroing by Julia Lawall · 4 years, 4 months ago
  52. 4c07ae0 dm crypt: document encrypted keyring key option by Milan Broz · 4 years, 5 months ago
  53. 4a5caa4 dm crypt: document new no_workqueue flags by Milan Broz · 4 years, 5 months ago
  54. cf9c378 dm: fix comment in dm_process_bio() by Mike Snitzer · 4 years, 4 months ago
  55. ee1dfad dm: fix bio splitting and its bio completion order for regular IO by Mike Snitzer · 4 years, 4 months ago
  56. beaeb4f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
  57. a311283 Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 4 months ago
  58. 88b67ed dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX by Jan Kara · 4 years, 4 months ago
  59. ba4f184 Linux 5.9-rc6 by Linus Torvalds · 4 years, 4 months ago
  60. e2bff39 Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  61. 1f8ee7e Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  62. 3d49167 Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  63. 5674d81 Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  64. 217eee7 Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  65. 4a123db Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 4 months ago
  66. 32251b0 Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 4 years, 4 months ago
  67. b73815a Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 4 months ago
  68. 7d1f869 Revert "KVM: Check the allocation of pv cpu mask" by Vitaly Kuznetsov · 4 years, 4 months ago
  69. bdcf11d Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 4 months ago
  70. d0373c1 Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
  71. f44f3f8 Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 4 months ago
  72. aac5925 Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 4 months ago
  73. 376566c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 4 months ago
  74. 5868ec2 mm: fix wake_page_function() comment typos by Linus Torvalds · 4 years, 4 months ago
  75. c7948fe Merge tag 'kbuild-fixes-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 4 months ago
  76. d4c5da5 dax: Fix stack overflow when mounting fsdax pmem device by Adrian Huang · 4 years, 4 months ago
  77. e2ec512 dm: Call proper helper to determine dax support by Jan Kara · 4 years, 4 months ago
  78. 02186d8 dm/dax: Fix table reference counts by Dan Williams · 4 years, 4 months ago
  79. a46afd1 kconfig: qconf: revive help message in the info view by Masahiro Yamada · 4 years, 4 months ago
  80. 19b835a kconfig: qconf: fix incomplete type 'struct gstr' warning by Masahiro Yamada · 4 years, 4 months ago
  81. 325d0ea Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  82. c8d1a46 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 4 months ago
  83. d5be89a RISC-V: Resurrect the MMIO timer implementation for M-mode systems by Palmer Dabbelt · 4 years, 4 months ago
  84. f025d9d riscv: Fix Kendryte K210 device tree by Damien Le Moal · 4 years, 4 months ago
  85. 21190b7 riscv: Add sfence.vma after early page table changes by Greentime Hu · 4 years, 5 months ago
  86. 2645d43 kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments' by Changbin Du · 4 years, 4 months ago
  87. 9ca48e2 fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype by Tobias Klauser · 4 years, 4 months ago
  88. 4773ef3 stackleak: let stack_erasing_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  89. 7bb82ac ftrace: let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  90. 9683182 mm/memory_hotplug: drain per-cpu pages again during memory offline by Pavel Tatashin · 4 years, 4 months ago
  91. 1ec882f selftests/vm: fix display of page size in map_hugetlb by Christophe Leroy · 4 years, 4 months ago
  92. ec0abae mm/thp: fix __split_huge_pmd_locked() for migration PMD by Ralph Campbell · 4 years, 4 months ago
  93. b039909 kprobes: fix kill kprobe which has been marked as gone by Muchun Song · 4 years, 4 months ago
  94. bb3e96d tmpfs: restore functionality of nr_inodes=0 by Byron Stanoszek · 4 years, 4 months ago
  95. 0964730 mlock: fix unevictable_pgs event counts on THP by Hugh Dickins · 4 years, 4 months ago
  96. 8d8869c mm: fix check_move_unevictable_pages() on THP by Hugh Dickins · 4 years, 4 months ago
  97. a333e3e mm: migration of hugetlbfs page skip memcg by Hugh Dickins · 4 years, 4 months ago
  98. 62fdb16 ksm: reinstate memcg charge on copied pages by Hugh Dickins · 4 years, 4 months ago
  99. b5bfe7d mailmap: add older email addresses for Kees Cook by Kees Cook · 4 years, 4 months ago
  100. eb5f95f Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 4 months ago