1. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. ed535f2 Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  3. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  4. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  5. 49d08d5 bcache: check return value of prio_read() by Coly Li · 5 years ago
  6. d1c3cc3 bcache: fix incorrect data type usage in btree_flush_write() by Coly Li · 5 years ago
  7. 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
  8. 7c02b00 bcache: explicity type cast in bset_bkey_last() by Coly Li · 5 years ago
  9. 5bebf748 bcache: fix memory corruption in bch_cache_accounting_clear() by Coly Li · 5 years ago
  10. e9f8ca0 Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  11. 22a8f39 Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  12. 47ace7e dm: fix potential for q->make_request_fn NULL pointer by Mike Snitzer · 5 years ago
  13. e3de044 bcache: reap from tail of c->btree_cache in bch_mca_scan() by Coly Li · 5 years ago
  14. d5c9c47 bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan() by Coly Li · 5 years ago
  15. 125d98e bcache: remove member accessed from struct btree by Coly Li · 5 years ago
  16. 2aa8c52 bcache: avoid unnecessary btree nodes flushing in btree_flush_write() by Coly Li · 5 years ago
  17. 7a0bc2a bcache: add code comments for state->pool in __btree_sort() by Coly Li · 5 years ago
  18. 6321bef bcache: use read_cache_page_gfp to read the superblock by Christoph Hellwig · 5 years ago
  19. 475389a bcache: store a pointer to the on-disk sb in the cache and cached_dev structures by Christoph Hellwig · 5 years ago
  20. cfa0c56 bcache: return a pointer to the on-disk sb from read_super by Christoph Hellwig · 5 years ago
  21. fc8f19c bcache: transfer the sb_page reference to register_{bdev,cache} by Christoph Hellwig · 5 years ago
  22. ae3cd29 bcache: fix use-after-free in register_bcache() by Coly Li · 5 years ago
  23. 29cda39 bcache: properly initialize 'path' and 'err' in register_bcache() by Coly Li · 5 years ago
  24. 5024669 bcache: rework error unwinding in register_bcache by Christoph Hellwig · 5 years ago
  25. a702a69 bcache: use a separate data structure for the on-disk super block by Christoph Hellwig · 5 years ago
  26. e8547d4 bcache: cached_dev_free needs to put the sb page by Liang Chen · 5 years ago
  27. dcd1950 dm writecache: improve performance of large linear writes on SSDs by Mikulas Patocka · 5 years ago
  28. ad6bf88 block: fix an integer overflow in logical block size by Mikulas Patocka · 5 years ago
  29. be240ff dm mpath: Add timeout mechanism for queue_if_no_path by Anatol Pomazau · 5 years ago
  30. f06c03d dm thin: change data device's flush_bio to be member of struct pool by Mikulas Patocka · 5 years ago
  31. 873937e dm thin: don't allow changing data device during thin-pool reload by Mikulas Patocka · 5 years ago
  32. a4a8d28 dm thin: fix use-after-free in metadata_pre_commit_callback by Mike Snitzer · 5 years ago
  33. 44d8ebf dm thin metadata: use pool locking at end of dm_pool_metadata_close by Mike Snitzer · 5 years ago
  34. aa95092 dm writecache: fix incorrect flush sequence when doing SSD mode commit by Mikulas Patocka · 5 years ago
  35. 4ea9471 dm crypt: fix benbi IV constructor crash if used in authenticated mode by Milan Broz · 5 years ago
  36. bbb1658 dm crypt: Implement Elephant diffuser for Bitlocker compatibility by Milan Broz · 5 years ago
  37. 4feaef8 dm space map common: fix to ensure new block isn't already in use by Joe Thornber · 5 years ago
  38. d0d2d8b md/raid1: introduce wait_for_serialization by Guoqing Jiang · 5 years ago
  39. 025471f md/raid1: use bucket based mechanism for IO serialization by Guoqing Jiang · 5 years ago
  40. 69b00b5 md: introduce a new struct for IO serialization by Guoqing Jiang · 5 years ago
  41. 4d26d32 md: don't destroy serial_info_pool if serialize_policy is true by Guoqing Jiang · 5 years ago
  42. 69df9cf raid1: serialize the overlap write by Guoqing Jiang · 5 years ago
  43. de31ee9 md: reorgnize mddev_create/destroy_serial_pool by Guoqing Jiang · 5 years ago
  44. 3938f5f md: add serialize_policy sysfs node for raid1 by Guoqing Jiang · 5 years ago
  45. 11d3a9f md: prepare for enable raid1 io serialization by Guoqing Jiang · 5 years ago
  46. 3e173ab md: fix a typo s/creat/create by Guoqing Jiang · 5 years ago
  47. 404659c md: rename wb stuffs by Guoqing Jiang · 5 years ago
  48. d2c9ad4 raid5: remove worker_cnt_per_group argument from alloc_thread_groups by Guoqing Jiang · 5 years ago
  49. 5518049 md-bitmap: small cleanups by Zhiqiang Liu · 5 years ago
  50. 0a531c5 dm verity: don't prefetch hash blocks for already-verified data by xianrong.zhou · 5 years ago
  51. 9402e95 dm crypt: fix GFP flags passed to skcipher_request_alloc() by Mikulas Patocka · 5 years ago
  52. 4306904 dm thin metadata: Fix trivial math error in on-disk format documentation by Jeffle Xu · 5 years ago
  53. 63ee92d dm thin metadata: use true/false for bool variable by zhengbin · 5 years ago
  54. 1d1dda8 dm snapshot: use true/false for bool variable by zhengbin · 5 years ago
  55. 67b92d9 dm bio prison v2: use true/false for bool variable by zhengbin · 5 years ago
  56. 4ecc508 dm mpath: use true/false for bool variable by zhengbin · 5 years ago
  57. b399629 dm zoned: support zone sizes smaller than 128MiB by Dmitry Fomichev · 5 years ago
  58. 43f3952 dm raid: table line rebuild status fixes by Heinz Mauelshagen · 5 years ago
  59. 88e7caf dm dust: change ret to r in dust_map_write by Bryan Gurney · 5 years ago
  60. f1fcd77 Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  61. 15da849 Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  62. 3b7436c md: make sure desc_nr less than MD_SB_DISKS by Yufen Yu · 5 years ago
  63. 028288d md: raid1: check rdev before reference in raid1_sync_request func by Zhiqiang Liu · 5 years ago
  64. a7ede3d raid5: need to set STRIPE_HANDLE for batch head by Guoqing Jiang · 5 years ago
  65. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  66. 694cfe7 dm thin: Flush data device before committing metadata by Nikos Tsironis · 5 years ago
  67. ecda7c0 dm thin metadata: Add support for a pre-commit callback by Nikos Tsironis · 5 years ago
  68. 8b3fd1f dm clone: Flush destination device before committing metadata by Nikos Tsironis · 5 years ago
  69. 8fdbfe8 dm clone metadata: Use a two phase commit by Nikos Tsironis · 5 years ago
  70. e6a505f dm clone metadata: Track exact changes per transaction by Nikos Tsironis · 5 years ago
  71. 474e559 dm btree: increase rebalance threshold in __rebalance2() by Hou Tao · 5 years ago
  72. ae58954 block: don't handle bio based drivers in blk_revalidate_disk_zones by Christoph Hellwig · 5 years ago
  73. 9b38bb4 block: simplify blkdev_nr_zones by Christoph Hellwig · 5 years ago
  74. dbaf971 dm mpath: remove harmful bio-based optimization by Mike Snitzer · 5 years ago
  75. eeee282 Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  76. 464a47f Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  77. 2d53943 Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  78. f612b21 Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" by Mike Snitzer · 5 years ago
  79. 4436332 dm: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  80. 00b8989 Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" by Jens Axboe · 5 years ago
  81. d256d79 dm thin: wakeup worker only when deferred bios exist by Jeffle Xu · 5 years ago
  82. d537858 dm integrity: fix excessive alignment of metadata runs by Mikulas Patocka · 5 years ago
  83. 0815ef3 drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET by Eugene Syromiatnikov · 5 years ago
  84. f193489 drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET by Eugene Syromiatnikov · 5 years ago
  85. 15fbb23 bcache: don't export symbols by Christoph Hellwig · 5 years ago
  86. 651bbba bcache: remove the extra cflags for request.o by Christoph Hellwig · 5 years ago
  87. 9fcc34b bcache: at least try to shrink 1 node in bch_mca_scan() by Coly Li · 5 years ago
  88. c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
  89. 5dccefd bcache: add code comments in bch_btree_leaf_dirty() by Coly Li · 5 years ago
  90. 84c529a bcache: fix deadlock in bcache_allocator by Andrea Righi · 5 years ago
  91. 06c1526 bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front() by Coly Li · 5 years ago
  92. 41fa4de bcache: deleted code comments for dead code in bch_data_insert_keys() by Coly Li · 5 years ago
  93. aaf8dbe bcache: add more accurate error messages in read_super() by Coly Li · 5 years ago
  94. 2d88695 bcache: fix static checker warning in bcache_device_free() by Coly Li · 5 years ago
  95. 34cf78b bcache: fix a lost wake-up problem caused by mca_cannibalize_lock by Guoju Fang · 5 years ago
  96. c0e0954 bcache: fix fifo index swapping condition in journal_pin_cmp() by Coly Li · 5 years ago
  97. d410035 block: rework zone reporting by Christoph Hellwig · 5 years ago
  98. 5eac3eb block: Remove partition support for zoned block devices by Damien Le Moal · 5 years ago
  99. ceeb373 block: Simplify report zones execution by Damien Le Moal · 5 years ago
  100. d29510d Merge branch 'for-5.5/drivers' into for-5.5/zoned by Jens Axboe · 5 years ago