aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare1-2/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-22block: Remove unused blk_pm_*() function definitionsBart Van Assche1-1/+0
2021-02-12blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior1-1/+1
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-0/+15
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-2/+2
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig1-7/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-2/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-17/+4
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+3
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+13
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+18
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern1-0/+12
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche1-5/+1
2020-12-04block: fix incorrect branching in blk_max_size_offset()Mike Snitzer1-4/+6
2020-12-04dm: fix IO splittingMike Snitzer1-5/+6
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-1/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-4/+4
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig1-4/+2
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-0/+6
2020-12-01block: remove i_bdevChristoph Hellwig1-1/+1
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-2/+2
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+0
2020-11-16block: add a new set_read_only methodChristoph Hellwig1-0/+1
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko1-0/+1
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+52
2020-10-07block: soft limit zone-append sectors as wellJohannes Thumshirn1-1/+4
2020-10-07block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-1/+3
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig1-8/+0
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig1-8/+0
2020-10-06block: move 'q_usage_counter' into front of 'request_queue'Ming Lei1-1/+2
2020-10-05block: add a bdget_part helperChristoph Hellwig1-1/+1
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer1-2/+5
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-2/+7
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-1/+0
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer1-3/+9
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal1-0/+2
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu1-0/+5
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara1-0/+7
2020-09-03blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmapJohn Garry1-0/+1
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry1-0/+2
2020-09-01block: remove the discard_alignment field from struct hd_structChristoph Hellwig1-2/+2
2020-09-01block: remove the alignment_offset field from struct hd_structChristoph Hellwig1-3/+2
2020-09-01block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2