summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2711-236/+469
|\
| * bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li2020-01-231-5/+5
| * bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li2020-01-231-3/+3
| * bcache: remove member accessed from struct btreeColy Li2020-01-232-8/+2
| * bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li2020-01-231-5/+75
| * bcache: add code comments for state->pool in __btree_sort()Coly Li2020-01-231-0/+5
| * bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig2020-01-231-9/+7
| * bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2020-01-232-19/+17
| * bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig2020-01-231-11/+11
| * bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig2020-01-231-15/+6
| * bcache: fix use-after-free in register_bcache()Coly Li2020-01-231-1/+2
| * bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li2020-01-231-1/+3
| * bcache: rework error unwinding in register_bcacheChristoph Hellwig2020-01-231-30/+45
| * bcache: use a separate data structure for the on-disk super blockChristoph Hellwig2020-01-231-3/+3
| * bcache: cached_dev_free needs to put the sb pageLiang Chen2020-01-231-0/+3
| * md/raid1: introduce wait_for_serializationGuoqing Jiang2020-01-131-19/+22
| * md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2020-01-132-8/+19
| * md: introduce a new struct for IO serializationGuoqing Jiang2020-01-134-63/+116
| * md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang2020-01-131-4/+8
| * raid1: serialize the overlap writeGuoqing Jiang2020-01-131-14/+13
| * md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang2020-01-131-29/+42
| * md: add serialize_policy sysfs node for raid1Guoqing Jiang2020-01-132-0/+53
| * md: prepare for enable raid1 io serializationGuoqing Jiang2020-01-132-21/+46
| * md: fix a typo s/creat/createGuoqing Jiang2020-01-131-3/+3
| * md: rename wb stuffsGuoqing Jiang2020-01-134-77/+80
| * raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang2020-01-131-14/+7
| * md-bitmap: small cleanupsZhiqiang Liu2020-01-131-3/+2
* | block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-152-2/+2
|/
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-2/+3
|\
| * md: make sure desc_nr less than MD_SB_DISKSYufen Yu2019-12-111-0/+1
| * md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2019-12-111-1/+1
| * raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2019-12-111-1/+1
* | Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-138-83/+246
|\ \
| * | dm thin: Flush data device before committing metadataNikos Tsironis2019-12-061-2/+40
| * | dm thin metadata: Add support for a pre-commit callbackNikos Tsironis2019-12-052-0/+36
| * | dm clone: Flush destination device before committing metadataNikos Tsironis2019-12-051-6/+40
| * | dm clone metadata: Use a two phase commitNikos Tsironis2019-12-053-10/+60
| * | dm clone metadata: Track exact changes per transactionNikos Tsironis2019-12-051-28/+62
| * | dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-051-1/+7
| * | dm mpath: remove harmful bio-based optimizationMike Snitzer2019-11-261-36/+1
* | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
| |/ |/|
* | block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-5/+7
* | block: simplify blkdev_nr_zonesChristoph Hellwig2019-12-031-1/+1
* | Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-2519-409/+426
|\|
| * Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer2019-11-201-6/+3
| * dm: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-27/+27
| * dm thin: wakeup worker only when deferred bios existJeffle Xu2019-11-181-1/+4
| * dm integrity: fix excessive alignment of metadata runsMikulas Patocka2019-11-151-5/+23
| * dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layoutNathan Chancellor2019-11-071-1/+0
| * dm zoned: reduce overhead of backing device checksDmitry Fomichev2019-11-074-32/+61