1. d4478e9 block/loop: make loop cgroup aware by Shaohua Li · 7 years ago
  2. e5313c1 loop: remove union of use_aio and ref in struct loop_cmd by Omar Sandoval · 7 years ago
  3. 1dae69b nbd: ignore non-nbd ioctl's by Josef Bacik · 8 years ago
  4. 02a4843 brd: fix overflow in __brd_direct_access by Mikulas Patocka · 7 years ago
  5. cdb897e Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  6. 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  7. 48ad1ab drivers/block/zram/zram_drv.c: convert to using memset_l by Matthew Wilcox · 7 years ago
  8. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  9. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  10. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  11. 98cc093 block, THP: make block_device_operations.rw_page support THP by Huang Ying · 7 years ago
  12. 5a47074 zram: add config and doc file for writeback feature by Minchan Kim · 7 years ago
  13. 8e654f8 zram: read page from backing device by Minchan Kim · 7 years ago
  14. db8ffbd zram: write incompressible pages to backing device by Minchan Kim · 7 years ago
  15. ae85a80 zram: identify asynchronous IO's return value by Minchan Kim · 7 years ago
  16. 1363d46 zram: add free space management in backing device by Minchan Kim · 7 years ago
  17. 013bf95 zram: add interface to specif backing device by Minchan Kim · 7 years ago
  18. 693dc1c zram: rename zram_decompress_page to __zram_bvec_read by Minchan Kim · 7 years ago
  19. 97ec7c8 zram: inline zram_compress by Minchan Kim · 7 years ago
  20. 4ebbe7f zram: clean up duplicated codes in __zram_bvec_write by Minchan Kim · 7 years ago
  21. 37f1325 rbd: silence bogus uninitialized use warning in rbd_acquire_lock() by Kefeng Wang · 7 years ago
  22. bf09375 loop: set physical block size to logical block size by Omar Sandoval · 7 years ago
  23. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  24. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  26. bc75705 block/loop: remove unused field by Shaohua Li · 7 years ago
  27. 92d7733 block/loop: fix use after free by Shaohua Li · 7 years ago
  28. 40326d8 block/loop: allow request merge for directio mode by Shaohua Li · 7 years ago
  29. 54bb0ad block/loop: set hw_sectors by Shaohua Li · 7 years ago
  30. 501d9f7 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  31. 43cade80 loop: fold loop_switch() into callers by Omar Sandoval · 7 years ago
  32. 89e4fde loop: add ioctl for changing logical block size by Omar Sandoval · 7 years ago
  33. 6c6b6f2 loop: set physical block size to PAGE_SIZE by Omar Sandoval · 7 years ago
  34. 8a0740c loop: get rid of lo_blocksize by Omar Sandoval · 7 years ago
  35. 974c585 drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_set by NeilBrown · 7 years ago
  36. 5fc1efd drbd: Fix allyesconfig build, fix recent commit by Philipp Reisner · 7 years ago
  37. 365cf66 drbd: switch from kmalloc() to kmalloc_array() by Roland Kammerer · 7 years ago
  38. d3d2948 drbd: abort drbd_start_resync if there is no connection by Roland Kammerer · 7 years ago
  39. 183ece3 drbd: move global variables to drbd namespace and make some static by Roland Kammerer · 7 years ago
  40. 8ab761e drbd: rename "usermode_helper" to "drbd_usermode_helper" by Greg Kroah-Hartman · 7 years ago
  41. cde81d9 drbd: fix race between handshake and admin disconnect/down by Lars Ellenberg · 7 years ago
  42. 33d32fa drbd: fix potential deadlock when trying to detach during handshake by Lars Ellenberg · 7 years ago
  43. 427fd2b drbd: A single dot should be put into a sequence. by Markus Elfring · 7 years ago
  44. 3f1a1b7 drbd: fix rmmod cleanup, remove _all_ debugfs entries by Lars Ellenberg · 7 years ago
  45. be7445a drbd: Use setup_timer() instead of init_timer() to simplify the code. by Geliang Tang · 7 years ago
  46. 7c752ed drbd: fix potential get_ldev/put_ldev refcount imbalance during attach by Lars Ellenberg · 7 years ago
  47. 9de7e14 drbd: new disk-option disable-write-same by Lars Ellenberg · 7 years ago
  48. c200d98 drbd: Fix resource role for newly created resources in events2 by Philipp Reisner · 7 years ago
  49. 1ffa7bf drbd: mark symbols static where possible by Baoyou Xie · 7 years ago
  50. e1fbc4c drbd: Send P_NEG_ACK upon write error in protocol != C by Lars Ellenberg · 7 years ago
  51. de6978b drbd: add explicit plugging when submitting batches by Lars Ellenberg · 7 years ago
  52. 9da10e8 drbd: change list_for_each_safe to while(list_first_entry_or_null) by Lars Ellenberg · 7 years ago
  53. c51a0ef drbd: introduce drbd_recv_header_maybe_unplug by Lars Ellenberg · 7 years ago
  54. 6fd5b91 skd: Let the block layer core choose .nr_requests by Bart Van Assche · 7 years ago
  55. bf23198 skd: Remove blk_queue_bounce_limit() call by Bart Van Assche · 7 years ago
  56. 015a2f8 Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 7 years ago
  57. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  58. dfbde55 nbd: make device_attribute const by Bhumika Goyal · 7 years ago
  59. b3c3051 null_blk: use available 'dev' in nullb_device_power_store() by Jens Axboe · 7 years ago
  60. 060fd19 block/nullb: delete unnecessary memory free by Shaohua Li · 7 years ago
  61. cd996fb Merge tag 'v4.13-rc7' into for-4.14/block-postmerge by Jens Axboe · 7 years ago
  62. 17e34c4 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  63. f5cb2d5 skd: Remove SKD_ID_INCR by Bart Van Assche · 7 years ago
  64. 4633504 skd: Make it easier for static analyzers to analyze skd_free_disk() by Bart Van Assche · 7 years ago
  65. 795bc1b skd: Inline skd_end_request() by Bart Van Assche · 7 years ago
  66. 296cb94 skd: Rename skd_softirq_done() into skd_complete_rq() by Bart Van Assche · 7 years ago
  67. 0d06a42 block/nullb: fix NULL dereference by Shaohua Li · 7 years ago
  68. dc52d783 xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect by Annie Li · 7 years ago
  69. 231b3db null_blk: update email adress by Jens Axboe · 7 years ago
  70. 1046d30 virtio_blk: fix incorrect message when disk is resized by Stefan Hajnoczi · 7 years ago
  71. 253d246 scsi: cciss: Drop obsolete driver by Hannes Reinecke · 7 years ago
  72. ecda85e x86/lguest: Remove lguest support by Juergen Gross · 7 years ago
  73. 1e6ec9e Revert "loop: support 4k physical blocksize" by Omar Sandoval · 7 years ago
  74. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  75. 744353b skd: Change default interrupt mode to MSI-X by Bart Van Assche · 7 years ago
  76. f2fe445 skd: Avoid double completions in case of a timeout by Bart Van Assche · 7 years ago
  77. c39c6c7 skd: Inline skd_process_request() by Bart Van Assche · 7 years ago
  78. 49f16e2 skd: Report completion mismatches once by Bart Van Assche · 7 years ago
  79. 2f54a61 nullb: badbblocks support by Shaohua Li · 7 years ago
  80. deb78b4 nullb: emulate cache by Shaohua Li · 7 years ago
  81. eff2c4f nullb: bandwidth control by Shaohua Li · 7 years ago
  82. 306eb6b nullb: support discard by Shaohua Li · 7 years ago
  83. 5bcd0e0 nullb: support memory backed store by Shaohua Li · 7 years ago
  84. 94bc02e nullb: use ida to manage index by Shaohua Li · 7 years ago
  85. cedcafa nullb: add interface to power on disk by Shaohua Li · 7 years ago
  86. 3bf2bd2 nullb: add configfs interface by Shaohua Li · 7 years ago
  87. 2984c86 nullb: factor disk parameters by Shaohua Li · 7 years ago
  88. 92d499d4 skd: error pointer dereference in skd_cons_disk() by Dan Carpenter · 7 years ago
  89. c0b3dda skd: Uninitialized variable in skd_isr_completion_posted() by Dan Carpenter · 7 years ago
  90. 69a84ba skd: Remove driver version information by Bart Van Assche · 7 years ago
  91. bb9f7dd skd: Bump driver version by Bart Van Assche · 7 years ago
  92. 74c7428 skd: Optimize locking by Bart Van Assche · 7 years ago
  93. e2bb554 skd: Remove several local variables by Bart Van Assche · 7 years ago
  94. a3db102 skd: Reduce memory usage by Bart Van Assche · 7 years ago
  95. d4d0f5f skd: Remove skd_device.in_flight by Bart Van Assche · 7 years ago
  96. a74d5b7 skd: Switch to block layer timeout mechanism by Bart Van Assche · 7 years ago
  97. ca33dd9 skd: Convert to blk-mq by Bart Van Assche · 7 years ago
  98. e7278a8 skd: Coalesce struct request and struct skd_request_context by Bart Van Assche · 7 years ago
  99. 5d00324 skd: Move skd_free_sg_list() up by Bart Van Assche · 7 years ago
  100. 4e54b84 skd: Split skd_recover_requests() by Bart Van Assche · 7 years ago