Age | Commit message (Expand) | Author |
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 |
2015-12-01 | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig |
2015-11-29 | block: Always check queue limits for cloned requests | Hannes Reinecke |
2015-11-24 | block: do not initialise globals to 0 or NULL | Wei Tang |
2015-11-24 | block: rename request_queue slab cache | Ilya Dryomov |
2015-11-11 | block: fix blk-core.c kernel-doc warning | Randy Dunlap |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-11-07 | block: add block polling support | Jens Axboe |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-11-04 | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-10-21 | block: fix plug list flushing for nomerge queues | Jeff Moyer |
2015-10-21 | block: blk_flush_integrity() for bio-based drivers | Dan Williams |