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