aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-1/+3
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 1-32/+2
2016-12-05block: fix unintended fallthrough in generic_make_request_checks()Gravatar Nicolai Stange 1-0/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESGravatar Chaitanya Kulkarni 1-0/+4
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETGravatar Shaun Tancheff 1-1/+6
2016-11-16block: deal with stale req count of plug listGravatar Ming Lei 1-1/+4
2016-11-11block: move poll code to blk-mqGravatar Jens Axboe 1-46/+0
2016-11-10block: hook up writeback throttlingGravatar Jens Axboe 1-2/+15
2016-11-10block: add scalable completion tracking of requestsGravatar Jens Axboe 1-2/+12
2016-11-03block: immediately dispatch big size requestGravatar Shaohua Li 1-1/+3
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-40/+20
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-34/+37
2016-10-19block: Add iocontext priority to requestGravatar Adam Manzanares 1-1/+3
2016-10-18block: Define zoned block device operationsGravatar Shaun Tancheff 1-0/+4
2016-09-14block: add poll_considered statisticGravatar Stephen Bates 1-2/+6
2016-08-29blk-mq: turn hctx->run_work into a regular work structGravatar Jens Axboe 1-1/+1
2016-08-29block: add kblockd_schedule_work_on()Gravatar Jens Axboe 1-0/+6
2016-08-16block: Fix race triggered by blk_set_queue_dying()Gravatar Bart Van Assche 1-1/+3
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-13/+13
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-72/+25
2016-07-20scsi/osd: open code blk_make_requestGravatar Christoph Hellwig 1-57/+0
2016-07-20block: simplify and export blk_rq_append_bioGravatar Christoph Hellwig 1-1/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedGravatar Christoph Hellwig 1-5/+7
2016-07-05block: Export blk_pollGravatar Sagi Grimberg 1-0/+1
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesGravatar Jens Axboe 1-0/+5
2016-06-09block: add a separate operation type for secure eraseGravatar Christoph Hellwig 1-10/+17
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHGravatar Mike Christie 1-6/+6
2016-06-07block, drivers, fs: shrink bi_rw from long to intGravatar Mike Christie 1-1/+1
2016-06-07block: convert is_sync helpers to use REQ_OPs.Gravatar Mike Christie 1-3/+3
2016-06-07block: convert merge/insert code to check for REQ_OPs.Gravatar Mike Christie 1-1/+1
2016-06-07block: prepare elevator to use REQ_OPs.Gravatar Mike Christie 1-1/+1
2016-06-07block: prepare request creation/destruction code to use REQ_OPsGravatar Mike Christie 1-25/+29
2016-06-07block: copy bio op to request opGravatar Mike Christie 1-3/+3
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-3/+3
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEGravatar Mike Christie 1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-7/+4
2016-04-13block: kill off q->flush_flagsGravatar Jens Axboe 1-1/+2
2016-04-12block: add offset in blk_add_request_payload()Gravatar Ming Lin 1-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-0/+24
2016-02-22dm: fix excessive dm-mq context switchingGravatar Mike Snitzer 1-1/+1
2016-02-19block: Add blk_set_runtime_active()Gravatar Mika Westerberg 1-0/+24
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesGravatar James Bottomley 1-2/+4
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledGravatar Martin K. Petersen 1-2/+4
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+8
2015-12-28block: add blk_start_queue_async()Gravatar Jens Axboe 1-0/+16
2015-12-22block: ensure to split after potentially bouncing a bioGravatar Junichi Nomura 1-2/+2
2015-12-22block: defer timeouts to a workqueueGravatar Christoph Hellwig 1-0/+8
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMGravatar Ken Xue 1-0/+12