| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -3/+8 |
|\ |
|
| * | block: keep established cmd_flags when cloning into a blk-mq request | Keith Busch | 2015-01-28 | 1 | -1/+1 |
| * | block: add blk-mq support to blk_insert_cloned_request() | Keith Busch | 2015-01-28 | 1 | -0/+7 |
| * | block: require blk_rq_prep_clone() be given an initialized clone request | Keith Busch | 2015-01-28 | 1 | -2/+0 |
* | | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 2015-01-20 | 1 | -1/+1 |
|/ |
|
* | block: wake up waiters when a queue is marked dying | Jens Axboe | 2014-12-31 | 1 | -1/+20 |
* | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 | 1 | -0/+3 |
|\ |
|
| * | blk-mq: Fix a use-after-free | Bart Van Assche | 2014-12-09 | 1 | -0/+3 |
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-10 | 1 | -3/+3 |
|\ \ |
|
| * | | block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-04 | 1 | -3/+3 |
| |/ |
|
* | | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 2014-11-12 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -36/+31 |
|\ |
|
| * | block: include func name in __get_request prints | Robert Elliott | 2014-10-13 | 1 | -2/+2 |
| * | block: make blk_update_request print prefix match ratelimited prefix | Robert Elliott | 2014-10-13 | 1 | -2/+2 |
| * | block: use bio_clone_fast() in blk_rq_prep_clone() | Junichi Nomura | 2014-10-03 | 1 | -1/+1 |
| * | block: misplaced rq_complete tracepoint | Hannes Reinecke | 2014-10-01 | 1 | -2/+2 |
| * | blk-mq: support per-distpatch_queue flush machinery | Ming Lei | 2014-09-25 | 1 | -1/+1 |
| * | block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue | Ming Lei | 2014-09-25 | 1 | -1/+1 |
| * | block: remove blk_init_flush() and its pair | Ming Lei | 2014-09-25 | 1 | -2/+3 |
| * | block: introduce blk_flush_queue to drive flush machinery | Ming Lei | 2014-09-25 | 1 | -1/+3 |
| * | block: move flush initialization to blk_flush_init | Ming Lei | 2014-09-25 | 1 | -3/+0 |
| * | block: introduce blk_init_flush and its pair | Ming Lei | 2014-09-25 | 1 | -3/+2 |
| * | Merge branch 'for-linus' into for-3.18/core | Jens Axboe | 2014-09-11 | 1 | -1/+0 |
| |\ |
|
| * | | block, bdi: an active gendisk always has a request_queue associated with it | Tejun Heo | 2014-09-08 | 1 | -7/+3 |
| * | | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence | 2014-08-28 | 1 | -17/+17 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-10-07 | 1 | -4/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Documentation: Docbook: Fix generated DocBook/kernel-api.xml | Masanari Iida | 2014-09-09 | 1 | -4/+4 |
* | | | scsi-mq: fix requests that use a separate CDB buffer | Tony Battersby | 2014-08-22 | 1 | -1/+0 |
| |/
|/| |
|
* | | blk-mq: decouble blk-mq freezing from generic bypassing | Tejun Heo | 2014-07-01 | 1 | -1/+1 |
* | | block, blk-mq: draining can't be skipped even if bypass_depth was non-zero | Tejun Heo | 2014-07-01 | 1 | -4/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-06-19 | 1 | -2/+1 |
|\ |
|
| * | block: remove WQ_POWER_EFFICIENT from kblockd | Matias Bjørling | 2014-06-11 | 1 | -2/+1 |
* | | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 2014-06-15 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | NVMe: Add tracepoints | Keith Busch | 2014-05-05 | 1 | -0/+1 |
* | | block: add blk_rq_set_block_pc() | Jens Axboe | 2014-06-06 | 1 | -0/+18 |
* | | block: remove 'magic' from struct blk_plug | Jens Axboe | 2014-05-29 | 1 | -5/+0 |
* | | blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request | Christoph Hellwig | 2014-05-28 | 1 | -1/+1 |
* | | block: only allocate/free mq_usage_counter in blk-mq | Ming Lei | 2014-05-27 | 1 | -6/+1 |
* | | blk-mq: Micro-optimize blk_queue_nomerges() check | Robert Elliott | 2014-05-20 | 1 | -4/+4 |
* | | blk-mq: allow changing of queue depth through sysfs | Jens Axboe | 2014-05-20 | 1 | -0/+41 |
* | | block: only calculate part_in_flight() once | Jens Axboe | 2014-05-09 | 1 | -2/+5 |
* | | block: export blk_finish_request | Christoph Hellwig | 2014-04-16 | 1 | -1/+2 |
* | | blk-mq: add blk_mq_delay_queue | Christoph Hellwig | 2014-04-16 | 1 | -2/+4 |
* | | block: remove struct request buffer member | Jens Axboe | 2014-04-15 | 1 | -15/+6 |
* | | Merge tag 'v3.15-rc1' into for-3.16/core | Jens Axboe | 2014-04-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | block: fix regression with block enabled tagging | Jens Axboe | 2014-04-09 | 1 | -1/+1 |
* | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 2014-04-11 | 1 | -1/+1 |
* | | block: add kblockd_schedule_delayed_work_on() | Jens Axboe | 2014-04-09 | 1 | -0/+7 |
* | | block: remove 'q' parameter from kblockd_schedule_*_work() | Jens Axboe | 2014-04-09 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 | 1 | -1/+1 |
|\ |
|