aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+469
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-01-23bcache: add code comments for state->pool in __btree_sort()Coly Li1-0/+5
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2-19/+17
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig1-15/+6
2020-01-23bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-01-23bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-3/+3
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-13md/raid1: introduce wait_for_serializationGuoqing Jiang1-19/+22
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2-8/+19
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang4-63/+116
2020-01-13md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang1-4/+8
2020-01-13raid1: serialize the overlap writeGuoqing Jiang1-14/+13
2020-01-13md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang1-29/+42
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang2-0/+53
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang2-21/+46
2020-01-13md: fix a typo s/creat/createGuoqing Jiang1-3/+3
2020-01-13md: rename wb stuffsGuoqing Jiang4-77/+80
2020-01-13raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang1-14/+7
2020-01-13md-bitmap: small cleanupsZhiqiang Liu1-3/+2
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+3
2019-12-13Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-83/+246
2019-12-11md: make sure desc_nr less than MD_SB_DISKSYufen Yu1-0/+1
2019-12-11md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2019-12-11raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-06dm thin: Flush data device before committing metadataNikos Tsironis1-2/+40
2019-12-05dm thin metadata: Add support for a pre-commit callbackNikos Tsironis2-0/+36
2019-12-05dm clone: Flush destination device before committing metadataNikos Tsironis1-6/+40
2019-12-05dm clone metadata: Use a two phase commitNikos Tsironis3-10/+60
2019-12-05dm clone metadata: Track exact changes per transactionNikos Tsironis1-28/+62
2019-12-05dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-5/+7
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig1-1/+1
2019-11-26dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds19-409/+426
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds4-184/+115
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds23-97/+153
2019-11-20Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer1-6/+3
2019-11-20dm: Fix Kconfig indentationKrzysztof Kozlowski1-27/+27
2019-11-18Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"Jens Axboe2-26/+4
2019-11-18dm thin: wakeup worker only when deferred bios existJeffle Xu1-1/+4