summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md: use lockdep_assert_heldShaohua Li2017-11-013-13/+8
| * | | | raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-011-18/+6
| * | | | md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-012-7/+1
| * | | | md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-019-69/+37
| * | | | md: allow metadata update while suspending.NeilBrown2017-11-012-0/+20
| * | | | md: use mddev_suspend/resume instead of ->quiesce()NeilBrown2017-11-011-12/+12
| * | | | md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-013-37/+28
| * | | | md: don't call bitmap_create() while array is quiesced.NeilBrown2017-11-011-6/+10
| * | | | md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-013-7/+24
| * | | | md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-013-1/+14
| * | | | raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-10-181-1/+4
| * | | | md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-161-5/+1
| * | | | md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-1615-11/+14
| * | | | md: raid10: remove VLAISMatthias Kaehlcke2017-10-161-5/+10
| * | | | md-cluster: make function cluster_check_sync_size staticColin Ian King2017-10-161-1/+1
| * | | | raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz2017-10-161-1/+2
| * | | | raid5-ppl: don't resync after rebuildArtur Paszkiewicz2017-10-161-2/+1
| * | | | md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-161-5/+5
| * | | | md/bitmap: revert a patchShaohua Li2017-10-161-2/+2
| * | | | md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-10-081-2/+2
| * | | | md: fix deadlock error in recent patch.NeilBrown2017-10-051-1/+2
* | | | | Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-1414-262/+408
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer2017-11-101-10/+7
| * | | | dm cache: remove usused deferred_cells member from struct cacheJoe Thornber2017-11-101-2/+0
| * | | | dm cache policy smq: allocate cache blocks in orderJoe Thornber2017-11-101-1/+14
| * | | | dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber2017-11-101-1/+1
| * | | | dm cache background tracker: limit amount of background work that may be issu...Joe Thornber2017-11-101-6/+12
| * | | | dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber2017-11-101-4/+4
| * | | | dm cache policy smq: handle races with queuing background_workJoe Thornber2017-11-101-3/+14
| * | | | dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen2017-11-101-10/+11
| * | | | dm integrity: allow unaligned bv_offsetMikulas Patocka2017-11-101-1/+1
| * | | | dm crypt: allow unaligned bv_offsetMikulas Patocka2017-11-101-2/+2
| * | | | dm: small cleanup in dm_get_md()Mike Snitzer2017-11-101-10/+5
| * | | | dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2017-11-101-4/+8
| * | | | dm: allocate struct mapped_device with kvzallocMikulas Patocka2017-11-102-4/+5
| * | | | dm zoned: ignore last smaller runt zoneDamien Le Moal2017-11-101-4/+9
| * | | | dm space map metadata: use ARRAY_SIZEJérémy Lefaure2017-11-101-1/+2
| * | | | dm log writes: add support for DAXRoss Zwisler2017-11-101-1/+87
| * | | | dm log writes: add support for inline data buffersRoss Zwisler2017-11-101-3/+84
| * | | | dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer2017-11-101-39/+22
| * | | | dm cache: remove all obsolete writethrough-specific codeMike Snitzer2017-11-101-81/+1
| * | | | dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer2017-11-101-17/+37
| * | | | dm cache: pass cache structure to mode functionsMike Snitzer2017-11-101-16/+16
| * | | | dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber2017-11-101-33/+53
| * | | | dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova2017-10-241-4/+5
| * | | | dm: convert table_device.count from atomic_t to refcount_tElena Reshetova2017-10-241-5/+7
| * | | | dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova2017-10-242-4/+5
| | |_|/ | |/| |
* | | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1416-138/+204
|\ \ \ \
| * | | | bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
| * | | | bcache: fix wrong cache_misses statisticstang.junhui2017-10-301-1/+5