summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-03-12dm: fix congested_fn for request-based deviceHou Tao1-11/+10
2020-03-12dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki1-4/+4
2020-03-12dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-03-12dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-03-12dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-03-12dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka1-1/+1
2020-03-12dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-4/+15
2020-03-12dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka1-5/+12
2020-03-12dm thin metadata: fix lockdep complaintTheodore Ts'o1-1/+1
2020-02-24bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-02-24bcache: fix incorrect data type usage in btree_flush_write()Coly Li1-1/+2
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-24bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li1-3/+7
2020-02-24bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-02-24bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-02-24dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka1-5/+13
2020-02-15bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-11dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer1-4/+6
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-11dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka1-1/+1
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka1-21/+21
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev1-9/+14
2020-02-06dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer1-4/+3
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2020-01-09raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2020-01-04md: make sure desc_nr less than MD_SB_DISKSYufen Yu1-0/+1
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-12-31md: avoid invalid memory access for array sb->dev_rolesYufen Yu1-31/+20
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi3-8/+26
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-12-31md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang1-1/+1
2019-12-31md: no longer compare spare disk superblock events in super_loadYufen Yu1-6/+51
2019-12-21dm thin: Flush data device before committing metadataNikos Tsironis1-2/+40
2019-12-21dm thin metadata: Add support for a pre-commit callbackNikos Tsironis2-0/+36
2019-12-21dm clone: Flush destination device before committing metadataNikos Tsironis1-6/+40
2019-12-21dm clone metadata: Use a two phase commitNikos Tsironis3-10/+60
2019-12-21dm clone metadata: Track exact changes per transactionNikos Tsironis1-28/+62
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery8-21/+23
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev4-32/+61
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar1-1/+2
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-11-29md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1
2019-11-29Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer1-6/+3