aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li1-2/+3
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-04-24bcache: Clean up bch_get_congested()George Spelvin3-15/+28
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang1-6/+4
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang1-2/+0
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang1-5/+21
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer1-3/+23
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer1-44/+64
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer1-1/+6
2019-04-18dm space map common: zero entire ll_diskMike Snitzer1-0/+2
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye1-2/+2
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye1-6/+6
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis1-40/+44
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis2-24/+116
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis1-45/+43
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis1-37/+65
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-04-18dm zoned: Silence a static checker warningDan Carpenter1-1/+2
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig1-4/+4
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak1-2/+2
2019-04-15Merge tag 'v5.1-rc5' into for-5.2/blockJens Axboe6-27/+72
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig1-0/+2
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig1-0/+4
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig1-2/+1
2019-04-10md: use correct type in super_1_syncChristoph Hellwig1-1/+1
2019-04-10md: use correct type in super_1_loadChristoph Hellwig1-2/+2
2019-04-10md: use correct types in md_bitmap_print_sbChristoph Hellwig1-4/+4
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig1-1/+1
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig3-36/+6
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka1-3/+1
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer3-8/+24
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE")Mikulas Patocka1-9/+1
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen1-1/+1
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing1-2/+2
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-4/+4
2019-04-01md: batch flush requests.NeilBrown2-4/+26
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown2-119/+62
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds4-1/+69
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski3-0/+65