1. 5c7e9cc zram: restrict add/remove attributes to root only by Sergey Senozhatsky · 7 years ago
  2. 529e71e zram: fix unbalanced idr management at hot removal by Takashi Iwai · 7 years ago
  3. 0cbc72a aoe: fix crash in page count manipulation by Jens Axboe · 8 years ago
  4. d8e9e5e drbd: Fix kernel_sendmsg() usage - potential NULL deref by Richard Weinberger · 8 years ago
  5. 7729185 nbd: Fix error handling by Christophe JAILLET · 8 years ago
  6. 2ff9844 virtio_blk: Delete an unnecessary initialisation in init_vq() by Markus Elfring · 8 years ago
  7. 668866b virtio_blk: Use kmalloc_array() in init_vq() by Markus Elfring · 8 years ago
  8. ee52c44 block: DAC960: print a hex number after a 0x prefix by Uwe Kleine-König · 8 years ago
  9. 423221d nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown by John W. Linville · 8 years ago
  10. 4d73644 rbd: don't retry watch reregistration if header object is gone by Ilya Dryomov · 8 years ago
  11. 87c0fde rbd: don't wait for the lock forever if blacklisted by Ilya Dryomov · 8 years ago
  12. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  13. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  14. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  15. 88a25a5 rbd: use kmalloc_array() in rbd_header_from_disk() by Markus Elfring · 8 years ago
  16. 0dcc685 rbd: add rbd_obj_request_error() helper by Ilya Dryomov · 8 years ago
  17. 04dc923 rbd: img_data requests don't own their page array by Ilya Dryomov · 8 years ago
  18. 7c84883 rbd: don't call rbd_osd_req_format_read() for !img_data requests by Ilya Dryomov · 8 years ago
  19. 710214e rbd: rework rbd_img_obj_exists_submit() error paths by Ilya Dryomov · 8 years ago
  20. fa35511 rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback() by Ilya Dryomov · 8 years ago
  21. 4a17dad rbd: move bumping img_request refcount into rbd_obj_request_submit() by Ilya Dryomov · 8 years ago
  22. c2e8241 rbd: mark the original request as done if stat request fails by Ilya Dryomov · 8 years ago
  23. 058aa99 rbd: clean up asserts in rbd_img_obj_request_submit() helpers by Ilya Dryomov · 8 years ago
  24. 980917f rbd: change rbd_obj_request_submit() signature by Ilya Dryomov · 8 years ago
  25. 80de191 rbd: lock_on_read map option by Ilya Dryomov · 8 years ago
  26. 005043a nbd: use BLK_MQ_F_BLOCKING by Josef Bacik · 8 years ago
  27. b0b4e09 lightnvm: control life of nvm_dev in driver by Matias Bjørling · 8 years ago
  28. 9ae2d0a null_blk: refactor to support non-gendisk devices by Matias Bjørling · 8 years ago
  29. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  30. 0eadf37 nbd: allow block mq to deal with timeouts by Josef Bacik · 8 years ago
  31. 9b4a6ba nbd: use flags instead of bool by Josef Bacik · 8 years ago
  32. c261189 nbd: don't shutdown sock with irq's disabled by Josef Bacik · 8 years ago
  33. fd8383f nbd: convert to blkmq by Josef Bacik · 8 years ago
  34. 99e6b87 mtip32xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  35. f2791e7 Revert "floppy: refactor open() flags handling" by Jens Axboe · 8 years ago
  36. 468c298 Revert "floppy: fix open(O_ACCMODE) for ioctl-only open" by Jens Axboe · 8 years ago
  37. 0276dca rbd: add force close option by Mike Christie · 8 years ago
  38. 0d6d1e9c rbd: add 'config_info' sysfs rbd device attribute by Mike Christie · 8 years ago
  39. 92a5867 rbd: add 'snap_id' sysfs rbd device attribute by Mike Christie · 8 years ago
  40. 267fb90 rbd: add 'cluster_fsid' sysfs rbd device attribute by Mike Christie · 8 years ago
  41. 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
  42. ca7909e rbd: print capacity in decimal and features in hex by Ilya Dryomov · 8 years ago
  43. ed95b21 rbd: support for exclusive-lock feature by Ilya Dryomov · 8 years ago
  44. 99d1694 rbd: retry watch re-registration periodically by Ilya Dryomov · 8 years ago
  45. 1643dfa rbd: introduce a per-device ordered workqueue by Ilya Dryomov · 8 years ago
  46. 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
  47. 4e876c2b xen-blkfront: free resources if xlvbd_alloc_gendisk fails by Bob Liu · 8 years ago
  48. 172335a xen-blkfront: introduce blkif_set_queue_limits() by Bob Liu · 8 years ago
  49. 6c647b0 xen-blkfront: fix places not updated after introducing 64KB page granularity by Bob Liu · 8 years ago
  50. 6da7e95 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  51. d873484 rbd: nuke the 32-bit pool id check by Ilya Dryomov · 8 years ago
  52. 347a529 virtio_blk: Fix a slient kernel panic by Minfei Huang · 8 years ago
  53. 6b6dddb rbd: destroy header_oloc in rbd_dev_release() by Ilya Dryomov · 8 years ago
  54. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  55. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  56. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  57. c1c87c2 loop: make do_req_filebacked more robust by Christoph Hellwig · 8 years ago
  58. f0225ca loop: don't try to use AIO for discards by Christoph Hellwig · 8 years ago
  59. 9724096 nbd: fix race in ioctl by Vegard Nossum · 8 years ago
  60. ff06db1 floppy: fix open(O_ACCMODE) for ioctl-only open by Jiri Kosina · 8 years ago
  61. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  62. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  63. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  64. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  65. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 30c156d libceph: rados pool namespace support by Yan, Zheng · 8 years ago
  67. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 8 years ago
  68. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  69. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  70. 9bc482d zram: use __GFP_MOVABLE for memory allocation by Minchan Kim · 8 years ago
  71. 16d3772 zram: drop gfp_t from zcomp_strm_alloc() by Sergey Senozhatsky · 8 years ago
  72. eb9f56d zram: add more compression algorithms by Sergey Senozhatsky · 8 years ago
  73. ce1ed9f zram: delete custom lzo/lz4 by Sergey Senozhatsky · 8 years ago
  74. 415403b zram: use crypto api to check alg availability by Sergey Senozhatsky · 8 years ago
  75. ebaf9ab zram: switch to crypto compress API by Sergey Senozhatsky · 8 years ago
  76. 2aea849 zram: rename zstrm find-release functions by Sergey Senozhatsky · 8 years ago
  77. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  79. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  80. aea305e1 xen-blkback: really don't leak mode property by Jan Beulich · 8 years ago
  81. 5304394 xen-blkback: constify instance of "struct attribute_group" by Jan Beulich · 8 years ago
  82. ff59532 xen-blkfront: prefer xenbus_scanf() over xenbus_gather() by Jan Beulich · 8 years ago
  83. 6694389 xen-blkback: prefer xenbus_scanf() over xenbus_gather() by Jan Beulich · 8 years ago
  84. 163d4ba block: add QUEUE_FLAG_DAX for devices to advertise their DAX support by Toshi Kani · 8 years ago
  85. 0c4de0f block: ensure bios return from blk_get_request are properly initialized by Christoph Hellwig · 8 years ago
  86. f959669 virtio_blk: use blk_rq_map_kern by Christoph Hellwig · 8 years ago
  87. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  88. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  89. 7a64973 loop: Make user notify for adding loop device failed by Minfei Huang · 8 years ago
  90. 41d512e Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/drivers by Jens Axboe · 8 years ago
  91. ac904ae Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  93. df253e8 Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 8 years ago
  94. 7b427a5 xen-blkfront: save uncompleted reqs in blkfront_resume() by Bob Liu · 8 years ago
  95. 9e2d23f mg_disk: fix error path in mg_probe() by Bartlomiej Zolnierkiewicz · 8 years ago
  96. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  97. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  98. 1b57e66 drbd: correctly handle failed crypto_alloc_hash by Lars Ellenberg · 8 years ago
  99. 27ea1d8 drbd: al_write_transaction: skip re-scanning of bitmap page pointer array by Lars Ellenberg · 8 years ago
  100. 13c2088 drbd: finally report ms, not jiffies, in log message by Lars Ellenberg · 8 years ago