aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry1-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry1-1/+6
2024-07-15s390/dasd: fix error checks in dasd_copy_pair_store()Carlos López1-2/+8
2024-07-15s390/dasd: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-07-12md/raid1: set max_sectors during early return from choose_slow_rdev()Mateusz Jończyk1-0/+1
2024-07-12md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao3-3/+43
2024-07-12md-cluster: fix hanging issue while a new disk addingHeming Zhao1-10/+12
2024-07-10floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-09block/rnbd: Constify struct kobj_typeChristophe JAILLET2-3/+3
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig1-2/+2
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni1-1/+1
2024-07-09loop: Don't bother validating blocksizeJohn Garry1-11/+1
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry1-10/+1
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry1-3/+0
2024-07-09block: Validate logical block size in blk_validate_limits()John Garry2-0/+5
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry1-13/+13
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-07-08nvme: implement ->get_unique_idChristoph Hellwig3-0/+46
2024-07-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig1-14/+11
2024-07-08block: add a bvec_phys helperChristoph Hellwig4-4/+18
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig3-24/+45
2024-07-05block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig1-1/+1
2024-07-05block: refacto blkdev_issue_zerooutChristoph Hellwig1-39/+55
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig1-28/+23
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig1-5/+0
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig1-7/+11
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal1-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal8-87/+9
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal4-5/+190
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal1-13/+11
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal3-3/+17
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig1-2/+0
2024-07-04block: reuse original bio_vec array for integrity during cloneAnuj Gupta1-6/+3
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-04block: t10-pi: Return correct ref tag when queue has no integrity profileAnuj Gupta1-2/+8
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski1-23/+41
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai1-6/+0
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET3-5/+5
2024-07-04md: Remove unneeded semicolonYang Li1-1/+1
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai1-7/+5
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig1-11/+5
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal1-1/+1
2024-07-02block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-07-02nvme-multipath: implement "queue-depth" iopolicyThomas Song3-5/+87
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig1-1/+1