1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  3. 7f4fc93 bcache: return attach error when no cache set exist by Tang Junhui · 7 years ago
  4. 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
  5. 682811b bcache: fix for allocator and register thread race by Tang Junhui · 7 years ago
  6. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  7. 99361bb bcache: properly set task state in bch_writeback_thread() by Coly Li · 7 years ago
  8. c4dc249 bcache: fix high CPU occupancy during journal by Tang Junhui · 7 years ago
  9. a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
  10. 64b2868 Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  11. 0be600a Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  12. 040639b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  13. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  14. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  15. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  16. f204260 dm mpath selector: more evenly distribute ties by Khazhismel Kumykov · 7 years ago
  17. cc65661 dm unstripe: fix target length versus number of stripes size check by Scott Bauer · 7 years ago
  18. bd6d1e0 dm thin: fix trailing semicolon in __remap_and_issue_shared_cell by Luis de Bethencourt · 7 years ago
  19. eaa160e dm table: fix NVMe bio-based dm_table_determine_type() validation by Mike Snitzer · 7 years ago
  20. c12c9a3 dm: various cleanups to md->queue initialization code by Mike Snitzer · 7 years ago
  21. ac514ff dm mpath: delay the retry of a request if the target responded as busy by Mike Snitzer · 7 years ago
  22. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  23. 459b540 dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIRED by Ming Lei · 7 years ago
  24. 050af08 dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure by Ming Lei · 7 years ago
  25. 4b259fc dm log writes: fix max length used for kstrndup by Ma Shimiao · 7 years ago
  26. d5ffebd dm: backfill missing calls to mutex_destroy() by Mike Snitzer · 7 years ago
  27. ae1093b dm snapshot: use mutex instead of rw_semaphore by Mikulas Patocka · 7 years ago
  28. 7690e25 dm flakey: check for null arg_name in parse_features() by Goldwyn Rodrigues · 7 years ago
  29. f6e7baa dm: move dm_table_destroy() to same header as dm_table_create() by Brian Norris · 8 years ago
  30. 67ac901 dm raid: make raid_sets symbol static by Wei Yongjun · 7 years ago
  31. 0e696d3 dm bufio: eliminate unnecessary labels in dm_bufio_client_create() by Mike Snitzer · 7 years ago
  32. 46898e9 dm bufio: check result of register_shrinker() by Aliaksei Karaliou · 7 years ago
  33. bde1418 dm bufio: add missed destroys of client mutex by Aliaksei Karaliou · 7 years ago
  34. 905be0a dm bufio: use REQ_OP_READ and REQ_OP_WRITE by Mikulas Patocka · 7 years ago
  35. 18a5bf2 dm: add unstriped target by Scott Bauer · 7 years ago
  36. 3cc2e57 dm crypt: fix error return code in crypt_ctr() by Wei Yongjun · 7 years ago
  37. dc94902 dm crypt: wipe kernel key copy after IV initialization by Ondrej Kozina · 7 years ago
  38. 717f4b1 dm integrity: don't store cipher request on the stack by Mikulas Patocka · 7 years ago
  39. 27c7003 dm crypt: fix crash by adding missing check for auth key size by Milan Broz · 7 years ago
  40. bc68d0a dm btree: fix serious bug in btree_split_beneath() by Joe Thornber · 7 years ago
  41. 490ae01 dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 by Dennis Yang · 7 years ago
  42. 1532d9e raid5-ppl: PPL support for disks with write-back cache enabled by Tomasz Majchrzak · 7 years ago
  43. c100ec4 dm: fix incomplete request_queue initialization by Mike Snitzer · 7 years ago
  44. a127567 dm mpath: Use blk_path_error by Keith Busch · 7 years ago
  45. 3609c47 bcache: closures: move control bits one bit right by Michael Lyle · 7 years ago
  46. 616486a bcache: fix writeback target calc on large devices by Michael Lyle · 7 years ago
  47. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  48. 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
  49. b40503e bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct() by Zhai Zhaoxuan · 7 years ago
  50. ce439bf bcache: mark closure_sync() __sched by Kent Overstreet · 7 years ago
  51. e4bf791 bcache: Fix, improve efficiency of closure_sync() by Kent Overstreet · 7 years ago
  52. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  53. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  54. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  55. 4eca1cb bcache: segregate flash only volume write streams by Tang Junhui · 7 years ago
  56. 9d13411 bcache: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  57. 8d29c44 bcache: stop writeback thread after detaching by Tang Junhui · 7 years ago
  58. b221fc1 bcache: ret IOERR when read meets metadata error by Rui Hua · 7 years ago
  59. 0001ec5 dm mpath: factor out SCSI vs NVMe path selection by Mike Snitzer · 7 years ago
  60. 848b8ae dm mpath: optimize NVMe bio-based support by Mike Snitzer · 7 years ago
  61. 92681ec dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages() by Ming Lei · 7 years ago
  62. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  63. c2421ed bcache: comment on direct access to bvec table by Ming Lei · 7 years ago
  64. 8f50e35 dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE by Ming Lei · 7 years ago
  65. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  66. cd02538 dm mpath: implement NVMe bio-based support by Mike Snitzer · 7 years ago
  67. 1836df0 dm mpath: move dm_bio_restore out of endio method by Mike Snitzer · 7 years ago
  68. 92e6245 md/r5cache: print more info of log recovery by Song Liu · 7 years ago
  69. d07a241 dm mpath: optimize retrieval of bio_details from per-bio-data by Mike Snitzer · 7 years ago
  70. d0442f8 dm mpath: remove unnecessary memset() calls for per-io-data by Mike Snitzer · 7 years ago
  71. 63f6e6f dm mpath: remove unused param from multipath_init_per_bio_data() by Mike Snitzer · 7 years ago
  72. 978e51b dm: optimize bio-based NVMe IO submission by Mike Snitzer · 7 years ago
  73. 22c1185 dm: introduce DM_TYPE_NVME_BIO_BASED by Mike Snitzer · 7 years ago
  74. f398637 dm: simplify start of block stats accounting for bio-based by Mike Snitzer · 7 years ago
  75. bc02cdb dm: remove redundant mapped_device member from clone_info structure by Mike Snitzer · 7 years ago
  76. dde1e1e dm: remove now unused bio-based io_pool and _io_cache by Mike Snitzer · 7 years ago
  77. 64f52b0 dm: improve performance by moving dm_io structure to per-bio-data by Mike Snitzer · 7 years ago
  78. 745dc57 dm: rename 'bio' member of dm_io structure to 'orig_bio' by Mike Snitzer · 7 years ago
  79. 2abf1fc dm: remove stale comment blocks by Mike Snitzer · 7 years ago
  80. ee1b43e Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  81. ad3793f dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions() by Mike Snitzer · 7 years ago
  82. 3d7f456 dm: fix __send_changing_extent_only() to send first bio and chain remainder by Mike Snitzer · 7 years ago
  83. 0776aa0 dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs by Mike Snitzer · 7 years ago
  84. 4a3f54d dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructure by Mike Snitzer · 7 years ago
  85. 318716d dm: safely allocate multiple bioset bios by Mike Snitzer · 7 years ago
  86. f31c21e dm: remove unused 'num_write_bios' target interface by NeilBrown · 7 years ago
  87. 18a25da dm: ensure bio submission follows a depth-first tree walk by NeilBrown · 7 years ago
  88. c110a4b dm io: remove BIOSET_NEED_RESCUER flag from bios bioset by NeilBrown · 7 years ago
  89. 80cd175 dm crypt: remove BIOSET_NEED_RESCUER flag by NeilBrown · 7 years ago
  90. c06b3e5 dm: fix comment above dm_accept_partial_bio by NeilBrown · 7 years ago
  91. 552aa67 dm raid: use rs_is_raid*() by Heinz Mauelshagen · 7 years ago
  92. 7c29744 dm raid: simplify rs_get_progress() by Heinz Mauelshagen · 7 years ago
  93. dc15b943 dm raid: ensure 'a' chars during reshape by Heinz Mauelshagen · 7 years ago
  94. 11e4723 dm raid: stop keeping raid set frozen altogether by Heinz Mauelshagen · 7 years ago
  95. 53bf538 dm raid: validate current raid sets redundancy by Heinz Mauelshagen · 7 years ago
  96. 474beb5 md/raid1,raid10: silence warning about wait-within-wait by NeilBrown · 7 years ago
  97. d5d885f md: introduce new personality funciton start() by Song Liu · 7 years ago
  98. b84cf26 dm raid: bump target version to reflect numerous fixes by Mike Snitzer · 7 years ago
  99. 78a75d1 dm raid: small cleanup and remove unsed "struct raid_set" member by Heinz Mauelshagen · 7 years ago
  100. 4102d9d dm raid: fix rs_get_progress() synchronization state/ratio by Heinz Mauelshagen · 7 years ago