summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li2020-02-241-1/+3
* bcache: fix incorrect data type usage in btree_flush_write()Coly Li2020-02-241-1/+2
* bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-241-1/+2
* bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li2020-02-241-3/+7
* bcache: fix use-after-free in register_bcache()Coly Li2020-02-241-1/+2
* bcache: rework error unwinding in register_bcacheChristoph Hellwig2020-02-241-30/+45
* bcache: cached_dev_free needs to put the sb pageLiang Chen2020-02-241-0/+3
* dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka2020-02-241-5/+13
* bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li2020-02-141-5/+75
* bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-113-5/+37
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-02-111-2/+7
* dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer2020-02-111-4/+6
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-02-111-2/+8
* dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka2020-02-111-1/+1
* dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka2020-02-111-21/+21
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-02-114-3/+37
* dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev2020-02-111-9/+14
* dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer2020-02-051-4/+3
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-232-2/+2
* md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2020-01-091-1/+1
* raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2020-01-091-1/+1
* md: make sure desc_nr less than MD_SB_DISKSYufen Yu2020-01-041-0/+1
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* md: avoid invalid memory access for array sb->dev_rolesYufen Yu2019-12-311-31/+20
* bcache: fix deadlock in bcache_allocatorAndrea Righi2019-12-313-8/+26
* bcache: fix static checker warning in bcache_device_free()Coly Li2019-12-311-8/+16
* md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang2019-12-311-1/+1
* md: no longer compare spare disk superblock events in super_loadYufen Yu2019-12-311-6/+51
* dm thin: Flush data device before committing metadataNikos Tsironis2019-12-211-2/+40
* dm thin metadata: Add support for a pre-commit callbackNikos Tsironis2019-12-212-0/+36
* dm clone: Flush destination device before committing metadataNikos Tsironis2019-12-211-6/+40
* dm clone metadata: Use a two phase commitNikos Tsironis2019-12-213-10/+60
* dm clone metadata: Track exact changes per transactionNikos Tsironis2019-12-211-28/+62
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-211-1/+7
* dm mpath: remove harmful bio-based optimizationMike Snitzer2019-12-211-36/+1
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-12-178-21/+23
* dm zoned: reduce overhead of backing device checksDmitry Fomichev2019-12-174-32/+61
* dm writecache: handle REQ_FUAMaged Mokhtar2019-12-171-1/+2
* md/raid0: Fix an error message in raid0_make_request()Dan Carpenter2019-12-131-1/+1
* md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman2019-11-291-1/+1
* Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer2019-11-291-6/+3
* Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-181-1/+1
|\
| * md/raid0: fix warning message for parameter default_layoutSong Liu2019-10-161-1/+1
* | dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka2019-10-171-26/+2
* | dm snapshot: rework COW throttling to fix deadlockMikulas Patocka2019-10-101-14/+64
* | dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka2019-10-101-5/+15
* | dm clone: Make __hash_find staticYueHaibing2019-10-081-2/+2
|/
* Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-0/+10
|\
| * block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-0/+10
* | Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-2121-396/+3828
|\ \ | |/ |/|