1. 34f8fe5 bdi: Add bdi->id by Tejun Heo · 5 years ago
  2. 5b9cce4 writeback: Generalize and expose wb_completion by Tejun Heo · 5 years ago
  3. 38b4e09 null_blk: fix inline misuse by Jens Axboe · 5 years ago
  4. a3d7d67 null_blk: create a helper for req completion by Chaitanya Kulkarni · 5 years ago
  5. fceb5d1 null_blk: create a helper for zoned devices by Chaitanya Kulkarni · 5 years ago
  6. 7ea88e2 null_blk: create a helper for mem-backed ops by Chaitanya Kulkarni · 5 years ago
  7. 8f94d1c null_blk: create a helper for badblocks by Chaitanya Kulkarni · 5 years ago
  8. adb8428 null_blk: create a helper for throttling by Chaitanya Kulkarni · 5 years ago
  9. d4b186e null_blk: move duplicate code to callers by Chaitanya Kulkarni · 5 years ago
  10. d1916c8 block: move same page handling from __bio_add_pc_page to the callers by Christoph Hellwig · 5 years ago
  11. 384209c block: create a bio_try_merge_pc_page helper by Christoph Hellwig · 5 years ago
  12. 320ea86 block: improve the gap check in __bio_add_pc_page by Christoph Hellwig · 5 years ago
  13. e9e006f nbd: fix max number of supported devs by Mike Christie · 5 years ago
  14. 2da22da nbd: fix zero cmd timeout handling v2 by Mike Christie · 5 years ago
  15. 887e975 nbd: add missing config put by Mike Christie · 5 years ago
  16. 0051467 nbd: add function to convert blk req op to nbd cmd by Mike Christie · 5 years ago
  17. 55313e9 nbd: add set cmd timeout helper by Mike Christie · 5 years ago
  18. 238bdcd block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition by Revanth Rajashekar · 5 years ago
  19. 89c6cc2c block: sed-opal: Remove always false conditional statement by Revanth Rajashekar · 5 years ago
  20. 5cc23ed block: sed-opal: Add/remove spaces by Revanth Rajashekar · 5 years ago
  21. 988721d block: remove struct request_queue queue_head by Junxiao Bi · 5 years ago
  22. 6444f47 writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock fail by Tejun Heo · 5 years ago
  23. 55a694d writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode switching by Tejun Heo · 5 years ago
  24. b8e24a9 block: annotate refault stalls from IO submission by Johannes Weiner · 5 years ago
  25. 73d9c8d blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling by zhengbin · 5 years ago
  26. 52f6f9d floppy: fix usercopy direction by Jann Horn · 6 years ago
  27. f0e6f41 lightnvm: remove unused 'geo' variable by Jens Axboe · 5 years ago
  28. fdbe4ee loop: Add LOOP_SET_DIRECT_IO to compat ioctl by Alessio Balsini · 5 years ago
  29. 79e178f lib: scatterlist: Fix to support no mapped sg by Zhou Wang · 5 years ago
  30. ba6f7da lightnvm: remove set but not used variables 'data_len' and 'rq_len' by YueHaibing · 5 years ago
  31. e8fc87f Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.4/block by Jens Axboe · 5 years ago
  32. 449808a raid1: factor out a common routine to handle the completion of sync write by Hou Tao · 5 years ago
  33. 0d8ed0e9 md: don't call spare_active in md_reap_sync_thread if all member devices can't work by Guoqing Jiang · 5 years ago
  34. 062f5b2a md: don't set In_sync if array is frozen by Guoqing Jiang · 5 years ago
  35. 9a56784 md: allow last device to be forcibly removed from RAID1/RAID10. by Guoqing Jiang · 5 years ago
  36. cf89160 md: Convert to use int_pow() by Andy Shevchenko · 5 years ago
  37. 7cee6d4 md/raid10: end bio when the device faulty by Yufen Yu · 5 years ago
  38. eeba680 md/raid1: end bio when the device faulty by Yufen Yu · 5 years ago
  39. 143f6e7 md/raid6: Set R5_ReadError when there is read failure on parity disk by Xiao Ni · 6 years ago
  40. 4675719 raid1: use an int as the return value of raise_barrier() by Hou Tao · 6 years ago
  41. 00ec4f3 block: stop exporting bio_map_kern by Hans Holmberg · 5 years ago
  42. ff8f352 lightnvm: pblk: use kvmalloc for metadata by Hans Holmberg · 5 years ago
  43. 48e5da72 lightnvm: move metadata mapping to lower level driver by Hans Holmberg · 5 years ago
  44. 98d87f7 lightnvm: remove nvm_submit_io_sync_fn by Hans Holmberg · 5 years ago
  45. 556f36e blk-mq: balance mapping between present CPUs and queues by Ming Lei · 5 years ago
  46. b7e9e1f scsi: implement .cleanup_rq callback by Ming Lei · 5 years ago
  47. 226b4fc blk-mq: add callback of .cleanup_rq by Ming Lei · 5 years ago
  48. a61dbfb null_blk: implement REQ_OP_ZONE_RESET_ALL by Chaitanya Kulkarni · 5 years ago
  49. d81e9d4 scsi: implement REQ_OP_ZONE_RESET_ALL by Chaitanya Kulkarni · 5 years ago
  50. 6e33dbf blk-zoned: implement REQ_OP_ZONE_RESET_ALL by Chaitanya Kulkarni · 5 years ago
  51. e84e8f0 block: add req op to reset all zones and flag by Chaitanya Kulkarni · 5 years ago
  52. 67ed8b7 block: Fix a comment in blk_cleanup_queue() by Bart Van Assche · 5 years ago
  53. 012d4a6 block: Fix spelling in the header above blkg_lookup() by Bart Van Assche · 5 years ago
  54. 9cc5169 block: Improve physical block alignment of split bios by Bart Van Assche · 5 years ago
  55. 708b25b block: Simplify blk_bio_segment_split() by Bart Van Assche · 5 years ago
  56. ff9811b block: Simplify bvec_split_segs() by Bart Van Assche · 5 years ago
  57. dad7758 block: Document the bio splitting functions by Bart Van Assche · 5 years ago
  58. af2c68f block: Declare several function pointer arguments 'const' by Bart Van Assche · 5 years ago
  59. a87ccce blk-mq: remove blk_mq_complete_request_sync by Ming Lei · 5 years ago
  60. 622b8b6 nvme: wait until all completed request's complete fn is called by Ming Lei · 5 years ago
  61. 78ca407 nvme: don't abort completed request in nvme_cancel_request by Ming Lei · 5 years ago
  62. f9934a8 blk-mq: introduce blk_mq_tagset_wait_completed_request() by Ming Lei · 5 years ago
  63. aa306ab blk-mq: introduce blk_mq_request_completed() by Ming Lei · 5 years ago
  64. e21a712 Linux 5.3-rc3 by Linus Torvalds · 5 years ago
  65. a6831a8 Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
  66. 62d1716 Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 5 years ago
  67. fa4f99c tpm: tpm_ibm_vtpm: Fix unallocated banks by Nayna Jain · 5 years ago
  68. 1e5ac63 tpm: Fix null pointer dereference on chip register error path by Milan Broz · 6 years ago
  69. 4b6f231 Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  70. 4c0d228 MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer by Geert Uytterhoeven · 5 years ago
  71. 05e4f88 Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  72. 8449c98 Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/micah-morton/linux by Linus Torvalds · 5 years ago
  73. 0c5b6c28 kconfig: Clear "written" flag to avoid data loss by M. Vefa Bicakci · 5 years ago
  74. d8778f1 Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
  75. cf6c8ae Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  76. 8b7fd67 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  77. 0432a0a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  78. af42e74 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  79. e12b243 Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  80. b7aea68 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  81. 6167254 Merge tag 'riscv/for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  82. 7291edc drivers/acpi/scan.c: document why we don't need the device_hotplug_lock by David Hildenbrand · 5 years ago
  83. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago
  84. 733d1d1 lib/test_meminit.c: use GFP_ATOMIC in RCU critical section by Alexander Potapenko · 5 years ago
  85. cbedfe11 asm-generic: fix -Wtype-limits compiler warnings by Qian Cai · 5 years ago
  86. b59b1ba cgroup: kselftest: relax fs_spec checks by Chris Down · 5 years ago
  87. aa4996b mm/memory_hotplug.c: remove unneeded return for void function by Weitao Hou · 5 years ago
  88. 7b358c6 mm/migrate.c: initialize pud_entry in migrate_vma() by Ralph Campbell · 5 years ago
  89. 315c692 coredump: split pipe command whitespace before expanding template by Paul Wise · 5 years ago
  90. ee38d94 page flags: prioritize kasan bits over last-cpuid by Arnd Bergmann · 5 years ago
  91. af700ea ubsan: build ubsan.c more conservatively by Arnd Bergmann · 5 years ago
  92. ebb6d35 kasan: remove clang version check for KASAN_STACK by Arnd Bergmann · 5 years ago
  93. 670105a mm: compaction: avoid 100% CPU usage during compaction when a task is killed by Mel Gorman · 5 years ago
  94. ebdf4de mm: migrate: fix reference check race between __find_get_block() and migration by Jan Kara · 5 years ago
  95. fa1e512 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  96. 7bc36e3 ocfs2: remove set but not used variable 'last_hash' by YueHaibing · 5 years ago
  97. df9576d Revert "kmemleak: allow to coexist with fault injection" by Yang Shi · 5 years ago
  98. 68d8681 kernel/signal.c: fix a kernel-doc markup by Mauro Carvalho Chehab · 5 years ago
  99. 0e31225 Merge tag 'drm-fixes-2019-08-02-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  100. 4f1a6ef Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago