1. f5b0cba dm crypt: replace RCU read-side section with rwsem by Ondrej Kozina · 8 years ago
  2. 4087a1f dm rq: cope with DM device destruction while in dm_old_request_fn() by Mike Snitzer · 8 years ago
  3. d19a55c dm mpath: cleanup -Wbool-operation warning in choose_pgpath() by Mike Snitzer · 8 years ago
  4. 2e38a37 md/r5cache: disable write back for degraded array by Song Liu · 8 years ago
  5. 07e8336 md/r5cache: shift complex rmw from read path to write path by Song Liu · 8 years ago
  6. a85dd7b md/r5cache: flush data only stripes in r5l_recovery_log() by Song Liu · 8 years ago
  7. ba02684 md/raid5: move comment of fetch_block to right location by Song Liu · 8 years ago
  8. 86aa139 md/r5cache: read data into orig_page for prexor of cached data by Song Liu · 8 years ago
  9. d46d29f md/raid5-cache: delete meaningless code by Shaohua Li · 8 years ago
  10. 32cd7cb md/raid5: Use correct IS_ERR() variation on pointer check by Jes Sorensen · 8 years ago
  11. 394ed8e md: cleanup mddev flag clear for takeover by Shaohua Li · 8 years ago
  12. 99f1789 md/r5cache: fix spelling mistake on "recoverying" by Colin Ian King · 8 years ago
  13. d2250f1 md/r5cache: assign conf->log before r5l_load_log() by Song Liu · 8 years ago
  14. 3c66abb md/r5cache: simplify handling of sh->log_start in recovery by Song Liu · 8 years ago
  15. 28ca833 md/raid5-cache: removes unnecessary write-through mode judgments by JackieLiu · 8 years ago
  16. bb5f1ed md/raid10: Refactor raid10_make_request by Robert LeBlanc · 8 years ago
  17. 3b046a9 md/raid1: Refactor raid1_make_request by Robert LeBlanc · 8 years ago
  18. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  19. b8c0d91 bcache: partition support: add 16 minors per bcacheN device by Eric Wheeler · 8 years ago
  20. be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  21. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  22. 775a2e2 Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  23. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  24. ef548c5 dm flakey: introduce "error_writes" feature by Mike Snitzer · 8 years ago
  25. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  26. 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
  27. 82a301c md: MD_RECOVERY_NEEDED is set for mddev->recovery by Shaohua Li · 8 years ago
  28. 6995f0b md: takeover should clear unrelated bits by Shaohua Li · 8 years ago
  29. e99dda8f dm cache policy smq: use hash_32() instead of hash_32_generic() by Mike Snitzer · 8 years ago
  30. 027c431 dm crypt: reject key strings containing whitespace chars by Ondrej Kozina · 8 years ago
  31. b446396 dm space map: always set ev if sm_ll_mutate() succeeds by Benjamin Marzinski · 8 years ago
  32. 0c79ce0 dm space map metadata: skip useless memcpy in metadata_ll_init_index() by Benjamin Marzinski · 8 years ago
  33. 314c25c dm space map metadata: fix 'struct sm_metadata' leak on failed create by Benjamin Marzinski · 8 years ago
  34. 11e2968 dm raid: fix discard support regression by Heinz Mauelshagen · 8 years ago
  35. affa9d2 dm raid: don't allow "write behind" with raid4/5/6 by Heinz Mauelshagen · 8 years ago
  36. 54cd640 dm mpath: use hw_handler_params if attached hw_handler is same as requested by tang.junhui · 8 years ago
  37. c538f6e dm crypt: add ability to use keys from the kernel key retention service by Ondrej Kozina · 8 years ago
  38. 0637018 dm array: remove a dead assignment in populate_ablock_with_values() by Bart Van Assche · 8 years ago
  39. 6080758 dm ioctl: use offsetof() instead of open-coding it by Bart Van Assche · 8 years ago
  40. b23df0d dm rq: simplify use_blk_mq initialization by Bart Van Assche · 8 years ago
  41. 2e91c36 dm: use blk_set_queue_dying() in __dm_destroy() by Bart Van Assche · 8 years ago
  42. 41c73a4 dm bufio: drop the lock when doing GFP_NOIO allocation by Mikulas Patocka · 8 years ago
  43. d12067f dm bufio: don't take the lock in dm_bufio_shrink_count by Mikulas Patocka · 8 years ago
  44. 9ea61ca dm bufio: avoid sleeping while holding the dm_bufio lock by Douglas Anderson · 8 years ago
  45. 5b8c01f dm table: simplify dm_table_determine_type() by Bart Van Assche · 8 years ago
  46. 301fc3f dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device by Bart Van Assche · 8 years ago
  47. 6936c12 dm table: fix 'all_blk_mq' inconsistency when an empty table is loaded by Mike Snitzer · 8 years ago
  48. 3c6edc6 md/r5cache: after recovery, increase journal seq by 10000 by Song Liu · 8 years ago
  49. 5c88f40 md/raid5-cache: fix crc in rewrite_data_only_stripes() by Song Liu · 8 years ago
  50. d30dfeb md/raid5-cache: no recovery is required when create super-block by JackieLiu · 8 years ago
  51. e2342ca md: fix refcount problem on mddev when stopping array. by NeilBrown · 8 years ago
  52. 3d7e7e1 md/r5cache: do r5c_update_log_state after log recovery by Zhengyuan Liu · 8 years ago
  53. 43b9674 md/raid5-cache: adjust the write position of the empty block if no data blocks by JackieLiu · 8 years ago
  54. f687a33 md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0 by Song Liu · 8 years ago
  55. e8d7c33 md/raid5: limit request size according to implementation limits by Konstantin Khlebnikov · 8 years ago
  56. 1a0ec5c md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedly by JackieLiu · 8 years ago
  57. dbd22c8 md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_log by JackieLiu · 8 years ago
  58. bc8f167 md/raid5-cache: release the stripe_head at the appropriate location by JackieLiu · 8 years ago
  59. fc833c2 md/raid5-cache: use ring add to prevent overflow by JackieLiu · 8 years ago
  60. 9b69173 md/raid5-cache: remove unnecessary function parameters by JackieLiu · 8 years ago
  61. 462eb7d raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into cache by Zhengyuan Liu · 8 years ago
  62. f7b7bee raid5-cache: add another check conditon before replaying one stripe by Zhengyuan Liu · 8 years ago
  63. d3014e2 md/r5cache: enable IRQs on error path by Dan Carpenter · 8 years ago
  64. d7bd398 md/r5cache: handle alloc_page failure by Song Liu · 8 years ago
  65. 034e33f md: stop write should stop journal reclaim by Shaohua Li · 8 years ago
  66. ce1ccd0 raid5-cache: suspend reclaim thread instead of shutdown by Shaohua Li · 8 years ago
  67. 1919cbb md/raid10: add failfast handling for writes. by NeilBrown · 8 years ago
  68. 8d3ca83 md/raid10: add failfast handling for reads. by NeilBrown · 8 years ago
  69. 212e7eb md/raid1: add failfast handling for writes. by NeilBrown · 8 years ago
  70. 2e52d44 md/raid1: add failfast handling for reads. by NeilBrown · 8 years ago
  71. 46533ff md: Use REQ_FAILFAST_* on metadata writes where appropriate by NeilBrown · 8 years ago
  72. 688834e md/failfast: add failfast flag for md to be used by some personalities. by NeilBrown · 8 years ago
  73. 4113b88 bcache: debug: avoid accessing .bi_io_vec directly by Ming Lei · 8 years ago
  74. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  75. 6599c84 dm mpath: do not modify *__clone if blk_mq_alloc_request() fails by Bart Van Assche · 8 years ago
  76. 4813577 dm mpath: change return type of pg_init_all_paths() from int to void by Bart Van Assche · 8 years ago
  77. cc5bd92 dm mpath: add checks for priority group count to avoid invalid memory access by tang.junhui · 8 years ago
  78. f97dc42 dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler() by tang.junhui · 8 years ago
  79. bff7e06 dm flakey: return -EINVAL on interval bounds error in flakey_ctr() by Wei Yongjun · 8 years ago
  80. 1b1b58f dm crypt: constify crypt_iv_operations structures by Julia Lawall · 9 years ago
  81. 453c2a8 dm raid: correct error messages on old metadata validation by Heinz Mauelshagen · 8 years ago
  82. 23cab26 dm cache: add missing cache device name to DMERR in set_cache_mode() by Mike Snitzer · 8 years ago
  83. 07d9388 dm cache metadata: remove an extra newline in DMERR and code by Mike Snitzer · 8 years ago
  84. 21ffe55 dm verity: fix incorrect error message by Eric Biggers · 8 years ago
  85. 671ea6b dm crypt: rename crypt_setkey_allcpus to crypt_setkey by Mikulas Patocka · 8 years ago
  86. 265e909 dm crypt: mark key as invalid until properly loaded by Ondrej Kozina · 8 years ago
  87. 0dae7fe dm crypt: use bio_add_page() by Ming Lei · 8 years ago
  88. cacc7b0 dm io: use bvec iterator helpers to implement .get_page and .next_page by Ming Lei · 8 years ago
  89. 4f9c74c dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments by Ming Lei · 8 years ago
  90. 3bddb7f md/r5cache: handle FLUSH and FUA by Song Liu · 8 years ago
  91. 5aabf7c md/r5cache: r5cache recovery: part 2 by Song Liu · 8 years ago
  92. b4c625c md/r5cache: r5cache recovery: part 1 by Song Liu · 8 years ago
  93. 9ed988f5 md/r5cache: refactoring journal recovery code by Song Liu · 8 years ago
  94. 2c7da14 md/r5cache: sysfs entry journal_mode by Song Liu · 8 years ago
  95. a39f7af md/r5cache: write-out phase and reclaim support by Song Liu · 8 years ago
  96. 1e6d690 md/r5cache: caching phase of r5cache by Song Liu · 8 years ago
  97. 2ded370 md/r5cache: State machine for raid5-cache write back mode by Song Liu · 8 years ago
  98. 937621c md/r5cache: move some code to raid5.h by Song Liu · 8 years ago
  99. c757ec9 md/r5cache: Check array size in r5l_init_log by Song Liu · 8 years ago
  100. 504634f md: add blktrace event for writes to superblock by Shaohua Li · 8 years ago