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