summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fs: move the buffer_heads_over_limit stub to buffer_head.hChristoph Hellwig2020-06-241-1/+0
| * | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+46
| * | block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-2/+3
| * | block: revert back to synchronous request_queue removalLuis Chamberlain2020-06-241-2/+0
| * | blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig2020-06-241-1/+0
| |/
* | blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2020-06-291-0/+1
|/
* block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig2020-05-281-1/+1
* block: add disk/bio-based accounting helpersChristoph Hellwig2020-05-271-0/+28
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-3/+2
* block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala2020-05-141-0/+30
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+5
* block: Keyslot Manager for Inline EncryptionSatya Tangirala2020-05-141-0/+6
* block: move blk_io_schedule() out of header fileMing Lei2020-05-141-12/+2
* block: Modify revalidate zonesDamien Le Moal2020-05-121-1/+2
* block: introduce blk_req_zone_write_trylockJohannes Thumshirn2020-05-121-0/+1
* block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-121-0/+11
* block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_noJohannes Thumshirn2020-05-121-0/+10
* block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-121-0/+12
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-221-2/+0
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-7/+0
* block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-221-1/+9
* block: remove RQF_COPY_USERChristoph Hellwig2020-04-221-2/+0
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+4
|\
| * block: add a zone condition debug helperChaitanya Kulkarni2020-03-271-0/+4
* | block: simplify queue allocationChristoph Hellwig2020-03-271-3/+1
* | block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-0/+1
* | block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-241-9/+0
|/
* block: Remove used kblockd_schedule_work_on()Daniel Wagner2020-03-021-1/+0