summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer2020-01-141-4/+6
| * | dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka2020-01-141-21/+21
| * | dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-01-141-2/+8
| * | dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz2020-01-141-4/+319
| * | dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-01-144-3/+37
| * | dm verity: don't prefetch hash blocks for already-verified dataxianrong.zhou2020-01-071-2/+16
| * | dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka2020-01-071-1/+1
| * | dm thin metadata: Fix trivial math error in on-disk format documentationJeffle Xu2020-01-071-1/+1
| * | dm thin metadata: use true/false for bool variablezhengbin2020-01-071-5/+5
| * | dm snapshot: use true/false for bool variablezhengbin2020-01-071-3/+3
| * | dm bio prison v2: use true/false for bool variablezhengbin2020-01-071-1/+1
| * | dm mpath: use true/false for bool variablezhengbin2020-01-071-1/+1
| * | dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev2020-01-071-9/+14
| * | dm raid: table line rebuild status fixesHeinz Mauelshagen2020-01-071-21/+22
| * | dm dust: change ret to r in dust_map_writeBryan Gurney2020-01-071-3/+3
| |/
* | 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