Age | Commit message (Expand) | Author | Files | Lines |
2016-12-14 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -1/+3 |
2016-12-09 | block: improve handling of the magic discard payload | Christoph Hellwig | 1 | -32/+2 |
2016-12-05 | block: fix unintended fallthrough in generic_make_request_checks() | Nicolai Stange | 1 | -0/+1 |
2016-12-01 | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 1 | -0/+4 |
2016-11-22 | block: apply blk_partition_remap to REQ_OP_ZONE_RESET | Shaun Tancheff | 1 | -1/+6 |
2016-11-16 | block: deal with stale req count of plug list | Ming Lei | 1 | -1/+4 |
2016-11-11 | block: move poll code to blk-mq | Jens Axboe | 1 | -46/+0 |
2016-11-10 | block: hook up writeback throttling | Jens Axboe | 1 | -2/+15 |
2016-11-10 | block: add scalable completion tracking of requests | Jens Axboe | 1 | -2/+12 |
2016-11-04 | block: immediately dispatch big size request | Shaohua Li | 1 | -1/+3 |
2016-10-28 | block: better op and flags encoding | Christoph Hellwig | 1 | -40/+20 |
2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig | 1 | -34/+37 |
2016-10-19 | block: Add iocontext priority to request | Adam Manzanares | 1 | -1/+3 |
2016-10-18 | block: Define zoned block device operations | Shaun Tancheff | 1 | -0/+4 |
2016-09-14 | block: add poll_considered statistic | Stephen Bates | 1 | -2/+6 |
2016-08-29 | blk-mq: turn hctx->run_work into a regular work struct | Jens Axboe | 1 | -1/+1 |
2016-08-29 | block: add kblockd_schedule_work_on() | Jens Axboe | 1 | -0/+6 |
2016-08-17 | block: Fix race triggered by blk_set_queue_dying() | Bart Van Assche | 1 | -1/+3 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -13/+13 |
2016-07-27 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -72/+25 |
2016-07-21 | scsi/osd: open code blk_make_request | Christoph Hellwig | 1 | -57/+0 |
2016-07-21 | block: simplify and export blk_rq_append_bio | Christoph Hellwig | 1 | -1/+1 |
2016-07-21 | block: ensure bios return from blk_get_request are properly initialized | Christoph Hellwig | 1 | -5/+7 |
2016-07-05 | block: Export blk_poll | Sagi Grimberg | 1 | -0/+1 |
2016-06-10 | cfq-iosched: temporarily boost queue priority for idle classes | Jens Axboe | 1 | -0/+5 |
2016-06-09 | block: add a separate operation type for secure erase | Christoph Hellwig | 1 | -10/+17 |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 1 | -6/+6 |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 1 | -3/+3 |
2016-06-07 | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: prepare elevator to use REQ_OPs. | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: prepare request creation/destruction code to use REQ_OPs | Mike Christie | 1 | -25/+29 |
2016-06-07 | block: copy bio op to request op | Mike Christie | 1 | -3/+3 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -3/+3 |
2016-06-07 | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 1 | -2/+2 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -7/+4 |
2016-04-13 | block: kill off q->flush_flags | Jens Axboe | 1 | -1/+2 |
2016-04-12 | block: add offset in blk_add_request_payload() | Ming Lin | 1 | -2/+3 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-19 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -0/+24 |
2016-02-22 | dm: fix excessive dm-mq context switching | Mike Snitzer | 1 | -1/+1 |
2016-02-19 | block: Add blk_set_runtime_active() | Mika Westerberg | 1 | -0/+24 |
2016-02-05 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 1 | -2/+4 |
2016-02-05 | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled | Martin K. Petersen | 1 | -2/+4 |
2016-01-22 | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+8 |
2016-01-20 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+8 |
2015-12-28 | block: add blk_start_queue_async() | Jens Axboe | 1 | -0/+16 |
2015-12-22 | block: ensure to split after potentially bouncing a bio | Junichi Nomura | 1 | -2/+2 |
2015-12-22 | block: defer timeouts to a workqueue | Christoph Hellwig | 1 | -0/+8 |
2015-12-04 | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue | 1 | -0/+12 |