summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer
2017-11-10dm cache: remove usused deferred_cells member from struct cacheJoe Thornber
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber
2017-11-10dm cache background tracker: limit amount of background work that may be issu...Joe Thornber
2017-11-10dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka
2017-11-10dm zoned: ignore last smaller runt zoneDamien Le Moal
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure
2017-11-10dm log writes: add support for DAXRoss Zwisler
2017-11-10dm log writes: add support for inline data buffersRoss Zwisler
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer
2017-11-10dm cache: remove all obsolete writethrough-specific codeMike Snitzer
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer
2017-11-10dm cache: pass cache structure to mode functionsMike Snitzer
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-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