summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-10-24dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-19bitops: Introduce assign_bit()Lukas Wunner
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz
2017-10-16md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang
2017-10-16md/bitmap: revert a patchShaohua Li
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle
2017-10-16bcache: smooth writeback rate controlMichael Lyle
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-10-16bcache: don't write back data if reading it failedMichael Lyle
2017-10-16bcache: remove unused parameterYijing Wang
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler
2017-10-16bcache: Remove redundant set_capacityYijing Wang
2017-10-16bcache: rewrite multiple partitions supportColy Li
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-10-16bcache: Avoid nested function definitionPeter Foley
2017-10-08md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow
2017-10-05md: fix deadlock error in recent patch.NeilBrown
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen
2017-09-27md/raid5: cap worker countShaohua Li
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li
2017-09-27md: fix a race condition for flush request handlingShaohua Li
2017-09-27md: separate request handlingShaohua Li
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li