summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2019-11-19 21:37:08 +0000
committerJens Axboe <axboe@kernel.dk>2019-11-26 13:02:24 -0700
commit366ba7c71ef77c08d06b18ad61b26e2df7352338 (patch)
tree43e285b3a52cd79b02a48a0c4cbea16c8427fe84 /tools/perf/scripts/python
parentbe2eca94d144e3ffed565c483a58ecc76a869c98 (diff)
downloadkernel-366ba7c71ef77c08d06b18ad61b26e2df7352338.tar.gz
cdrom: respect device capabilities during opening action
Reading the TOC only works if the device can play audio, otherwise these commands fail (and possibly bring the device to an unhealthy state.) Similarly, cdrom_mmc3_profile() should only be called if the device supports generic packet commands. To: Jens Axboe <axboe@kernel.dk> Cc: linux-kernel@vger.kernel.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/td>Brian Foster 2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong 2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino 2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster 2018-06-11xfs: update incore per-AG inode countDarrick J. Wong 2018-06-08xfs: move various type verifiers to common fileDave Chinner 2018-06-06xfs: convert to SPDX license tagsDave Chinner 2018-06-06xfs: validate btree records on retrievalDave Chinner 2018-06-03xfs: verify AGI unlinked list contains valid blocksDave Chinner 2018-05-15xfs: expose various functions to repair codeDarrick J. Wong 2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen 2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino 2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong 2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong 2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong 2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong 2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong 2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig 2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong 2017-10-26xfs: create inode pointer verifiersDarrick J. Wong 2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer 2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster 2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino 2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval 2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong 2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong 2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong