1. d0a255e loop: set PF_MEMALLOC_NOIO for the worker thread by Mikulas Patocka · 5 years ago
  2. 430380b block: aoe: Fix kernel crash due to atomic sleep when exiting by He Zhe · 5 years ago
  3. 2b5c8f0 nbd: replace kill_bdev() with __invalidate_device() again by Munehisa Kamata · 5 years ago
  4. 89e524c0 loop: Fix mount(2) failure due to race with LOOP_SET_FD by Jan Kara · 5 years ago
  5. 7be2176 ataflop: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  6. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  7. 77ce56e drbd: dynamically allocate shash descriptor by Arnd Bergmann · 5 years ago
  8. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  9. 47d6a76 Merge branch 'floppy' by Linus Torvalds · 5 years ago
  10. da99466 floppy: fix out-of-bounds read in copy_buffer by Denis Efremov · 5 years ago
  11. 9b04609 floppy: fix invalid pointer dereference in drive_name by Denis Efremov · 5 years ago
  12. 5635f89 floppy: fix out-of-bounds read in next_valid_format by Denis Efremov · 5 years ago
  13. f3554ae floppy: fix div-by-zero in setup_format_params by Denis Efremov · 5 years ago
  14. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  15. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  16. e775161 docs: blockdev: add it to the admin-guide by Mauro Carvalho Chehab · 6 years ago
  17. 3944310 docs: blockdev: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  18. e347946 null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED by Jens Axboe · 5 years ago
  19. bd976e5 block: Kill gfp_t argument of blkdev_report_zones() by Damien Le Moal · 6 years ago
  20. 4ddeaae8 nbd: add netlink reconfigure resize support by Mike Christie · 6 years ago
  21. 553768d nbd: fix crash when the blksize is zero by Xiubo Li · 6 years ago
  22. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  23. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  24. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  25. 8b5bec5 rbd: setallochint only if object doesn't exist by Ilya Dryomov · 6 years ago
  26. 22e8bd5 rbd: support for object-map and fast-diff by Ilya Dryomov · 6 years ago
  27. da5ef6be rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe() by Ilya Dryomov · 6 years ago
  28. 68ada91 libceph: change ceph_osdc_call() to take page vector for response by Ilya Dryomov · 6 years ago
  29. 637cd06 rbd: new exclusive lock wait/wake code by Ilya Dryomov · 6 years ago
  30. e1fddc8 rbd: quiescing lock should wait for image requests by Ilya Dryomov · 6 years ago
  31. a2b1da0 rbd: lock should be quiesced on reacquire by Ilya Dryomov · 6 years ago
  32. 793333a30 rbd: introduce copyup state machine by Ilya Dryomov · 6 years ago
  33. ea9b743 rbd: rename rbd_obj_setup_*() to rbd_obj_init_*() by Ilya Dryomov · 6 years ago
  34. a086a1b rbd: move OSD request allocation into object request state machines by Ilya Dryomov · 6 years ago
  35. 27bbd91 rbd: factor out __rbd_osd_setup_discard_ops() by Ilya Dryomov · 6 years ago
  36. b5ae8cb rbd: factor out rbd_osd_setup_copyup() by Ilya Dryomov · 6 years ago
  37. bcbab1d rbd: introduce obj_req->osd_reqs list by Ilya Dryomov · 6 years ago
  38. 0192ce2 rbd: introduce image request state machine by Ilya Dryomov · 6 years ago
  39. 85b5e6d rbd: move OSD request submission into object request state machines by Ilya Dryomov · 6 years ago
  40. 0ad5d95 rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD} by Ilya Dryomov · 6 years ago
  41. a9b67e6 rbd: replace obj_req->tried_parent with obj_req->read_state by Ilya Dryomov · 6 years ago
  42. 54ab3b2 rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred by Ilya Dryomov · 6 years ago
  43. 5be1f9d Merge tag 'v5.2-rc6' into for-5.3/block by Jens Axboe · 6 years ago
  44. b620743 block: never take page references for ITER_BVEC by Christoph Hellwig · 6 years ago
  45. 5f2ab0c block: skd_main.c: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  46. b71e8c1 block: mtip32xx: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  47. 152c762 null_blk: fix type mismatch null_handle_cmd() by Chaitanya Kulkarni · 6 years ago
  48. d27e84a block: drbd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  49. 8c54803 null_blk: remove duplicate 0 initialization by Chaitanya Kulkarni · 6 years ago
  50. 2af47c1 floppy: fix harmless clang build warning by Arnd Bergmann · 6 years ago
  51. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  52. 97873a3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497 by Thomas Gleixner · 6 years ago
  53. 7602843 block: null_blk: fix race condition for null_del_dev by Bob Liu · 6 years ago
  54. 8ea6188 docs: cdrom: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  55. 1d0c065 block/ps3vram: Use %llu to format sector_t after LBDAF removal by Geert Uytterhoeven · 6 years ago
  56. 154085f null_blk: remove duplicate check for report zone by Chaitanya Kulkarni · 6 years ago
  57. 8e61f6f Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  58. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  59. bb6f59a mtip32xx: also set max_segment_size in the device by Christoph Hellwig · 6 years ago
  60. 84f3fc7 rsxx: don't call dma_set_max_seg_size by Christoph Hellwig · 6 years ago
  61. 1949739 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349 by Thomas Gleixner · 6 years ago
  62. b4cda05 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 348 by Thomas Gleixner · 6 years ago
  63. e0241fb block: aoe: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  64. 1d5c76e xen-blkfront: switch kcalloc to kvcalloc for large array allocation by Roger Pau Monne · 6 years ago
  65. 9221dce Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  66. 935912c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 by Thomas Gleixner · 6 years ago
  67. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  68. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  69. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  70. eb1fe3b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127 by Thomas Gleixner · 6 years ago
  71. fee1099 signal/drbd: Use send_sig not force_sig by Eric W. Biederman · 6 years ago
  72. 33ec3e5 loop: Don't change loop device under exclusive opener by Jan Kara · 6 years ago
  73. c6ae4c0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 by Thomas Gleixner · 6 years ago
  74. 1b9391e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 30 by Thomas Gleixner · 6 years ago
  75. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  76. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  77. 1718de7 Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  78. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  79. 936b33f brd: add cond_resched to brd_free_pages by Mikulas Patocka · 6 years ago
  80. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  81. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  82. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  83. b91a7bd rbd: don't assert on writes to snapshots by Ilya Dryomov · 6 years ago
  84. a32e414 rbd: client_mutex is never nested by Ilya Dryomov · 6 years ago
  85. 1680937 rbd: convert all rbd_assert(0) to BUG() by Arnd Bergmann · 6 years ago
  86. d342a15 rbd: avoid clang -Wuninitialized warning by Arnd Bergmann · 6 years ago
  87. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  88. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  89. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  91. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  92. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  93. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  94. 2abd2de nbd: add tracepoints for send/receive timing by Andrew Hall · 6 years ago
  95. ea10672 nbd: trace sending nbd requests by Matt Mullins · 6 years ago
  96. e153abc zram: pass down the bvec we need to read into in the work struct by Jérôme Glisse · 6 years ago
  97. cc6be13 mtip32xx: remove trim support by Christoph Hellwig · 6 years ago
  98. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  99. f6b5016 brd: re-enable __GFP_HIGHMEM in brd_insert_page() by Hou Tao · 6 years ago
  100. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago