summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-10-18blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov
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: unexport blkdev_ioctlChristoph Hellwig
2021-10-18block: don't dereference request after flush insertionJens Axboe
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe
2021-10-18block: inherit request start time from bio for BLK_CGROUPJens Axboe
2021-10-18block: move blk-throtl fast path inlineJens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry
2021-10-18blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry
2021-10-18blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry
2021-10-18blk-mq: Don't clear driver tags own mappingJohn Garry
2021-10-18blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry
2021-10-18blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()John Garry
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig
2021-10-18block/mq-deadline: Prioritize high-priority requestsBart Van Assche
2021-10-18block/mq-deadline: Stop using per-CPU countersBart Van Assche
2021-10-18block/mq-deadline: Add an invariant checkBart Van Assche
2021-10-18block/mq-deadline: Improve request accounting furtherBart Van Assche
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph 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-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds