aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+50
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-69/+96
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-1/+0
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig1-2/+0
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-3/+6
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe1-0/+50
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe1-69/+96
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig1-1/+2
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+25
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+25
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-2/+0
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-0/+1
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig1-1/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-5/+2
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+1
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig1-0/+1
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig1-52/+40
2020-06-24fs: move the buffer_heads_over_limit stub to buffer_head.hChristoph Hellwig1-1/+0
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+46
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-2/+3
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-2/+0
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig1-1/+0
2020-06-21block: provide plug based way of signaling forced no-wait semanticsJens Axboe1-0/+1
2020-05-28block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig1-1/+1
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig1-0/+28
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-3/+2
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala1-0/+30
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+5
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala1-0/+6
2020-05-14block: move blk_io_schedule() out of header fileMing Lei1-12/+2
2020-05-12block: Modify revalidate zonesDamien Le Moal1-1/+2
2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn1-0/+1
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+11
2020-05-12block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_noJohannes Thumshirn1-0/+10
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei1-0/+12
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig1-2/+0
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-7/+0
2020-04-22block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig1-1/+9
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig1-2/+0
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni1-0/+4
2020-03-27block: simplify queue allocationChristoph Hellwig1-3/+1
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-0/+1
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig1-9/+0
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner1-1/+0