summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | bcache: add comments for closure_fn to be called in closure_queue()Coly Li2019-04-241-0/+6
| * | bcache: Add comments for blkdev_put() in registration code pathColy Li2019-04-241-0/+8
| * | bcache: add error check for calling register_bdev()Coly Li2019-04-241-6/+10
| * | bcache: return error immediately in bch_journal_replay()Coly Li2019-04-241-3/+6
| * | bcache: add comments for kobj release callback routineColy Li2019-04-241-0/+4
| * | bcache: add failure check to run_cache_set() for journal replayColy Li2019-04-241-5/+12
| * | bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-04-241-4/+7
| * | bcache: move definition of 'int ret' out of macro read_bucket()Coly Li2019-04-241-2/+3
| * | bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-04-241-1/+1
| * | bcache: Clean up bch_get_congested()George Spelvin2019-04-243-15/+28
| * | bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang2019-04-241-6/+4
| * | bcache: avoid clang -Wunintialized warningArnd Bergmann2019-04-241-2/+3
| * | bcache: fix inaccurate result of unused bucketsGuoju Fang2019-04-241-2/+0
| * | bcache: fix crashes stopping bcache device before read miss doneGuoju Fang2019-04-241-5/+21
| * | md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-04-161-1/+9
| * | Revert "Don't jump to compute_result state from check_result state"Song Liu2019-04-161-4/+15
| * | md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak2019-04-161-2/+2
| * | Merge tag 'v5.1-rc5' into for-5.2/blockJens Axboe2019-04-156-27/+72
| |\|
| * | md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig2019-04-101-0/+2
| * | md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig2019-04-101-0/+4
| * | md: mark md_cluster_mod staticChristoph Hellwig2019-04-101-2/+1
| * | md: use correct type in super_1_syncChristoph Hellwig2019-04-101-1/+1
| * | md: use correct type in super_1_loadChristoph Hellwig2019-04-101-2/+2
| * | md: use correct types in md_bitmap_print_sbChristoph Hellwig2019-04-101-4/+4
| * | md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-101-1/+1
| * | md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-04-101-2/+4
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-063-36/+6
| * | md: batch flush requests.NeilBrown2019-04-012-4/+26
| * | Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-012-119/+62
| * | Don't jump to compute_result state from check_result stateNigel Croxon2019-04-011-15/+4
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-5/+0
|\ \ \
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-5/+0
| |/ /
* | | dm persistent data: Simplify stack trace handlingThomas Gleixner2019-04-291-10/+9
* | | dm bufio: Simplify stack trace retrievalThomas Gleixner2019-04-291-9/+6
| |/ |/|
* | dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
* | dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
* | dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
* | dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
* | dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
* | dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
* | dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
|/
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-164-1/+69
|\
| * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| * It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-123-0/+65
* | md: convert to kvmallocKent Overstreet2019-03-123-56/+46
* | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-0917-139/+647
|\ \
| * | dm integrity: limit the rate of error messagesMikulas Patocka2019-03-061-4/+4
| * | dm snapshot: don't define direct_access if we don't support itMikulas Patocka2019-03-051-8/+0
| * | dm cache: add support for discard passdown to the origin deviceMike Snitzer2019-03-051-26/+100