summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-07-31Merge 4.9.115 into android-4.9Greg Kroah-Hartman39-72/+175
2018-07-25block: do not use interruptible wait anywhereAlan Jenkins1-6/+3
2018-01-03blkdev: Refactoring block io latency histogram codesHyojun Kim6-108/+75
2017-12-14Merge 4.9.69 into android-4.9Greg Kroah-Hartman144-526/+906
2017-12-14block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-30Merge 4.9.66 into android-4.9Greg Kroah-Hartman144-616/+1210
2017-11-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2-3/+2
2017-09-27Merge 4.9.52 into android-4.9Greg Kroah-Hartman65-666/+1301
2017-09-27block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-04-08Merge 4.9.21 into android-4.9Greg Kroah-Hartman87-1109/+1332
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown4-29/+45
2017-04-08blk: improve order of bio handling in generic_make_request()NeilBrown1-4/+21
2017-01-27ANDROID: MMC/UFS IO Latency Histograms.Mohan Srinivasan9-4/+339
2016-09-14block: add poll_considered statisticStephen Bates3-3/+10
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe3-7/+6
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe2-1/+7
2016-08-17block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds129-1279/+11613
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig3-68/+16
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig4-13/+17
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig4-10/+11
2016-07-05block: Export blk_pollSagi Grimberg1-0/+1
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig12-65/+63
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie39-98/+102
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie6-9/+9
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie4-11/+11
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie3-15/+17
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie4-9/+8
2016-06-07block: prepare request creation/destruction code to use REQ_OPsMike Christie1-25/+29
2016-06-07block: copy bio op to request opMike Christie1-3/+3
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie7-11/+11
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-04-13block: kill off q->flush_flagsJens Axboe8-28/+32
2016-04-12block: add offset in blk_add_request_payload()Ming Lin4-5/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds18-57/+475
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer2-8/+7
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg2-0/+26
2016-02-05Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley8-20/+31
2016-02-05block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen3-7/+12
2016-01-22Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds19-2197/+2596
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds17-64/+79
2015-12-28block: add blk_start_queue_async()Jens Axboe2-0/+17
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig5-6/+24
2015-12-04SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig11-42/+42
[next]