summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: better op and flags encodingChristoph Hellwig2016-10-281-40/+20
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-34/+37
* block: Define zoned block device operationsShaun Tancheff2016-10-181-0/+4
* block: add poll_considered statisticStephen Bates2016-09-141-2/+6
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-291-1/+1
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-0/+6
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-08-161-1/+3
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-13/+13
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-72/+25
|\
| * scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-57/+0
| * block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-201-1/+1
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-5/+7
| * block: Export blk_pollSagi Grimberg2016-07-051-0/+1
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-10/+17
* | cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2016-06-091-0/+5
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-6/+6
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
* block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-3/+3
* block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-071-1/+1
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-071-1/+1
* block: prepare request creation/destruction code to use REQ_OPsMike Christie2016-06-071-25/+29
* block: copy bio op to request opMike Christie2016-06-071-3/+3
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-3/+3
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-7/+4
* block: kill off q->flush_flagsJens Axboe2016-04-131-1/+2
* block: add offset in blk_add_request_payload()Ming Lin2016-04-121-2/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+24
|\
| * block: Add blk_set_runtime_active()Mika Westerberg2016-02-191-0/+24
* | dm: fix excessive dm-mq context switchingMike Snitzer2016-02-221-1/+1
* | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-041-2/+4
|\ \ | |/ |/|
| * block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-041-2/+4
* | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-0/+8
|\ \ | |/ |/|
| * block: defer timeouts to a workqueueChristoph Hellwig2015-12-221-0/+8
* | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-7/+8
|\|
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-5/+6
| * block: do not initialise globals to 0 or NULLWei Tang2015-11-241-1/+1
| * block: rename request_queue slab cacheIlya Dryomov2015-11-241-1/+1
* | block: add blk_start_queue_async()Jens Axboe2015-12-281-0/+16
* | block: ensure to split after potentially bouncing a bioJunichi Nomura2015-12-221-2/+2
* | SCSI: Fix NULL pointer dereference in runtime PMKen Xue2015-12-031-0/+12
* | block: Always check queue limits for cloned requestsHannes Reinecke2015-11-291-14/+7
|/
* block: fix blk-core.c kernel-doc warningRandy Dunlap2015-11-111-0/+3
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-10/+57
|\
| * block: add block polling supportJens Axboe2015-11-071-0/+41
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-10/+16
* | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-2/+2
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-8/+8
|/
* Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-9/+65
|\