1. 7a771ce Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  2. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  5. 6010720 Merge branch 'for-4.11/block' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  6. d67a5f4 dm: flush queued bios when process blocks to avoid deadlock by Mikulas Patocka · 8 years ago
  7. 37a098e dm round robin: revert "use percpu 'repeat_count' and 'current_path'" by Mike Snitzer · 8 years ago
  8. 6085831 dm stats: fix a leaked s->histogram_boundaries array by Mikulas Patocka · 8 years ago
  9. b79af13 dm space map metadata: constify dm_space_map structures by Bhumika Goyal · 8 years ago
  10. 7f1b215 dm cache metadata: use cursor api in blocks_are_clean_separate_dirty() by Mike Snitzer · 8 years ago
  11. 9b69622 dm persistent data: add cursor skip functions to the cursor APIs by Joe Thornber · 8 years ago
  12. 683bb1a dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2 by Joe Thornber · 8 years ago
  13. 2151249 dm bitset: add dm_bitset_new() by Joe Thornber · 8 years ago
  14. 4855105 dm cache metadata: name the cache block that couldn't be loaded by Mike Snitzer · 8 years ago
  15. 629d0a8 dm cache metadata: add "metadata2" feature by Joe Thornber · 8 years ago
  16. ae4a46a dm cache metadata: use bitset cursor api to load discard bitset by Joe Thornber · 8 years ago
  17. 6fe28db dm bitset: introduce cursor api by Joe Thornber · 8 years ago
  18. 9f9ef06 dm btree: use GFP_NOFS in dm_btree_del() by Joe Thornber · 9 years ago
  19. 3ba3ba1 dm space map common: memcpy the disk root to ensure it's arch aligned by Joe Thornber · 9 years ago
  20. 602548b dm block manager: add unlikely() annotations on dm_bufio error paths by Joe Thornber · 9 years ago
  21. ca763d0 dm cache: fix corruption seen when using cache > 2TB by Joe Thornber · 8 years ago
  22. e980f62 dm: don't allow ioctls to targets that don't map to whole devices by Christoph Hellwig · 8 years ago
  23. f5b0cba dm crypt: replace RCU read-side section with rwsem by Ondrej Kozina · 8 years ago
  24. 4087a1f dm rq: cope with DM device destruction while in dm_old_request_fn() by Mike Snitzer · 8 years ago
  25. d19a55c dm mpath: cleanup -Wbool-operation warning in choose_pgpath() by Mike Snitzer · 8 years ago
  26. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  27. eb8db83 dm: always defer request allocation to the owner of the request_queue by Christoph Hellwig · 8 years ago
  28. 4bf58435 dm: remove incomplete BLOCK_PC support by Christoph Hellwig · 8 years ago
  29. 5ea708d block: simplify blk_init_allocated_queue by Christoph Hellwig · 8 years ago
  30. 309bd96 md: cleanup bio op / flags handling in raid1_write_request by Christoph Hellwig · 8 years ago
  31. f924ba7 Merge branch 'for-4.11/block' into for-4.11/rq-refactor by Jens Axboe · 8 years ago
  32. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  33. 105db59 dm raid: cleanup awkward branching in raid_message() option processing by Mike Snitzer · 8 years ago
  34. 977f1a0 dm raid: use mddev rather than rdev->mddev by Heinz Mauelshagen · 8 years ago
  35. e256846 dm raid: use read_disk_sb() throughout by Heinz Mauelshagen · 8 years ago
  36. 63c32ed dm raid: add raid4/5/6 journaling support by Heinz Mauelshagen · 8 years ago
  37. 50c4feb dm raid: be prepared to accept arbitrary '- -' tuples by Heinz Mauelshagen · 8 years ago
  38. c63ede3 dm raid: fix transient device failure processing by Heinz Mauelshagen · 8 years ago
  39. 2e38a37 md/r5cache: disable write back for degraded array by Song Liu · 8 years ago
  40. 07e8336 md/r5cache: shift complex rmw from read path to write path by Song Liu · 8 years ago
  41. a85dd7b md/r5cache: flush data only stripes in r5l_recovery_log() by Song Liu · 8 years ago
  42. ba02684 md/raid5: move comment of fetch_block to right location by Song Liu · 8 years ago
  43. 86aa139 md/r5cache: read data into orig_page for prexor of cached data by Song Liu · 8 years ago
  44. d46d29f md/raid5-cache: delete meaningless code by Shaohua Li · 8 years ago
  45. 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
  46. 32cd7cb md/raid5: Use correct IS_ERR() variation on pointer check by Jes Sorensen · 8 years ago
  47. 394ed8e md: cleanup mddev flag clear for takeover by Shaohua Li · 8 years ago
  48. 99f1789 md/r5cache: fix spelling mistake on "recoverying" by Colin Ian King · 8 years ago
  49. d2250f1 md/r5cache: assign conf->log before r5l_load_log() by Song Liu · 8 years ago
  50. 3c66abb md/r5cache: simplify handling of sh->log_start in recovery by Song Liu · 8 years ago
  51. 28ca833 md/raid5-cache: removes unnecessary write-through mode judgments by JackieLiu · 8 years ago
  52. bb5f1ed md/raid10: Refactor raid10_make_request by Robert LeBlanc · 8 years ago
  53. 3b046a9 md/raid1: Refactor raid1_make_request by Robert LeBlanc · 8 years ago
  54. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  55. b8c0d91 bcache: partition support: add 16 minors per bcacheN device by Eric Wheeler · 8 years ago
  56. be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  57. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  58. 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
  59. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  60. ef548c5 dm flakey: introduce "error_writes" feature by Mike Snitzer · 8 years ago
  61. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
  63. 82a301c md: MD_RECOVERY_NEEDED is set for mddev->recovery by Shaohua Li · 8 years ago
  64. 6995f0b md: takeover should clear unrelated bits by Shaohua Li · 8 years ago
  65. e99dda8f dm cache policy smq: use hash_32() instead of hash_32_generic() by Mike Snitzer · 8 years ago
  66. 027c431 dm crypt: reject key strings containing whitespace chars by Ondrej Kozina · 8 years ago
  67. b446396 dm space map: always set ev if sm_ll_mutate() succeeds by Benjamin Marzinski · 8 years ago
  68. 0c79ce0 dm space map metadata: skip useless memcpy in metadata_ll_init_index() by Benjamin Marzinski · 8 years ago
  69. 314c25c dm space map metadata: fix 'struct sm_metadata' leak on failed create by Benjamin Marzinski · 8 years ago
  70. 11e2968 dm raid: fix discard support regression by Heinz Mauelshagen · 8 years ago
  71. affa9d2 dm raid: don't allow "write behind" with raid4/5/6 by Heinz Mauelshagen · 8 years ago
  72. 54cd640 dm mpath: use hw_handler_params if attached hw_handler is same as requested by tang.junhui · 8 years ago
  73. c538f6e dm crypt: add ability to use keys from the kernel key retention service by Ondrej Kozina · 8 years ago
  74. 0637018 dm array: remove a dead assignment in populate_ablock_with_values() by Bart Van Assche · 8 years ago
  75. 6080758 dm ioctl: use offsetof() instead of open-coding it by Bart Van Assche · 8 years ago
  76. b23df0d dm rq: simplify use_blk_mq initialization by Bart Van Assche · 8 years ago
  77. 2e91c36 dm: use blk_set_queue_dying() in __dm_destroy() by Bart Van Assche · 8 years ago
  78. 41c73a4 dm bufio: drop the lock when doing GFP_NOIO allocation by Mikulas Patocka · 8 years ago
  79. d12067f dm bufio: don't take the lock in dm_bufio_shrink_count by Mikulas Patocka · 8 years ago
  80. 9ea61ca dm bufio: avoid sleeping while holding the dm_bufio lock by Douglas Anderson · 8 years ago
  81. 5b8c01f dm table: simplify dm_table_determine_type() by Bart Van Assche · 8 years ago
  82. 301fc3f dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device by Bart Van Assche · 8 years ago
  83. 6936c12 dm table: fix 'all_blk_mq' inconsistency when an empty table is loaded by Mike Snitzer · 8 years ago
  84. 3c6edc6 md/r5cache: after recovery, increase journal seq by 10000 by Song Liu · 8 years ago
  85. 5c88f40 md/raid5-cache: fix crc in rewrite_data_only_stripes() by Song Liu · 8 years ago
  86. d30dfeb md/raid5-cache: no recovery is required when create super-block by JackieLiu · 8 years ago
  87. e2342ca md: fix refcount problem on mddev when stopping array. by NeilBrown · 8 years ago
  88. 3d7e7e1 md/r5cache: do r5c_update_log_state after log recovery by Zhengyuan Liu · 8 years ago
  89. 43b9674 md/raid5-cache: adjust the write position of the empty block if no data blocks by JackieLiu · 8 years ago
  90. f687a33 md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0 by Song Liu · 8 years ago
  91. e8d7c33 md/raid5: limit request size according to implementation limits by Konstantin Khlebnikov · 8 years ago
  92. 1a0ec5c md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedly by JackieLiu · 8 years ago
  93. dbd22c8 md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_log by JackieLiu · 8 years ago
  94. bc8f167 md/raid5-cache: release the stripe_head at the appropriate location by JackieLiu · 8 years ago
  95. fc833c2 md/raid5-cache: use ring add to prevent overflow by JackieLiu · 8 years ago
  96. 9b69173 md/raid5-cache: remove unnecessary function parameters by JackieLiu · 8 years ago
  97. 462eb7d raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into cache by Zhengyuan Liu · 8 years ago
  98. f7b7bee raid5-cache: add another check conditon before replaying one stripe by Zhengyuan Liu · 8 years ago
  99. d3014e2 md/r5cache: enable IRQs on error path by Dan Carpenter · 8 years ago
  100. d7bd398 md/r5cache: handle alloc_page failure by Song Liu · 8 years ago