aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushGravatar Christoph Hellwig 1-1/+1
2021-10-19block: return whether or not to unplug through booleanGravatar Jens Axboe 1-1/+1
2021-10-18block: move update request helpers into blk-mq.cGravatar Jens Axboe 1-0/+1
2021-10-18block: handle fast path of bio splitting inlineGravatar Jens Axboe 1-1/+26
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-2/+2
2021-10-18block: inline hot paths of blk_account_io_*()Gravatar Pavel Begunkov 1-3/+21
2021-10-18block: merge block_ioctl into blkdev_ioctlGravatar Christoph Hellwig 1-2/+1
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hGravatar Christoph Hellwig 1-0/+4
2021-10-18block: bump max plugged deferred size from 16 to 32Gravatar Jens Axboe 1-0/+6
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-16/+0
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()Gravatar John Garry 1-1/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+38
2021-10-18block: move elevator.h to block/Gravatar Christoph Hellwig 1-0/+2
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskGravatar Christoph Hellwig 1-0/+1
2021-10-15block: drain file system I/O on del_gendiskGravatar Christoph Hellwig 1-0/+1
2021-09-07block: split out operations on block special filesGravatar Christoph Hellwig 1-0/+2
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+11
2021-08-23block: provide bio_clear_hipri() helperGravatar Jens Axboe 1-0/+7
2021-08-23block: return errors from disk_alloc_eventsGravatar Luis Chamberlain 1-1/+1
2021-08-23block: return errors from blk_integrity_addGravatar Luis Chamberlain 1-2/+3
2021-08-17blk-mq: fix is_flush_rqGravatar Ming Lei 1-5/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosGravatar Chunguang Xu 1-0/+2
2021-08-12block: pass a gendisk to bdev_resize_partitionGravatar Christoph Hellwig 1-2/+2
2021-08-12block: pass a gendisk to bdev_del_partitionGravatar Christoph Hellwig 1-1/+1
2021-08-12block: pass a gendisk to bdev_add_partitionGravatar Christoph Hellwig 1-2/+2
2021-08-02block: remove disk_name()Gravatar Christoph Hellwig 1-1/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockGravatar Jan Kara 1-1/+1
2021-06-24block: add the events* attributes to disk_attrsGravatar Christoph Hellwig 1-0/+3
2021-06-24block: move the disk events code to a separate fileGravatar Christoph Hellwig 1-0/+5
2021-06-11blk-mq: improve the blk_mq_init_allocated_queue interfaceGravatar Christoph Hellwig 1-1/+0
2021-06-01block: unexport blk_alloc_queueGravatar Christoph Hellwig 1-0/+2
2021-06-01block: refactor device number setup in __device_add_diskGravatar Christoph Hellwig 1-2/+2
2021-04-08block: refactor blk_drop_partitionsGravatar Christoph Hellwig 1-1/+0
2021-04-06block: refactor the bounce buffering codeGravatar Christoph Hellwig 1-4/+12
2021-04-06block: remove BLK_BOUNCE_ISA supportGravatar Christoph Hellwig 1-5/+0
2021-02-10block: introduce blk_queue_clear_zone_settings()Gravatar Damien Le Moal 1-0/+2
2021-02-08block: use bi_max_vecs to find the bvec poolGravatar Christoph Hellwig 1-3/+3
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsGravatar Christoph Hellwig 1-0/+1
2021-01-24block: move three bvec helpers declaration into private helperGravatar Ming Lei 1-0/+4
2021-01-24block: use an xarray for disk->part_tblGravatar Christoph Hellwig 1-1/+0
2021-01-24blk-mq: use ->bi_bdev for I/O accountingGravatar Christoph Hellwig 1-2/+0
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-2/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Gravatar Ming Lei 1-1/+0
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01block: pass a block_device to blk_alloc_devtGravatar Christoph Hellwig 1-1/+1
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 1-21/+0
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 1-1/+0