#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" se.0xinfinity.dev/distro/kernel/atom/block/blk-lib.c?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/block/blk-lib.c
AgeCommit message (Expand)Author
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig
2024-07-05block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig
2024-07-05block: refacto blkdev_issue_zerooutChristoph Hellwig
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig
2024-05-07block: add a blk_alloc_discard_bio helperChristoph Hellwig
2024-05-07block: move discard checks into the ioctl handlerChristoph Hellwig
2024-05-07block: remove the discard_granularity check in __blkdev_issue_discardChristoph Hellwig
2024-03-13Revert "blk-lib: check for kill signal"Christoph Hellwig
2024-02-24blk-lib: check for kill signalKeith Busch
2024-02-24block: cleanup __blkdev_issue_write_zeroesKeith Busch
2024-02-24block: blkdev_issue_secure_erase loop styleKeith Busch
2022-09-15blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka
2022-07-14block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: refactor discard bio size limitingChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-15blk-lib: don't check bdev_get_queue() NULL checkChaitanya Kulkarni
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-02-02block: move blk_next_bio to bio.cChristoph Hellwig
2021-06-17block: export blk_next_bio()Chaitanya Kulkarni
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-08-05block: check queue's limits.discard_granularity in __blkdev_issue_discard()Coly Li
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Coly Li