summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch1-0/+4
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-19block: Initialize BIO I/O priority earlyDamien Le Moal1-1/+1
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal1-0/+13
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-2/+1
2018-11-19aio: Comment use of IOCB_FLAG_IOPRIO aio flagDamien Le Moal1-0/+2
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-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe18-40/+77
2018-11-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
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-16Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
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-14block: remove dead queue membersJens Axboe1-3/+0
2018-11-12kyber: fix wrong strlcpy() size in trace_kyber_latency()Omar Sandoval1-4/+4
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2018-11-10Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+9
2018-11-10ide: don't use req->specialChristoph Hellwig1-0/+1
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+7
2018-11-09block: remove the BLKPREP_* values.Christoph Hellwig1-10/+0
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-1/+1
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2-2/+3
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig1-1/+1
2018-11-09Merge 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 Torvalds8-6/+30
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