summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
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-16scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal1-0/+2
2020-09-12block: introduce part_[begin|end]_io_acctSong Liu1-0/+5
2020-09-08block: Do not discard buffers under a mounted filesystemJan Kara1-0/+7
2020-09-04blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry1-0/+1
2020-09-04blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry1-0/+2
2020-09-02block: remove the discard_alignment field from struct hd_structChristoph Hellwig1-2/+2
2020-09-02block: remove the alignment_offset field from struct hd_structChristoph Hellwig1-3/+2
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2
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-21block: remove blk_queue_stack_limitsChristoph Hellwig1-1/+0
2020-07-21block: remove bdev_stack_limitsChristoph Hellwig1-2/+0
2020-07-21block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-3/+6
2020-07-21Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe1-0/+50
2020-07-21Merge 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-09md: 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-22block: 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