aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen1-25/+23
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinationsHeinz Mauelshagen1-1/+130
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen1-196/+228
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen1-61/+84
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen1-32/+36
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer7-119/+159
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer1-12/+31
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer1-22/+274
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer15-1131/+1200
2016-06-09block: bio: kill BIO_MAX_SIZEMing Lei1-1/+0
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-09block: drbd: avoid to use BIO_MAX_SIZEMing Lei1-2/+2
2016-06-09block: bio: remove BIO_MAX_SECTORSMing Lei1-1/+0
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei1-3/+1
2016-06-09iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei1-30/+15
2016-06-09block: mark 1st parameter of bvec_iter_advance as constMing Lei1-1/+2
2016-06-09block: move two bvec structure into bvec.hMing Lei3-23/+23
2016-06-09block: move bvec iterator into include/linux/bvec.hMing Lei2-50/+75
2016-06-09blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-06-09block: better packing for struct requestChristoph Hellwig1-3/+2
2016-06-08ext4: use bio op helprs in ext4 crypto codeMike Christie1-1/+1
2016-06-08cfq-iosched: Convert to use highres timersJan Kara1-9/+12
2016-06-08cfq-iosched: Expose microsecond interfacesJeff Moyer1-0/+40
2016-06-08cfq-iosched: Convert from jiffies to nanosecondsJeff Moyer1-137/+136
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie39-98/+102
2016-06-07block: do not use REQ_FLUSH for tracking flush supportMike Christie1-23/+24
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie20-31/+40
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie6-63/+46
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie6-9/+9
2016-06-07block: move bio io prio to a new fieldMike Christie2-15/+4
2016-06-07ide cd: do not set REQ_WRITE on requests.Mike Christie1-3/+0
2016-06-07blktrace: use op accessorsMike Christie4-42/+65
2016-06-07drivers: use req op accessorMike Christie14-34/+43
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie4-11/+11
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie3-15/+17
2016-06-07blkg_rwstat: separate op from flagsMike Christie2-26/+36
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie4-9/+8
2016-06-07block: prepare mq request creation to use REQ_OPsMike Christie1-14/+16
2016-06-07block: prepare request creation/destruction code to use REQ_OPsMike Christie1-25/+29
2016-06-07block: copy bio op to request opMike Christie1-3/+3
2016-06-07xen: use bio op accessorsMike Christie1-12/+15
2016-06-07target: use bio op accessorsMike Christie2-16/+15
2016-06-07md: use bio op accessorsMike Christie10-84/+88
2016-06-07drbd: use bio op accessorsMike Christie6-42/+59
2016-06-07bcache: use bio op accessorsMike Christie7-28/+31
2016-06-07dm: use bio op accessorsMike Christie14-80/+99
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie2-14/+16
2016-06-07pm: use bio op accessorsMike Christie1-12/+18
2016-06-07ocfs2: use bio op accessorsMike Christie1-4/+6
2016-06-07nilfs: use bio op accessorsMike Christie1-8/+9