aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+20
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Gravatar Linus Torvalds 3-48/+13
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-23/+22
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 47-2272/+3127
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-15/+40
2021-10-29blk-mq-debugfs: Show active requests per queue for shared tagsGravatar John Garry 1-1/+1
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-21/+0
2021-10-28block: improve readability of blk_mq_end_request_batch()Gravatar Jens Axboe 1-6/+6
2021-10-27block: re-flow blk_mq_rq_ctx_init()Gravatar Jens Axboe 1-12/+12
2021-10-27block: prefetch request to be initializedGravatar Jens Axboe 1-0/+1
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Gravatar Jens Axboe 1-11/+14
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataGravatar Jens Axboe 2-14/+14
2021-10-27block: Fix partition check for host-aware zoned block devicesGravatar Shin'ichiro Kawasaki 1-1/+19
2021-10-27block: add async version of bio_set_polledGravatar Pavel Begunkov 1-4/+3
2021-10-27block: kill DIO_MULTI_BIOGravatar Pavel Begunkov 1-21/+12
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Gravatar Pavel Begunkov 1-17/+3
2021-10-27block: avoid extra iter advance with async iocbGravatar Pavel Begunkov 2-6/+16
2021-10-26block: Add independent access ranges supportGravatar Damien Le Moal 4-9/+371
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCEGravatar Naohiro Aota 1-4/+9
2021-10-26block: drain queue after disk is removed from sysfsGravatar Ming Lei 1-10/+12
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedGravatar Ming Lei 1-1/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationGravatar Yu Kuai 1-0/+10
2021-10-25block: refactor bio_iov_bvec_set()Gravatar Pavel Begunkov 1-23/+14
2021-10-25block: add single bio async direct IO helperGravatar Pavel Begunkov 1-3/+84
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+4
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()Gravatar John Garry 1-1/+1
2021-10-22block: fix req_bio_endio append error handlingGravatar Pavel Begunkov 1-1/+1
2021-10-22block: simplify the block device syncing codeGravatar Christoph Hellwig 1-3/+14
2021-10-22block: remove __sync_blockdevGravatar Christoph Hellwig 1-5/+6
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHGravatar Christoph Hellwig 1-1/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodGravatar Christoph Hellwig 1-8/+1
2021-10-22bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fnGravatar Christoph Hellwig 1-19/+13
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileGravatar Eric Biggers 4-318/+304
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileGravatar Eric Biggers 4-4/+4
2021-10-21blk-crypto-fallback: properly prefix function and struct namesGravatar Eric Biggers 1-29/+30
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskGravatar Xie Yongji 1-0/+20
2021-10-21block: kill extra rcu lock/unlock in queue enterGravatar Pavel Begunkov 1-1/+1
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORGravatar Pavel Begunkov 1-8/+10
2021-10-21block: clean up blk_mq_submit_bio() mergingGravatar Pavel Begunkov 3-20/+9
2021-10-21block: optimise boundary blkdev_read_iter's checksGravatar Pavel Begunkov 1-8/+11
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevGravatar Jackie Liu 1-3/+5
2021-10-21blk-mq: Fix blk_mq_tagset_busy_iter() for shared tagsGravatar John Garry 1-2/+5
2021-10-20block: cleanup the flush plug helpersGravatar Christoph Hellwig 1-7/+6
2021-10-20block: optimise blk_flush_plug_listGravatar Pavel Begunkov 1-2/+2
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hGravatar Christoph Hellwig 1-0/+1
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioGravatar Christoph Hellwig 1-1/+1
2021-10-20block: remove inaccurate requeue checkGravatar Jens Axboe 1-1/+0
2021-10-20block: inline a part of bio_release_pages()Gravatar Pavel Begunkov 1-5/+2