aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei1-1/+1
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe1-0/+1
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe1-0/+34
2021-10-26block: Add independent access ranges supportDamien Le Moal1-0/+4
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig1-1/+1
2021-10-19block: return whether or not to unplug through booleanJens Axboe1-1/+1
2021-10-18block: move update request helpers into blk-mq.cJens Axboe1-0/+1
2021-10-18block: handle fast path of bio splitting inlineJens Axboe1-1/+26
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-2/+2
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov1-3/+21
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig1-2/+1
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-0/+4
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe1-0/+6
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-16/+0
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry1-1/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig1-0/+38
2021-10-18block: move elevator.h to block/Christoph Hellwig1-0/+2
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig1-0/+1
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig1-0/+1
2021-09-07block: split out operations on block special filesChristoph Hellwig1-0/+2
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+11
2021-08-23block: provide bio_clear_hipri() helperJens Axboe1-0/+7
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain1-1/+1
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain1-2/+3
2021-08-17blk-mq: fix is_flush_rqMing Lei1-5/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu1-0/+2
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig1-2/+2
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig1-1/+1
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig1-2/+2
2021-08-02block: remove disk_name()Christoph Hellwig1-1/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-1/+1
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig1-0/+3
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig1-0/+5
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig1-1/+0
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig1-0/+2
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig1-2/+2
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig1-1/+0
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig1-4/+12
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-5/+0
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal1-0/+2
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-3/+3
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig1-0/+1
2021-01-24block: move three bvec helpers declaration into private helperMing Lei1-0/+4
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-1/+0
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig1-2/+0
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+0
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei1-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-1/+1