- 5dfcc13 Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
- 776e49e Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 10 months ago
- 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 11 months ago
- 974f51e dm: fix congested_fn for request-based device by Hou Tao · 4 years, 10 months ago
- 248aa26 dm integrity: use dm_bio_record and dm_bio_restore by Mike Snitzer · 4 years, 11 months ago
- 1b17159 dm bio record: save/restore bi_end_io and bi_integrity by Mike Snitzer · 4 years, 11 months ago
- 764b53b Revert "bcache: ignore pending signals when creating gc and allocator thread" by Jens Axboe · 4 years, 10 months ago
- ee63634b dm zoned: Fix reference counter initial value of chunk works by Shin'ichiro Kawasaki · 4 years, 11 months ago
- 41c526c dm writecache: verify watermark during resume by Mikulas Patocka · 4 years, 11 months ago
- adc0daa dm: report suspended device during destroy by Mikulas Patocka · 4 years, 11 months ago
- 3918e06 dm thin metadata: fix lockdep complaint by Theodore Ts'o · 4 years, 11 months ago
- 7cdf6a0 dm cache: fix a crash due to incorrect work item cancelling by Mikulas Patocka · 5 years ago
- 7fc2e47 dm integrity: fix invalid table returned due to argument count mismatch by Mikulas Patocka · 5 years ago
- 53770f0 dm integrity: fix a deadlock due to offloading to an incorrect workqueue by Mikulas Patocka · 5 years ago
- d5bdf66 dm integrity: fix recalculation when moving from journal mode to bitmap mode by Mikulas Patocka · 5 years ago
- e29c6a1 Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 4ec31cb bcache: remove macro nr_to_fifo_front() by Coly Li · 5 years ago
- 309cc71 bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" by Coly Li · 5 years ago
- 0b96da6 bcache: ignore pending signals when creating gc and allocator thread by Coly Li · 5 years ago
- 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- ed535f2 Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
- 49d08d5 bcache: check return value of prio_read() by Coly Li · 5 years ago
- d1c3cc3 bcache: fix incorrect data type usage in btree_flush_write() by Coly Li · 5 years ago
- 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
- 7c02b00 bcache: explicity type cast in bset_bkey_last() by Coly Li · 5 years ago
- 5bebf748 bcache: fix memory corruption in bch_cache_accounting_clear() by Coly Li · 5 years ago
- 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
- 22a8f39 Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 47ace7e dm: fix potential for q->make_request_fn NULL pointer by Mike Snitzer · 5 years ago
- e3de044 bcache: reap from tail of c->btree_cache in bch_mca_scan() by Coly Li · 5 years ago
- d5c9c47 bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan() by Coly Li · 5 years ago
- 125d98e bcache: remove member accessed from struct btree by Coly Li · 5 years ago
- 2aa8c52 bcache: avoid unnecessary btree nodes flushing in btree_flush_write() by Coly Li · 5 years ago
- 7a0bc2a bcache: add code comments for state->pool in __btree_sort() by Coly Li · 5 years ago
- 6321bef bcache: use read_cache_page_gfp to read the superblock by Christoph Hellwig · 5 years ago
- 475389a bcache: store a pointer to the on-disk sb in the cache and cached_dev structures by Christoph Hellwig · 5 years ago
- cfa0c56 bcache: return a pointer to the on-disk sb from read_super by Christoph Hellwig · 5 years ago
- fc8f19c bcache: transfer the sb_page reference to register_{bdev,cache} by Christoph Hellwig · 5 years ago
- ae3cd29 bcache: fix use-after-free in register_bcache() by Coly Li · 5 years ago
- 29cda39 bcache: properly initialize 'path' and 'err' in register_bcache() by Coly Li · 5 years ago
- 5024669 bcache: rework error unwinding in register_bcache by Christoph Hellwig · 5 years ago
- a702a69 bcache: use a separate data structure for the on-disk super block by Christoph Hellwig · 5 years ago
- e8547d4 bcache: cached_dev_free needs to put the sb page by Liang Chen · 5 years ago
- dcd1950 dm writecache: improve performance of large linear writes on SSDs by Mikulas Patocka · 5 years ago
- ad6bf88 block: fix an integer overflow in logical block size by Mikulas Patocka · 5 years ago
- be240ff dm mpath: Add timeout mechanism for queue_if_no_path by Anatol Pomazau · 5 years ago
- f06c03d dm thin: change data device's flush_bio to be member of struct pool by Mikulas Patocka · 5 years ago
- 873937e dm thin: don't allow changing data device during thin-pool reload by Mikulas Patocka · 5 years ago
- a4a8d28 dm thin: fix use-after-free in metadata_pre_commit_callback by Mike Snitzer · 5 years ago
- 44d8ebf dm thin metadata: use pool locking at end of dm_pool_metadata_close by Mike Snitzer · 5 years ago
- aa95092 dm writecache: fix incorrect flush sequence when doing SSD mode commit by Mikulas Patocka · 5 years ago
- 4ea9471 dm crypt: fix benbi IV constructor crash if used in authenticated mode by Milan Broz · 5 years ago
- bbb1658 dm crypt: Implement Elephant diffuser for Bitlocker compatibility by Milan Broz · 5 years ago
- 4feaef8 dm space map common: fix to ensure new block isn't already in use by Joe Thornber · 5 years ago
- d0d2d8b md/raid1: introduce wait_for_serialization by Guoqing Jiang · 5 years ago
- 025471f md/raid1: use bucket based mechanism for IO serialization by Guoqing Jiang · 5 years ago
- 69b00b5 md: introduce a new struct for IO serialization by Guoqing Jiang · 5 years ago
- 4d26d32 md: don't destroy serial_info_pool if serialize_policy is true by Guoqing Jiang · 5 years ago
- 69df9cf raid1: serialize the overlap write by Guoqing Jiang · 5 years ago
- de31ee9 md: reorgnize mddev_create/destroy_serial_pool by Guoqing Jiang · 5 years ago
- 3938f5f md: add serialize_policy sysfs node for raid1 by Guoqing Jiang · 5 years ago
- 11d3a9f md: prepare for enable raid1 io serialization by Guoqing Jiang · 5 years ago
- 3e173ab md: fix a typo s/creat/create by Guoqing Jiang · 5 years ago
- 404659c md: rename wb stuffs by Guoqing Jiang · 5 years ago
- d2c9ad4 raid5: remove worker_cnt_per_group argument from alloc_thread_groups by Guoqing Jiang · 5 years ago
- 5518049 md-bitmap: small cleanups by Zhiqiang Liu · 5 years ago
- 0a531c5 dm verity: don't prefetch hash blocks for already-verified data by xianrong.zhou · 5 years ago
- 9402e95 dm crypt: fix GFP flags passed to skcipher_request_alloc() by Mikulas Patocka · 5 years ago
- 4306904 dm thin metadata: Fix trivial math error in on-disk format documentation by Jeffle Xu · 5 years ago
- 63ee92d dm thin metadata: use true/false for bool variable by zhengbin · 5 years ago
- 1d1dda8 dm snapshot: use true/false for bool variable by zhengbin · 5 years ago
- 67b92d9 dm bio prison v2: use true/false for bool variable by zhengbin · 5 years ago
- 4ecc508 dm mpath: use true/false for bool variable by zhengbin · 5 years ago
- b399629 dm zoned: support zone sizes smaller than 128MiB by Dmitry Fomichev · 5 years ago
- 43f3952 dm raid: table line rebuild status fixes by Heinz Mauelshagen · 5 years ago
- 88e7caf dm dust: change ret to r in dust_map_write by Bryan Gurney · 5 years ago
- f1fcd77 Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 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
- 3b7436c md: make sure desc_nr less than MD_SB_DISKS by Yufen Yu · 5 years ago
- 028288d md: raid1: check rdev before reference in raid1_sync_request func by Zhiqiang Liu · 5 years ago
- a7ede3d raid5: need to set STRIPE_HANDLE for batch head by Guoqing Jiang · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 694cfe7 dm thin: Flush data device before committing metadata by Nikos Tsironis · 5 years ago
- ecda7c0 dm thin metadata: Add support for a pre-commit callback by Nikos Tsironis · 5 years ago
- 8b3fd1f dm clone: Flush destination device before committing metadata by Nikos Tsironis · 5 years ago
- 8fdbfe8 dm clone metadata: Use a two phase commit by Nikos Tsironis · 5 years ago
- e6a505f dm clone metadata: Track exact changes per transaction by Nikos Tsironis · 5 years ago
- 474e559 dm btree: increase rebalance threshold in __rebalance2() by Hou Tao · 5 years ago
- ae58954 block: don't handle bio based drivers in blk_revalidate_disk_zones by Christoph Hellwig · 5 years ago
- 9b38bb4 block: simplify blkdev_nr_zones by Christoph Hellwig · 5 years ago
- dbaf971 dm mpath: remove harmful bio-based optimization by Mike Snitzer · 5 years ago
- 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
- 464a47f Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 2d53943 Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- f612b21 Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" by Mike Snitzer · 5 years ago
- 4436332 dm: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 00b8989 Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()" by Jens Axboe · 5 years ago
- d256d79 dm thin: wakeup worker only when deferred bios exist by Jeffle Xu · 5 years ago