summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-11-02md: use lockdep_assert_heldShaohua Li3-13/+8
2017-11-02raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey1-18/+6
2017-11-02md: use TASK_IDLE instead of blocking signalsMikulas Patocka2-7/+1
2017-11-02md: remove special meaning of ->quiesce(.., 2)NeilBrown9-69/+37
2017-11-02md: allow metadata update while suspending.NeilBrown2-0/+20
2017-11-02md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2017-11-02md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2017-11-02md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-02md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown3-7/+24
2017-11-02md: 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-31bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-10-31bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-31bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-31bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-31bcache: 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 ...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-19raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-17md: raid10: remove a couple of redundant variables and initializationsColin Ian King1-5/+1
2017-10-17md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer15-11/+14
2017-10-17md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2017-10-17md-cluster: make function cluster_check_sync_size staticColin Ian King1-1/+1
2017-10-17raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-10-17raid5-ppl: don't resync after rebuildArtur Paszkiewicz1-2/+1
2017-10-17md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-10-17md/bitmap: revert a patchShaohua Li1-2/+2
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle1-2/+2
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen1-0/+6
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle1-1/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle3-6/+7
2017-10-16bcache: smooth writeback rate controlMichael Lyle2-3/+9
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle3-52/+66
2017-10-16bcache: don't write back data if reading it failedMichael Lyle1-6/+14
2017-10-16bcache: remove unused parameterYijing Wang1-6/+6
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2-1/+11
2017-10-16bcache: Remove redundant set_capacityYijing Wang1-3/+0
2017-10-16bcache: rewrite multiple partitions supportColy Li1-12/+25
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li1-1/+1
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-10-16bcache: Avoid nested function definitionPeter Foley1-4/+6
2017-10-09md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-10-06Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+44
2017-10-06block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig3-26/+2