aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds7-213/+328
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds5-5/+5
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li7-213/+328
2016-07-28MD: fix null pointer deferenceShaohua Li1-2/+4
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds25-1808/+4394
2016-07-20dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani1-1/+10
2016-07-20dm snap: add fake origin_direct_accessToshi Kani1-0/+8
2016-07-20dm stripe: add DAX supportToshi Kani1-1/+25
2016-07-20dm error: add DAX supportMike Snitzer2-2/+10
2016-07-20dm linear: add DAX supportToshi Kani1-1/+20
2016-07-20dm: add infrastructure for DAX supportToshi Kani3-3/+80
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig1-1/+0
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig6-19/+23
2016-07-20dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber3-11/+124
2016-07-20dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber1-1/+8
2016-07-19raid10: improve random reads performanceTomasz Majchrzak2-10/+14
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak1-0/+2
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy1-0/+2
2016-07-19md: use seconds granularity for error loggingArnd Bergmann3-9/+7
2016-07-19dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen1-4/+3
2016-07-19dm raid: address checkpatch.pl complaintsHeinz Mauelshagen1-21/+21
2016-07-18dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig1-15/+65
2016-07-18dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan1-1/+1
2016-07-18dm raid: change logical functions to actually return boolHeinz Mauelshagen1-15/+14
2016-07-18dm raid: use rdev_for_each in statusHeinz Mauelshagen1-2/+2
2016-07-18dm raid: use rs->raid_disks to avoid memory leaks on freeHeinz Mauelshagen1-6/+5
2016-07-18dm raid: support delta_disks for raid1, fix table outputHeinz Mauelshagen1-43/+49
2016-07-18dm raid: enhance reshape check and factor out reshape setupHeinz Mauelshagen1-61/+106
2016-07-18dm raid: allow resize during recoveryHeinz Mauelshagen1-15/+19
2016-07-18dm raid: fix rs_is_recovering() to allow for lvextendHeinz Mauelshagen1-2/+2
2016-07-18dm raid: fix rebuild and catch bogus sync/resync flagsHeinz Mauelshagen1-3/+16
2016-07-18dm raid: fix ctr memory leaks on error pathsHeinz Mauelshagen1-10/+15
2016-07-18dm raid: fix typo in write_mostly flagHeinz Mauelshagen1-1/+1
2016-07-18dm raid: also reject size change during recoveryHeinz Mauelshagen1-3/+3
2016-07-18dm raid: fix new superblock/bitmap creation on disk additionHeinz Mauelshagen1-1/+2
2016-07-18dm raid: add comments and fix typosHeinz Mauelshagen1-7/+13
2016-07-18dm raid: fix raid10 device size error on out-of-place reshapeHeinz Mauelshagen1-0/+8
2016-07-18dm raid: prohibit 'nosync' on new raid6 and reject resize during reshapeHeinz Mauelshagen1-3/+15
2016-07-18dm raid: clarify and fix recoveryHeinz Mauelshagen1-9/+55
2016-07-18dm raid: fix rs_set_capacity on growing reshapeHeinz Mauelshagen1-6/+3
2016-07-18dm raid: make rs_set_capacity to work on shrinking reshapeHeinz Mauelshagen1-4/+4
2016-07-18dm raid: enhance comments in takeover checksHeinz Mauelshagen1-2/+2
2016-07-18dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen1-4/+2
2016-07-18dm raid: more restricting data_offset value checksHeinz Mauelshagen1-1/+2
2016-07-18dm raid: reject too many write_mostly devicesHeinz Mauelshagen1-1/+7
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen1-3/+3
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen1-0/+6
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen1-5/+0
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer1-0/+2
2016-07-05bcache: Remove redundant block_size assignmentYijing Wang1-1/+0