summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-26block: drain queue after disk is removed from sysfsMing Lei1-10/+12
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei1-1/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai1-0/+10
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov1-23/+14
2021-10-25block: add single bio async direct IO helperPavel Begunkov1-3/+84
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry1-1/+1
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov1-1/+1
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-3/+14
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-5/+6
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-1/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-8/+1
2021-10-22bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fnChristoph Hellwig1-19/+13
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers4-318/+304
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers4-4/+4
2021-10-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers1-29/+30
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji1-0/+20
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov1-1/+1
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov1-8/+10
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov3-20/+9
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov1-8/+11
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu1-3/+5
2021-10-21blk-mq: Fix blk_mq_tagset_busy_iter() for shared tagsJohn Garry1-2/+5
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-7/+6
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov1-2/+2
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-0/+1
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig1-1/+1
2021-10-20block: remove inaccurate requeue checkJens Axboe1-1/+0
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov1-5/+2
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov1-1/+1
2021-10-20block: optimise req_bio_endio()Pavel Begunkov1-9/+7
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov2-2/+2
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-3/+19
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang1-5/+7
2021-10-19block: inline fast path of driver tag allocationJens Axboe2-6/+17
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig3-15/+13
2021-10-19block: attempt direct issue of plug listJens Axboe2-0/+61
2021-10-19block: change plugging to use a singly linked listJens Axboe3-39/+49
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-9/+10
2021-10-19partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-19block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig1-12/+8
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi1-0/+3
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe1-1/+1
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe2-34/+0
2021-10-19block: get rid of plug list sortingJens Axboe1-19/+0
2021-10-19block: return whether or not to unplug through booleanJens Axboe3-14/+15
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-1/+1
2021-10-19block: move bdev_read_only() into the headerJens Axboe1-6/+0
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1