aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-11-09 11:20:07 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-09 11:20:07 -0800
commit3e28850cbd359bed841b832200f9fc208a9ef040 (patch)
treeef4e5b294f934f58fc08feb89d24291b71c01d4a /tools/perf/scripts/python/export-to-sqlite.py
parentMerge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block (diff)
parentnvme: wait until quiesce is done (diff)
downloadlinux-3e28850cbd359bed841b832200f9fc208a9ef040.tar.gz
linux-3e28850cbd359bed841b832200f9fc208a9ef040.zip
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - Set of fixes for the batched tag allocation (Ming, me) - add_disk() error handling fix (Luis) - Nested queue quiesce fixes (Ming) - Shared tags init error handling fix (Ye) - Misc cleanups (Jean, Ming, me) * tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block: nvme: wait until quiesce is done scsi: make sure that request queue queiesce and unquiesce balanced scsi: avoid to quiesce sdev->request_queue two times blk-mq: add one API for waiting until quiesce is done blk-mq: don't free tags if the tag_set is used by other device in queue initialztion block: fix device_add_disk() kobject_create_and_add() error handling block: ensure cached plug request matches the current queue block: move queue enter logic into blk_mq_submit_bio() block: make bio_queue_enter() fast-path available inline block: split request allocation components into helpers block: have plug stored requests hold references to the queue blk-mq: update hctx->nr_active in blk_mq_end_request_batch() blk-mq: add RQF_ELV debug entry blk-mq: only try to run plug merge if request has same queue with incoming bio block: move RQF_ELV setting into allocators dm: don't stop request queue after the dm device is suspended block: replace always false argument with 'false' block: assign correct tag before doing prefetch of request blk-mq: fix redundant check of !e expression
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
c42927f00d4d465bbf&follow=1'>compat/setenv.c: error if name contains '='Erik Faye-Lund1-1/+1 2011-12-14compat/setenv.c: update errno when erroring outErik Faye-Lund1-2/+8 2011-12-13Update draft release notes for 1.7.8.1Junio C Hamano2-1/+18 2011-12-13Git 1.7.7.5v1.7.7.5Junio C Hamano4-3/+21 2011-12-13Git 1.7.6.5v1.7.6.5Junio C Hamano4-3/+30 2011-12-13blame: don't overflow time bufferJeff King1-1/+1 2011-12-13http-push: enable "proactive auth"Jeff King6-6/+13 2011-12-13t5540: test DAV push with authenticationJeff King2-0/+37 2011-12-13connect.c: drop path_match functionJeff King2-22/+0 2011-12-13fetch-pack: match refs exactlyJeff King2-4/+38 2011-12-13t5500: give fully-qualified refs to fetch-packJeff King1-3/+3 2011-12-13drop "match" parameter from get_remote_headsJeff King6-12/+7 2011-12-12Update documentation for stripspaceConrad Irwin2-7/+64 2011-12-12mv: be quiet about overwritingJeff King1-1/+2 2011-12-12mv: improve overwrite warningJeff King1-1/+1 2011-12-12revert: stop creating and removing sequencer-old directoryJonathan Nieder3-21/+7 2011-12-12Revert "reset: Make reset remove the sequencer state"Jonathan Nieder3-55/+1 2011-12-12revert: do not remove state until sequence is finishedJonathan Nieder2-14/+4 2011-12-12revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2-0/+38 2011-12-12revert: pass around rev-list args in already-parsed formJonathan Nieder2-24/+34 2011-12-12revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2-6/+156 2011-12-12revert: give --continue handling its own functionJonathan Nieder1-11/+17 2011-12-12mv: make non-directory destination error more clearJeff King1-1/+1 2011-12-12mv: honor --verbose flagJeff King2-2/+7 2011-12-12docs: mention "-k" for both forms of "git mv"Jeff King1-1/+1 2011-12-12compat/snprintf: don't look at va_list twiceJeff King1-2/+7