summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig 2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig 2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig 2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig 2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig 2020-07-02block: make function __bio_integrity_free() staticWei Yongjun 2020-06-24block: release bip in a right way in error pathChengguang Xu 2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai 2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala 2019-12-05block: fix memleak of bio integrity dataJustin Tee 2019-07-11block/bio-integrity: fix a memory leak bugWenwen Wang 2019-05-16block/bio-integrity: use struct_size() in kmalloc()Jackie Liu 2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig 2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig 2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig 2018-09-06block: remove bio_rewind_iter()Ming Lei 2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards 2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet 2018-01-17block: Fix __bio_integrity_endio() documentationBart Van Assche 2017-10-06block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen 2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds 2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz 2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig 2017-08-09bio-integrity: only verify integrity on the lowest stacked driverChristoph Hellwig 2017-08-09bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz 2017-08-09bio-integrity: move the bio integrity profile check earlier in bio_integrity_...Christoph Hellwig 2017-07-04bio-integrity: fix boolreturn.cocci warningskbuild test robot 2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig 2017-07-03bio-integrity: Restore original iterator on verify stageDmitry Monakhov 2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov 2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov 2017-07-03bio-integrity: bio_integrity_advance must update integrity seedDmitry Monakhov 2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe 2017-06-09block: switch bios to blk_status_tChristoph Hellwig 2017-06-03bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov 2016-10-28block: remove bio_is_rwChristoph Hellwig 2016-08-07block: rename bio bi_rw to bi_opfJens Axboe 2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds 2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig 2016-06-14block/bio-integrity.c: Add #include "blk.h"Bart Van Assche