aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
span title='2019-09-17 20:03:49 -0600'>2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-0/+11 2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab1-1/+1 2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+1 2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-15/+1 2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown1-1/+2 2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-10/+2 2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-2/+2 2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-6/+6 2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2 2017-04-23block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2 2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-17/+2 2017-03-24block: constify struct blk_integrity_profileEric Biggers1-1/+1 2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-2/+2 2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-1/+12 2015-10-21block: move blk_integrity to request_queueDan Williams1-7/+7 2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-102/+58 2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen1-0/+14 2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen1-3/+3 2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-9/+8 2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-11/+11 2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+3 2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1 2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen1-10/+26 2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+12 2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen1-21/+22 2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen1-5/+5 2014-09-27block: Remove integrity tagging functionsMartin K. Petersen1-2/+0 2013-11-23bio-integrity: Convert to bvec_iterKent Overstreet1-18/+22 2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini1-1/+1 2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+4 2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1 2011-04-05dm: improve block integrity supportMike Snitzer1-1/+11 2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen1-1/+0 2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-21/+72 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1 2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1 2009-07-28block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng1-0/+1 2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1 2009-01-30block: Allow empty integrity profileMartin K. Petersen1-11/+14 2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen1-14/+14 2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen1-1/+1 2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+3 2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-2/+2 2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe1-10/+7 2008-07-03block: integrity checkpatch cleanupsJens Axboe1-3/+5 2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+382