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