summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-03-25dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer
2020-03-25dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-12dm: fix congested_fn for request-based deviceHou Tao
2020-03-12dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki
2020-03-12dm writecache: verify watermark during resumeMikulas Patocka
2020-03-12dm: report suspended device during destroyMikulas Patocka
2020-03-12dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-03-12dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka
2020-03-12dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-03-12dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka
2020-03-12dm thin metadata: fix lockdep complaintTheodore Ts'o
2020-02-24bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li
2020-02-24bcache: fix incorrect data type usage in btree_flush_write()Coly Li
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-24bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li
2020-02-24bcache: fix use-after-free in register_bcache()Coly Li
2020-02-24bcache: rework error unwinding in register_bcacheChristoph Hellwig
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-02-24dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka
2020-02-24dm raid: table line rebuild status fixesHeinz Mauelshagen
2020-02-14bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-02-11dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer
2020-02-11dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-02-11dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev
2020-01-15block: fix an integer overflow in logical block sizeblock-5.5-2020-01-16Mikulas Patocka
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-13Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-11md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2019-12-11md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2019-12-11raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-06dm thin: Flush data device before committing metadataNikos Tsironis
2019-12-05dm thin metadata: Add support for a pre-commit callbackNikos Tsironis
2019-12-05dm clone: Flush destination device before committing metadataNikos Tsironis
2019-12-05dm clone metadata: Use a two phase commitNikos Tsironis
2019-12-05dm clone metadata: Track exact changes per transactionNikos Tsironis
2019-12-05dm btree: increase rebalance threshold in __rebalance2()Hou Tao
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig
2019-11-26dm mpath: remove harmful bio-based optimizationMike Snitzer
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-20Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer