| Commit message (Expand) | Author | Age | Files | Lines |
* | block: add poll_considered statistic | Stephen Bates | 2016-09-14 | 1 | -2/+6 |
* | blk-mq: turn hctx->run_work into a regular work struct | Jens Axboe | 2016-08-29 | 1 | -1/+1 |
* | block: add kblockd_schedule_work_on() | Jens Axboe | 2016-08-29 | 1 | -0/+6 |
* | block: Fix race triggered by blk_set_queue_dying() | Bart Van Assche | 2016-08-16 | 1 | -1/+3 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -13/+13 |
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -72/+25 |
|\ |
|
| * | scsi/osd: open code blk_make_request | Christoph Hellwig | 2016-07-20 | 1 | -57/+0 |
| * | block: simplify and export blk_rq_append_bio | Christoph Hellwig | 2016-07-20 | 1 | -1/+1 |
| * | block: ensure bios return from blk_get_request are properly initialized | Christoph Hellwig | 2016-07-20 | 1 | -5/+7 |
| * | block: Export blk_poll | Sagi Grimberg | 2016-07-05 | 1 | -0/+1 |
| * | block: add a separate operation type for secure erase | Christoph Hellwig | 2016-06-09 | 1 | -10/+17 |
* | | cfq-iosched: temporarily boost queue priority for idle classes | Jens Axboe | 2016-06-09 | 1 | -0/+5 |
|/ |
|
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -6/+6 |
* | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 2016-06-07 | 1 | -3/+3 |
* | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block: prepare elevator to use REQ_OPs. | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block: prepare request creation/destruction code to use REQ_OPs | Mike Christie | 2016-06-07 | 1 | -25/+29 |
* | block: copy bio op to request op | Mike Christie | 2016-06-07 | 1 | -3/+3 |
* | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 2016-06-07 | 1 | -3/+3 |
* | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -7/+4 |
* | block: kill off q->flush_flags | Jens Axboe | 2016-04-13 | 1 | -1/+2 |
* | block: add offset in blk_add_request_payload() | Ming Lin | 2016-04-12 | 1 | -2/+3 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2016-03-18 | 1 | -0/+24 |
|\ |
|
| * | block: Add blk_set_runtime_active() | Mika Westerberg | 2016-02-19 | 1 | -0/+24 |
* | | dm: fix excessive dm-mq context switching | Mike Snitzer | 2016-02-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 2016-02-04 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled | Martin K. Petersen | 2016-02-04 | 1 | -2/+4 |
* | | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-01-21 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | block: defer timeouts to a workqueue | Christoph Hellwig | 2015-12-22 | 1 | -0/+8 |
* | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-01-19 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig | 2015-12-01 | 1 | -5/+6 |
| * | block: do not initialise globals to 0 or NULL | Wei Tang | 2015-11-24 | 1 | -1/+1 |
| * | block: rename request_queue slab cache | Ilya Dryomov | 2015-11-24 | 1 | -1/+1 |
* | | block: add blk_start_queue_async() | Jens Axboe | 2015-12-28 | 1 | -0/+16 |
* | | block: ensure to split after potentially bouncing a bio | Junichi Nomura | 2015-12-22 | 1 | -2/+2 |
* | | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue | 2015-12-03 | 1 | -0/+12 |
* | | block: Always check queue limits for cloned requests | Hannes Reinecke | 2015-11-29 | 1 | -14/+7 |
|/ |
|
* | block: fix blk-core.c kernel-doc warning | Randy Dunlap | 2015-11-11 | 1 | -0/+3 |
* | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-10 | 1 | -10/+57 |
|\ |
|
| * | block: add block polling support | Jens Axboe | 2015-11-07 | 1 | -0/+41 |
| * | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 1 | -10/+16 |
* | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-06 | 1 | -2/+2 |
* | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -8/+8 |
|/ |
|
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-04 | 1 | -9/+65 |
|\ |
|
| * | block: blk_flush_integrity() for bio-based drivers | Dan Williams | 2015-10-21 | 1 | -0/+3 |
| * | block: generic request_queue reference counting | Dan Williams | 2015-10-21 | 1 | -9/+62 |
* | | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-04 | 1 | -3/+29 |
|\ \ |
|