summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-31md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas1-0/+12
2012-07-31md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng1-1/+1
2012-07-31md/raid1: don't abort a resync on the first badblock.NeilBrown1-1/+4
2012-07-31md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown1-6/+2
2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2-2/+13
2012-07-31md/raid1: prevent merging too large requestShaohua Li2-7/+50
2012-07-31md/raid1: read balance chooses idlest disk for SSDShaohua Li1-3/+31
2012-07-31md/raid1: make sequential read detection per disk basedShaohua Li2-34/+12
2012-07-31MD RAID10: Export md_raid10_congestedJonathan Brassow2-22/+37
2012-07-31MD: Move macros from raid1*.h to raid1*.cJonathan Brassow4-29/+29
2012-07-31MD RAID1: rename mirror_info structureJonathan Brassow2-9/+9
2012-07-31MD RAID10: rename mirror_info structureJonathan Brassow2-12/+12
2012-07-31MD RAID10: Fix compiler warning.Jonathan Brassow1-1/+1
2012-07-27dm raid: move sectors_per_dev calculationJonathan E Brassow1-9/+9
2012-07-27dm raid: restructure parse_raid_paramsJonathan E Brassow1-5/+20
2012-07-27dm mpath: add retain_attached_hw_handler featureMike Snitzer1-6/+41
2012-07-27dm thin: optimize power of two block sizeMikulas Patocka1-7/+16
2012-07-27dm thin: split discards on block boundaryMikulas Patocka1-9/+7
2012-07-27dm: introduce split_discard_requestsMikulas Patocka2-1/+10
2012-07-27dm thin: support for non power of 2 pool blocksizeMike Snitzer1-22/+37
2012-07-27dm stripe: optimize chunk_size calculationsMikulas Patocka1-3/+23
2012-07-27dm stripe: remove minimum stripe sizeMikulas Patocka1-2/+1
2012-07-27dm stripe: support for non power of 2 chunksizeMike Snitzer2-27/+21
2012-07-27dm: support non power of two target max_io_lenMike Snitzer8-33/+69
2012-07-27dm stripe: remove stripes_maskMikulas Patocka1-6/+3
2012-07-27dm stripe: fix size testMikulas Patocka2-3/+1
2012-07-27dm thin: provide specific errors for two table load failure casesMike Snitzer1-2/+6
2012-07-27dm: replace simple_strtoulmajianpeng3-18/+7
2012-07-27dm snapshot: remove redundant assignment in merge fnAlasdair G Kergon1-1/+0
2012-07-27dm thin metadata: introduce THIN_MAX_CONCURRENT_LOCKSJoe Thornber1-6/+8
2012-07-27dm thin metadata: remove pointless label from __commit_transactionJoe Thornber1-8/+7
2012-07-27dm persistent data: remove debug space map checkerJoe Thornber6-534/+11
2012-07-27dm: remove unused flush target methodJoe Thornber1-2/+0
2012-07-27dm thin: clean up compiler warningMike Snitzer3-3/+3
2012-07-27dm thin: reduce endio_hook pool sizeAlasdair G Kergon1-1/+1
2012-07-24i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart1-1/+4
2012-07-24i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart1-4/+10
2012-07-24i2c: Add SCCB supportLaurent Pinchart3-6/+4
2012-07-24i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converterEmmanuel Deloget1-0/+1
2012-07-24i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz1-7/+78
2012-07-24i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare1-4/+9
2012-07-24i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz2-7/+105
2012-07-24i2c-i801: Consolidate pollingJean Delvare1-55/+53
2012-07-24i2c-i801: Drop ENABLE_INT9Daniel Kurtz1-5/+4
2012-07-24i2c-i801: Rename some SMBHSTCNT bit constantsDaniel Kurtz1-10/+11
2012-07-24i2c-i801: Check and return errors during byte-by-byte transfersDaniel Kurtz1-4/+6
2012-07-24i2c-i801: Clear only status bits in HST_STSDaniel Kurtz1-1/+1
2012-07-24i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byteDaniel Kurtz1-14/+14
2012-07-24i2c-smbus: Use module_i2c_driver()Fabio Estevam1-12/+1
2012-07-24i2c/writing-clients: Mention module_i2c_driver()Jean Delvare1-8/+15