summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
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-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 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-02-05dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2020-01-09raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2020-01-04md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-31md: avoid invalid memory access for array sb->dev_rolesYufen Yu
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li
2019-12-31md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang
2019-12-31md: no longer compare spare disk superblock events in super_loadYufen Yu
2019-12-21dm thin: Flush data device before committing metadataNikos Tsironis
2019-12-21dm thin metadata: Add support for a pre-commit callbackNikos Tsironis
2019-12-21dm clone: Flush destination device before committing metadataNikos Tsironis
2019-12-21dm clone metadata: Use a two phase commitNikos Tsironis
2019-12-21dm clone metadata: Track exact changes per transactionNikos Tsironis
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter
2019-11-29md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman
2019-11-29Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer
2019-10-18Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-17dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka
2019-10-16md/raid0: fix warning message for parameter default_layoutSong Liu
2019-10-10dm snapshot: rework COW throttling to fix deadlockMikulas Patocka
2019-10-10dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka
2019-10-08dm clone: Make __hash_find staticYueHaibing
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy