1. 4bdb0f4 Merge android-4.9.216(4ad9bb8) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. 4afa085 dm cache: fix a crash due to incorrect work item cancelling by Mikulas Patocka · 4 years, 3 months ago
  3. f343b64 Merge android-4.9.133 (d589c0d) into msm-4.9 by Minming Qi · 5 years ago
  4. 47c085c dm cache: fix resize crash if user doesn't reload cache table by Mike Snitzer · 6 years ago
  5. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  6. 9987feb dm cache: fix corruption seen when using cache > 2TB by Joe Thornber · 7 years ago
  7. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  8. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  9. e604714 dm: use bio op accessors by Mike Christie · 8 years ago
  10. 843f0f2 dm cache: bump the target version by Mike Snitzer · 8 years ago
  11. d14fcf3 dm cache: make sure every metadata function checks fail_io by Joe Thornber · 8 years ago
  12. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 8 years ago
  13. fe3265b dm: don't save and restore bi_private by Mikulas Patocka · 8 years ago
  14. 6f65985 dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() by Julia Lawall · 9 years ago
  15. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  16. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  17. cc7da0b dm cache: fix use after freeing migrations by Joe Thornber · 9 years ago
  18. dc9cee5 dm cache: small cleanups related to deferred prison cell cleanup by Mike Snitzer · 9 years ago
  19. 9153df7 dm cache: fix leaking of deferred bio prison cells by Joe Thornber · 9 years ago
  20. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  21. e44b6a5 dm cache: move wake_waker() from free_migrations() to where it is needed by Joe Thornber · 9 years ago
  22. 795e633 dm cache: fix device destroy hang due to improper prealloc_used accounting by Mike Snitzer · 9 years ago
  23. 3508e65 Revert "dm cache: do not wake_worker() in free_migration()" by Mike Snitzer · 9 years ago
  24. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  25. 665022d dm cache: avoid calls to prealloc_free_structs() if possible by Mike Snitzer · 9 years ago
  26. e782eff dm cache: avoid preallocation if no work in writeback_some_dirty_blocks() by Mike Snitzer · 9 years ago
  27. 386cb7c dm cache: do not wake_worker() in free_migration() by Mike Snitzer · 9 years ago
  28. 255eac2 dm cache: display 'needs_check' in status if it is set by Mike Snitzer · 9 years ago
  29. fba1010 dm cache: age and write back cache entries even without active IO by Joe Thornber · 9 years ago
  30. b61d950 dm cache: prefix all DMERR and DMINFO messages with cache device name by Mike Snitzer · 9 years ago
  31. 028ae9f dm cache: add fail io mode and needs_check flag by Joe Thornber · 9 years ago
  32. 88bf5184 dm cache: wake the worker thread every time we free a migration object by Joe Thornber · 9 years ago
  33. 4077525 dm cache: boost promotion of blocks that will be overwritten by Joe Thornber · 9 years ago
  34. 651f5fa dm cache: defer whole cells by Joe Thornber · 9 years ago
  35. 451b9e0 dm cache: pull out some bitset utility functions for reuse by Joe Thornber · 9 years ago
  36. 20f6814 dm cache: pass a new 'critical' flag to the policies when requesting writeback work by Joe Thornber · 9 years ago
  37. 066dbaa dm cache: track IO to the origin device using io_tracker by Joe Thornber · 9 years ago
  38. 77289d3 dm cache: add io_tracker by Joe Thornber · 9 years ago
  39. fb4100a dm cache: fix race when issuing a POLICY_REPLACE operation by Joe Thornber · 9 years ago
  40. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  41. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  42. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  43. 0f30af9 dm: use time_in_range() and time_after() by Manuel Schölling · 10 years ago
  44. a59db67 dm cache: fix problematic dual use of a single migration count variable by Joe Thornber · 9 years ago
  45. f824a2a dm cache: fix spurious cell_defer when dealing with partial block at end of device by Joe Thornber · 9 years ago
  46. 1e32134 dm cache: dirty flag was mistakenly being cleared when promoting via overwrite by Joe Thornber · 9 years ago
  47. f29a314 dm cache: only use overwrite optimisation for promotion when in writeback mode by Joe Thornber · 9 years ago
  48. 2bb812d dm cache: discard block size must be a multiple of cache block size by Joe Thornber · 9 years ago
  49. 43c32bf dm cache: fix a harmless race when working out if a block is discarded by Joe Thornber · 9 years ago
  50. 3e2e1c3 dm cache: when reloading a discard bitset allow for a different discard block size by Joe Thornber · 9 years ago
  51. 2572629 dm cache: fix some issues with the new discard range support by Joe Thornber · 9 years ago
  52. d1d9220 dm cache: emit a warning message if there are a lot of cache blocks by Joe Thornber · 10 years ago
  53. 7ae34e7 dm cache: improve discard support by Joe Thornber · 10 years ago
  54. 08b1845 dm cache: revert "prevent corruption caused by discard_block_size > cache_block_size" by Joe Thornber · 10 years ago
  55. 1bad9bc dm cache: revert "remove remainder of distinct discard block size" by Joe Thornber · 10 years ago
  56. 5f274d8 dm bio prison: introduce support for locking ranges of blocks by Joe Thornber · 10 years ago
  57. a195db2 dm bio prison: switch to using a red black tree by Joe Thornber · 10 years ago
  58. 40aa978 dm cache: fix race causing dirty blocks to be marked as clean by Anssi Hannula · 10 years ago
  59. b024653 dm cache: set minimum_io_size to cache's data block size by Mike Snitzer · 10 years ago
  60. 895b47d dm cache metadata: use dm-space-map-metadata.h defined size limits by Mike Snitzer · 10 years ago
  61. 304affa dm cache: fail migrations in the do_worker error path by Joe Thornber · 10 years ago
  62. 8c081b5 dm cache: simplify deferred set reference count increments by Joe Thornber · 10 years ago
  63. 44fa816 dm cache: fix race affecting dirty block count by Anssi Hannula · 10 years ago
  64. f1daa838 dm cache: always split discards on cache block boundaries by Heinz Mauelshagen · 10 years ago
  65. 131cd13 dm cache: fix writethrough mode quiescing in cache_map by Mike Snitzer · 10 years ago
  66. 0596661 dm cache: fix a lock-inversion by Joe Thornber · 10 years ago
  67. 64ab346 dm cache: remove remainder of distinct discard block size by Heinz Mauelshagen · 10 years ago
  68. d132cc6 dm cache: prevent corruption caused by discard_block_size > cache_block_size by Mike Snitzer · 10 years ago
  69. e893fba dm cache: fix access beyond end of origin device by Heinz Mauelshagen · 10 years ago
  70. 8b9d966 dm cache: fix truncation bug when copying a block to/from >2TB fast device by Heinz Mauelshagen · 10 years ago
  71. e0d849f dm cache: fix truncation bug when mapping I/O to >2TB fast device by Heinz Mauelshagen · 10 years ago
  72. 80ae49a dm cache: do not add migration to completed list before unhooking bio by Mike Snitzer · 10 years ago
  73. c6eda5e dm cache: move hook_info into common portion of per_bio_data structure by Mike Snitzer · 10 years ago
  74. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  75. 2e68c4e dm cache: add policy name to status output by Mike Snitzer · 10 years ago
  76. 6a38861 dm cache: add block sizes and total cache blocks to status output by Mike Snitzer · 10 years ago
  77. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 10 years ago
  78. 0884480 dm cache: actually resize cache by Vincent Pelletier · 10 years ago
  79. 8d30726 dm cache: increment bi_remaining when bi_end_io is restored by Mike Snitzer · 10 years ago
  80. 196d38b block: Generic bio chaining by Kent Overstreet · 10 years ago
  81. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  82. 7b6b2bc dm cache: resolve small nits and improve Documentation by Mike Snitzer · 11 years ago
  83. 65790ff dm cache: add cache block invalidation support by Joe Thornber · 11 years ago
  84. 2ee57d5 dm cache: add passthrough mode by Joe Thornber · 11 years ago
  85. f494a9c dm cache: cache shrinking support by Joe Thornber · 11 years ago
  86. c9d28d5 dm cache: promotion optimisation for writes by Joe Thornber · 11 years ago
  87. ffcbcb6 dm cache: optimize commit_if_needed by Heinz Mauelshagen · 11 years ago
  88. 2c2263c dm cache: log error message if dm_kcopyd_copy() fails by Heinz Mauelshagen · 11 years ago
  89. 80f659f dm cache: use cell_defer() boolean argument consistently by Heinz Mauelshagen · 11 years ago
  90. 4cb3e1d dm cache: return -EINVAL if the user specifies unknown cache policy by Mikulas Patocka · 11 years ago
  91. 238f836 dm cache: improve efficiency of quiescing flag management by Joe Thornber · 11 years ago
  92. 66cb191 dm cache: fix a race condition between queuing new migrations and quiescing for a shutdown by Joe Thornber · 11 years ago
  93. f8e5f01 dm cache: io destined for the cache device can now serve as tick bios by Joe Thornber · 11 years ago
  94. c9ec5d7 dm cache: eliminate holes in cache structure by Mike Snitzer · 11 years ago
  95. f610937 dm cache: fix stacking of geometry limits by Mike Snitzer · 11 years ago
  96. 0547304 dm cache: add data block size limits to code and Documentation by Mike Snitzer · 11 years ago
  97. 43aeaa2 dm cache: fix arm link errors with inline by Mikulas Patocka · 11 years ago
  98. 2f14f4b dm cache: set config value by Joe Thornber · 11 years ago
  99. 2c73c47 dm cache: move config fns by Alasdair G Kergon · 11 years ago
  100. 8c5008f dm cache: replace memcpy with struct assignment by Joe Thornber · 11 years ago