aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Kani5-5/+92
2016-07-20Merge remote-tracking branch 'jens/for-4.8/core' into dm-4.8Mike Snitzer19-40/+93
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan5-19/+37
2016-07-20block: Fix spelling in a source code commentBart Van Assche1-1/+1
2016-07-20block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani5-3/+10
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-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-18Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé1-1/+1
2016-07-18dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig1-15/+65
2016-07-18sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig1-2/+1
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-13block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi1-0/+7
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer1-0/+2
2016-07-01dm verity fec: fix block calculationSami Tolvanen1-3/+1
2016-07-01dm ioctl: Simplify parameter buffer management codeBart Van Assche1-12/+6
2016-07-01dm crypt: Fix sparse complaintsBart Van Assche1-2/+2
2016-06-28Doc: block: Fix a typo in queue-sysfs.txtMasanari Iida1-1/+1
2016-06-28cfq-iosched: Charge at least 1 jiffie instead of 1 nsJan Kara1-1/+2
2016-06-28cfq-iosched: Fix regression in bonnie++ rewrite performanceJan Kara1-1/+10
2016-06-28cfq-iosched: Convert slice_resid from u64 to s64Jan Kara1-2/+2