summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-09-151-0/+16
* scsi: block: Do not accept any requests while suspendedAlan Stern2021-01-121-0/+12
* scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2021-01-121-5/+1
* block: fix incorrect branching in blk_max_size_offset()Mike Snitzer2020-12-041-4/+6
* dm: fix IO splittingMike Snitzer2020-12-041-5/+6
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-0/+1
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+3
|\
| * block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2020-10-071-1/+3
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-32/+52
|\ \
| * | block: soft limit zone-append sectors as wellJohannes Thumshirn2020-10-071-1/+4
| * | block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-061-8/+0
| * | block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-061-8/+0
| * | block: move 'q_usage_counter' into front of 'request_queue'Ming Lei2020-10-061-1/+2
| * | block: add a bdget_part helperChristoph Hellwig2020-10-051-1/+1
| * | block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-251-2/+5
| * | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+7
| |/
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+3
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * block: mark blkdev_get staticChristoph Hellwig2020-09-231-1/+0
| * block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-3/+9
| * block: introduce part_[begin|end]_io_acctSong Liu2020-09-111-0/+5
| * block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-0/+7
| * blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-031-0/+1
| * blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-031-0/+2
| * block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-011-2/+2
| * block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-011-3/+2
| * block: Make request_queue.rpm_status an enumGeert Uytterhoeven2020-09-011-1/+2
* | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-0/+2
|/
* Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-6/+6
|\
| * block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-1/+0
| * block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-2/+0
| * block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig2020-07-201-3/+6
| * Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-201-0/+50
| |\
| * \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-201-69/+96
| |\ \
* | \ \ Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-0/+50
|\ \ \ \ | | |_|/ | |/| |
| * | | block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-0/+25
| * | | block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+25
| * | | Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-0/+1
| |\| |
* | | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+1
|\ \ \ \
| * | | | block: provide plug based way of signaling forced no-wait semanticsJens Axboe2020-06-211-0/+1
* | | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-69/+96
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-161-1/+2
| * | | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-2/+0
| | |/ | |/|
| * | block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
| * | block: remove direct_make_requestChristoph Hellwig2020-07-011-1/+0
| * | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-5/+2
| * | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
| * | block: move struct block_device to blk_types.hChristoph Hellwig2020-06-241-0/+1
| * | block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig2020-06-241-52/+40