1. c688982 nbd: fix crash when the blksize is zero by Xiubo Li · 5 years ago
  2. 9f0f39c nbd: fix max number of supported devs by Mike Christie · 5 years ago
  3. bbd76d9 pktcdvd: remove warning on attempting to register non-passthrough dev by Jens Axboe · 5 years ago
  4. d093d31 nbd: add missing config put by Mike Christie · 5 years ago
  5. cf8f20a loop: Add LOOP_SET_DIRECT_IO to compat ioctl by Alessio Balsini · 5 years ago
  6. c3817ff floppy: fix usercopy direction by Jann Horn · 6 years ago
  7. eb535aa xen/blkback: fix memory leaks by Wenwen Wang · 5 years ago
  8. 38c919e drbd: dynamically allocate shash descriptor by Arnd Bergmann · 5 years ago
  9. c9a1c10 loop: set PF_MEMALLOC_NOIO for the worker thread by Mikulas Patocka · 5 years ago
  10. eb82824 nbd: replace kill_bdev() with __invalidate_device() again by Munehisa Kamata · 5 years ago
  11. ff54c44 floppy: fix out-of-bounds read in copy_buffer by Denis Efremov · 5 years ago
  12. a9444d9 floppy: fix invalid pointer dereference in drive_name by Denis Efremov · 5 years ago
  13. 5b565f3 floppy: fix out-of-bounds read in next_valid_format by Denis Efremov · 5 years ago
  14. 6e34fd0 floppy: fix div-by-zero in setup_format_params by Denis Efremov · 5 years ago
  15. c8f75e7 block: null_blk: fix race condition for null_del_dev by Bob Liu · 5 years ago
  16. b9b75a4 xen-blkfront: switch kcalloc to kvcalloc for large array allocation by Roger Pau Monne · 6 years ago
  17. bbd559a brd: re-enable __GFP_HIGHMEM in brd_insert_page() by Hou Tao · 6 years ago
  18. 0e8e67b virtio-blk: limit number of hw queues by nr_cpu_ids by Dongli Zhang · 6 years ago
  19. a82cfd7 xsysace: Fix error handling in ace_setup by Guenter Roeck · 6 years ago
  20. 710733e zram: pass down the bvec we need to read into in the work struct by Jérôme Glisse · 6 years ago
  21. 1832b15 loop: do not print warn message if partition scan is successful by Dongli Zhang · 6 years ago
  22. 6158403 loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part() by Dongli Zhang · 6 years ago
  23. 3254dd3 loop: access lo_backing_file only when the loop device is Lo_bound by Dongli Zhang · 6 years ago
  24. e01f2b0 floppy: check_events callback should not return a negative number by Yufen Yu · 6 years ago
  25. 295b3e2 block/swim3: Fix -EBUSY error when re-opening device after unmount by Finn Thain · 6 years ago
  26. 3b3ee49 zram: fix lockdep warning of free block handling by Minchan Kim · 6 years ago
  27. 66345d53 drbd: skip spurious timeout (ping-timeo) when failing promote by Lars Ellenberg · 6 years ago
  28. af70af5 drbd: disconnect, if the wrong UUIDs are attached on a connected peer by Lars Ellenberg · 6 years ago
  29. 3d67b42 drbd: narrow rcu_read_lock in drbd_sync_handshake by Roland Kammerer · 6 years ago
  30. 3fbba4e sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN by Young Xiao · 6 years ago
  31. 9a9c3c0 nbd: Use set_blocksize() to set device blocksize by Jan Kara · 6 years ago
  32. 8868a72 loop: drop caches if offset or block_size are changed by Jaegeuk Kim · 6 years ago
  33. 30805ec loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() by Tetsuo Handa · 6 years ago
  34. b42e24a loop: Get rid of 'nested' acquisition of loop_ctl_mutex by Jan Kara · 6 years ago
  35. 5c684c2 loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex by Jan Kara · 6 years ago
  36. 5f0db37 loop: Fix deadlock when calling blkdev_reread_part() by Jan Kara · 6 years ago
  37. 6e0d693 loop: Move loop_reread_partitions() out of loop_ctl_mutex by Jan Kara · 6 years ago
  38. ed281a7 loop: Move special partition reread handling in loop_clr_fd() by Jan Kara · 6 years ago
  39. dc71740 loop: Push loop_ctl_mutex down to loop_change_fd() by Jan Kara · 6 years ago
  40. 9218b10 loop: Push loop_ctl_mutex down to loop_set_fd() by Jan Kara · 6 years ago
  41. 90386ad loop: Push loop_ctl_mutex down to loop_set_status() by Jan Kara · 6 years ago
  42. 8de6412 loop: Push loop_ctl_mutex down to loop_get_status() by Jan Kara · 6 years ago
  43. ed87dc6 loop: Push loop_ctl_mutex down into loop_clr_fd() by Jan Kara · 6 years ago
  44. 1897432 loop: Split setting of lo_state from loop_clr_fd by Jan Kara · 6 years ago
  45. b846389 loop: Push lo_ctl_mutex down into individual ioctls by Jan Kara · 6 years ago
  46. ea5df50 loop: Get rid of loop_index_mutex by Jan Kara · 6 years ago
  47. 38d9cce loop: Fold __loop_release into loop_release by Jan Kara · 6 years ago
  48. 342b336 block/loop: Use global lock for ioctl() operation. by Tetsuo Handa · 6 years ago
  49. f5d3c78 block/loop: Don't grab "struct file" for vfs_getattr() operation. by Tetsuo Handa · 6 years ago
  50. 9972553 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set by Ilya Dryomov · 6 years ago
  51. e3af83b zram: fix double free backing device by Minchan Kim · 6 years ago
  52. 73fd491d floppy: fix race condition in __floppy_read_block_0() by Jens Axboe · 6 years ago
  53. 0987d5a block: brd: associate with queue until adding disk by Ming Lei · 6 years ago
  54. 9e07f4e zram: close udev startup race condition as default groups by Minchan Kim · 6 years ago
  55. 587960d xen-blkfront: fix kernel panic with negotiate_mq error path by Manjunath Patil · 6 years ago
  56. f6a2cd1 xen/blkfront: avoid NULL blkfront_info dereference on device removal by Vasilis Liaskovitis · 6 years ago
  57. 2ee36fb swim: fix cleanup on setup error by Omar Sandoval · 6 years ago
  58. 8e00f45 ataflop: fix error handling during setup by Omar Sandoval · 6 years ago
  59. ff5d1a4 sunvdc: Remove VLA usage by Kees Cook · 6 years ago
  60. 291d0e5 Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block by Greg Kroah-Hartman · 6 years ago
  61. 6c76786 xen/blkfront: correct purging of persistent grants by Juergen Gross · 6 years ago
  62. 15c2068 Revert "xen/blkfront: When purging persistent grants, keep them in the buffer" by Jens Axboe · 6 years ago
  63. f151ba9 xen/blkfront: When purging persistent grants, keep them in the buffer by Boris Ostrovsky · 6 years ago
  64. 211b100 Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block by Greg Kroah-Hartman · 6 years ago
  65. 65eea8e floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl by Andy Whitcroft · 6 years ago
  66. 4d8d9f5 Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  67. b228ba1 null_blk: fix zoned support for non-rq based operation by Jens Axboe · 6 years ago
  68. a12ed06 Merge tag 'ceph-for-4.19-rc3' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  69. ca16eb3 Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  70. e92c0ea rbd: support cloning across namespaces by Ilya Dryomov · 6 years ago
  71. eb3b2d6 rbd: factor out get_parent_info() by Ilya Dryomov · 6 years ago
  72. bc811f0 nbd: don't allow invalid blocksize settings by Jens Axboe · 6 years ago
  73. fb64638 Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  74. 057d3cc Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 6 years ago
  75. 6f2f39a xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ring by Juergen Gross · 6 years ago
  76. d77ff24 xen/blkback: move persistent grants flags to bool by Juergen Gross · 6 years ago
  77. 4bcddba xen/blkfront: reorder tests in xlblk_init() by Juergen Gross · 6 years ago
  78. a46b536 xen/blkfront: cleanup stale persistent grants by Juergen Gross · 6 years ago
  79. 973e540 xen/blkback: don't keep persistent grants too long by Juergen Gross · 6 years ago
  80. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  81. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  82. c8bd134 drivers/block/zram/zram_drv.c: fix bug storing backing_dev by Peter Kalauskas · 6 years ago
  83. 37ae133 rsxx: Convert to new IDA API by Matthew Wilcox · 6 years ago
  84. 3aed4bc mtip32xx: Convert to new IDA API by Matthew Wilcox · 7 years ago
  85. 1e7da86 block/DAC960.c: make some arrays static const, shrinks object size by Colin Ian King · 6 years ago
  86. 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  87. 566484a pktcdvd: fix setting of 'ret' error return for a few cases by Jens Axboe · 6 years ago
  88. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  89. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  90. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  91. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  92. 4f7a7be zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature by Minchan Kim · 6 years ago
  93. 61884de null_blk: add lock drop/acquire annotation by Jens Axboe · 6 years ago
  94. 0a1c749 block: paride: pd: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  95. a12fc00 drivers/block/drbd: remove the null check for kmem_cache_destroy by zhong jiang · 6 years ago
  96. 69daf89 drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy by zhong jiang · 6 years ago
  97. d5fcc4e drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive by zhong jiang · 6 years ago
  98. f87c30c xen-blkfront: use true and false for boolean values by Gustavo A. R. Silva · 6 years ago
  99. 4e178c1 cdrom: Use struct scsi_sense_hdr internally by Kees Cook · 6 years ago
  100. e7d0748 block: Switch struct packet_command to use struct scsi_sense_hdr by Kees Cook · 6 years ago