summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | bcache: update bucket_in_use in real timeTang Junhui2017-10-304-8/+22
| * | | | bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-303-7/+8
| * | | | bcache: only permit to recovery read error when cache device is cleanColy Li2017-10-301-1/+9
| * | | | bcache: writeback rate clamping: make 32 bit safeMichael Lyle2017-10-161-2/+2
| * | | | bcache: safeguard a dangerous addressing in closure_queueLiang Chen2017-10-161-0/+6
| * | | | bcache: rearrange writeback main thread ratelimitMichael Lyle2017-10-161-1/+4
| * | | | bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-163-6/+7
| * | | | bcache: smooth writeback rate controlMichael Lyle2017-10-162-3/+9
| * | | | bcache: implement PI controller for writeback rateMichael Lyle2017-10-163-52/+66
| * | | | bcache: don't write back data if reading it failedMichael Lyle2017-10-161-6/+14
| * | | | bcache: remove unused parameterYijing Wang2017-10-161-6/+6
| * | | | bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2017-10-162-1/+11
| * | | | bcache: Remove redundant set_capacityYijing Wang2017-10-161-3/+0
| * | | | bcache: rewrite multiple partitions supportColy Li2017-10-161-12/+25
| * | | | bcache: fix a comments typo in bch_alloc_sectors()Coly Li2017-10-161-1/+1
| * | | | bcache: check ca->alloc_thread initialized before wake up itColy Li2017-10-161-1/+2
| * | | | bcache: Avoid nested function definitionPeter Foley2017-10-161-4/+6
| * | | | block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-053-26/+2
| * | | | buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-142-66/+20
|\ \ \ \ \
| * | | | | dm: move dm-verity to generic async completionGilad Ben-Yossef2017-11-032-66/+20
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0741-0/+41
|\ \ \ \ \
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0241-0/+41
| | |_|/ / | |/| | |
* | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-259-32/+32
* | | | | locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-7/+8
* | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-10/+10
|/ / / /