summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn2020-05-121-0/+2
| * | block: Modify revalidate zonesDamien Le Moal2020-05-121-1/+8
| * | block: introduce blk_req_zone_write_trylockJohannes Thumshirn2020-05-121-0/+14
| * | block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-125-4/+181
| * | block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig2020-05-123-29/+45
| * | block: don't hold part0's refcount in IO pathMing Lei2020-05-122-9/+8
| * | block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-122-2/+2
| * | block: fix use-after-free on cached last_lookup partitionMing Lei2020-05-123-16/+23
| * | block: reset mapping if failed to update hardware queue countWeiping Zhang2020-05-121-1/+1
| |/
| * bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-1/+0
| * bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| * bdi: remove bdi_register_ownerChristoph Hellwig2020-05-091-3/+5
| * block: rename blk_mq_alloc_rq_mapsWeiping Zhang2020-05-091-2/+2
| * block: rename __blk_mq_alloc_rq_mapWeiping Zhang2020-05-091-3/+4
| * block: alloc map and request for new hardware queueMing Lei2020-05-091-12/+12
| * block: save previous hardware queue count before udpateWeiping Zhang2020-05-091-1/+1
| * block: free both rq_map and requestWeiping Zhang2020-05-091-1/+1
| * Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-094-52/+79
| |\
| * | blk-iocost: account for IO size when testing latenciesTejun Heo2020-04-302-2/+32
| * | blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo2020-04-302-14/+15
| * | block: add a bio_queue_enter helperChristoph Hellwig2020-04-291-26/+24
| * | block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-291-10/+0
| * | block: cleanup the memory stall accounting in submit_bioChristoph Hellwig2020-04-291-16/+14
| * | block: improve the submit_bio and generic_make_request documentationChristoph Hellwig2020-04-291-23/+12
| * | blk-mq: make function '__blk_mq_sched_dispatch_requests' staticZheng Bin2020-04-291-1/+1
| * | block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-252-11/+19
| * | block: remove create_io_contextChristoph Hellwig2020-04-252-25/+6
| * | block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2020-04-241-13/+51
| * | block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-223-10/+0
| * | block: move dma drain handling to scsiChristoph Hellwig2020-04-223-62/+0
| * | block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-221-13/+12
| * | block: remove RQF_COPY_USERChristoph Hellwig2020-04-223-11/+2
| * | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-2/+6
| * | block: mark invalidate_partition staticChristoph Hellwig2020-04-201-14/+13
| * | block: simplify block device syncing in bdev_del_partitionChristoph Hellwig2020-04-201-1/+1
| * | block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig2020-04-201-4/+3
| * | dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-0/+4
| * | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-5/+5
| * | block: remove hd_struct_killChristoph Hellwig2020-04-202-6/+1
| * | block: cleanup hd_struct freeingChristoph Hellwig2020-04-202-14/+14
| * | block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-203-16/+10
| * | block: refactor blkpg_ioctlChristoph Hellwig2020-04-203-128/+145
| * | blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson2020-04-201-0/+18
| * | blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson2020-04-201-0/+19
| * | blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson2020-04-201-2/+6
* | | mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2020-06-021-0/+1
* | | Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe2020-05-281-7/+4
| |/ |/|
* | bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-092-3/+5
* | iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-051-46/+71
* | block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig2020-04-301-1/+1