summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-04-261-1/+2
| * | dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang2019-04-261-4/+2
| * | dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-253-6/+22
| * | dm thin metadata: do not write metadata if no changes occurredMike Snitzer2019-04-181-3/+23
| * | dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer2019-04-181-44/+64
| * | dm thin metadata: check __commit_transaction()'s returnMike Snitzer2019-04-181-1/+6
| * | dm space map common: zero entire ll_diskMike Snitzer2019-04-181-0/+2
| * | dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye2019-04-181-2/+2
| * | dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye2019-04-181-6/+6
| * | dm snapshot: Use fine-grained locking schemeNikos Tsironis2019-04-181-40/+44
| * | dm snapshot: Make exception tables scalableNikos Tsironis2019-04-182-24/+116
| * | dm snapshot: Replace mutex with rw semaphoreNikos Tsironis2019-04-181-45/+43
| * | dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis2019-04-181-37/+65
| * | dm cache metadata: Fix loading discard bitsetNikos Tsironis2019-04-181-1/+8
| * | dm zoned: Fix zone report handlingDamien Le Moal2019-04-181-0/+5
| * | dm zoned: Silence a static checker warningDan Carpenter2019-04-181-1/+2
| * | dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-181-4/+4
| |/
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0716-232/+275
|\ \
| * | bcache: make is_discard_enabled() staticJens Axboe2019-05-011-1/+1
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-303-7/+5
| * | bcache: clean up do_btree_node_write a bitChristoph Hellwig2019-04-301-4/+5
| * | bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0
| * | bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-04-241-0/+8
| * | bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang2019-04-241-1/+1
| * | bcache: fix failure in journal relplayTang Junhui2019-04-241-4/+21
| * | bcache: improve bcache_reboot()Coly Li2019-04-241-2/+10
| * | 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