summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-11-29block: improve logic around when to sort a plug listJens Axboe1-0/+1
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-1/+1
2018-11-26block: sum requests in the plug structureJens Axboe1-0/+1
2018-11-26blk-mq: Simplify request completion stateKeith Busch1-14/+0
2018-11-26blk-mq: Return true if request was completedKeith Busch1-1/+1
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-2/+2
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-1/+1
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe1-1/+1
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei1-1/+1
2018-11-20block: Initialize BIO I/O priority earlyDamien Le Moal1-1/+1
2018-11-20block: Introduce get_current_ioprio()Damien Le Moal1-0/+13
2018-11-20block: Remove bio->bi_iocDamien Le Moal1-2/+1
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-1/+0
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe1-1/+1
2018-11-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe8-16/+35
2018-11-16block: remove the rq_alloc_data request_queue fieldChristoph Hellwig1-1/+0
2018-11-16block: add polled wakeup task helperJens Axboe1-0/+13
2018-11-16block: add queue_is_mq() helperJens Axboe1-5/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig2-9/+3
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-2/+1
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-1/+0
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig1-3/+1
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2-8/+1
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+7
2018-11-15block: remove dead queue membersJens Axboe1-3/+0
2018-11-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2018-11-10ide: don't use req->specialChristoph Hellwig1-0/+1
2018-11-10block: remove the BLKPREP_* values.Christoph Hellwig1-10/+0
2018-11-10ide: cleanup ->prep_rq calling conventionChristoph Hellwig1-1/+1
2018-11-10Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+1
2018-11-09block: remove req->timeout_listChristoph Hellwig1-2/+0
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+8
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+2
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+2
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-7/+1
2018-11-08Merge tag 'compiler-attributes-for-linus-v4.20-rc2' of https://github.com/oje...Linus Torvalds2-5/+13
2018-11-08Merge tag 'mtd/fixes-for-4.20-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+3
2018-11-08Compiler Attributes: improve explanation of headerMiguel Ojeda1-5/+9
2018-11-07nvme: add separate poll queue mapJens Axboe1-1/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-1/+3
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe1-1/+2
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-0/+1
2018-11-07blk-mq: support multiple hctx mapsJens Axboe1-0/+14
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-1/+2
2018-11-07blk-mq: abstract out queue mapJens Axboe3-7/+16
2018-11-07blk-mq: kill q->mq_mapJens Axboe1-2/+0
2018-11-07Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe1-0/+4
2018-11-07block: kill request ->cpu memberJens Axboe2-2/+2
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe2-4/+2