aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer1-39/+22
2017-11-10dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2017-11-10dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber1-33/+53
2017-11-10md: free unused memory after bitmap resizeZdenek Kabelac1-0/+9
2017-11-10md: release allocated bitset sync_setZdenek Kabelac1-1/+7
2017-11-09md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbHou Tao1-1/+5
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2-11/+46
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar41-0/+41
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef2-66/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman41-0/+41
2017-11-01md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz1-1/+0
2017-11-01md-cluster: update document for raid10Guoqing Jiang2-3/+4
2017-11-01md: remove redundant variable qColin Ian King1-2/+0
2017-11-01raid1: remove obsolete code in raid1_write_requestGuoqing Jiang1-13/+7
2017-11-01md-cluster: Use a small window for raid10 resyncGuoqing Jiang2-1/+118
2017-11-01md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang1-0/+16
2017-11-01md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang1-2/+5
2017-11-01md: use lockdep_assert_heldShaohua Li3-13/+8
2017-11-01raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey1-18/+6
2017-11-01md: use TASK_IDLE instead of blocking signalsMikulas Patocka2-7/+1
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown9-69/+37
2017-11-01md: allow metadata update while suspending.NeilBrown2-0/+20
2017-11-01md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2017-11-01md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown3-7/+24
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown3-1/+14
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-3/+3
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-30bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland9-32/+32
2017-10-25locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-7/+8
2017-10-24dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova1-5/+7
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova2-4/+5
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-10/+10
2017-10-19bitops: Introduce assign_bit()Lukas Wunner1-15/+7
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King1-5/+1
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer15-11/+14
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King1-1/+1
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz1-2/+1
2017-10-16md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5