| Commit message (Expand) | Author | Age | Files | Lines |
* | block: fix blk-core.c kernel-doc warning | Randy Dunlap | 2015-11-11 | 1 | -0/+3 |
* | blk-mq: mark __blk_mq_complete_request() static | Jens Axboe | 2015-11-11 | 2 | -2/+1 |
* | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-11 | 4 | -33/+138 |
|\ |
|
| * | block: add block polling support | Jens Axboe | 2015-11-07 | 3 | -0/+86 |
| * | blk-mq: return tag/queue combo in the make_request_fn handlers | Jens Axboe | 2015-11-07 | 1 | -17/+28 |
| * | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 2 | -22/+30 |
* | | pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode | Ben Segall | 2015-11-07 | 1 | -2/+4 |
* | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-07 | 3 | -6/+6 |
* | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 5 | -26/+26 |
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-11-05 | 3 | -3/+4 |
|\ \
| |/
|/| |
|
| * | blkcg: don't create "io.stat" on the root cgroup | Tejun Heo | 2015-10-22 | 1 | -0/+1 |
| * | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo | 2015-09-18 | 2 | -3/+3 |
* | | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-05 | 1 | -100/+230 |
|\ \ |
|
| * | | block: add an API for Persistent Reservations | Christoph Hellwig | 2015-10-21 | 1 | -0/+103 |
| * | | block: cleanup blkdev_ioctl | Christoph Hellwig | 2015-10-21 | 1 | -100/+127 |
* | | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-05 | 10 | -197/+216 |
|\ \ \ |
|
| * | | | block, libnvdimm, nvme: provide a built-in blk_integrity nop profile | Dan Williams | 2015-10-21 | 1 | -1/+12 |
| * | | | block: blk_flush_integrity() for bio-based drivers | Dan Williams | 2015-10-21 | 3 | -0/+16 |
| * | | | block: move blk_integrity to request_queue | Dan Williams | 2015-10-21 | 1 | -7/+7 |
| * | | | block: generic request_queue reference counting | Dan Williams | 2015-10-21 | 5 | -73/+101 |
| * | | | block: Inline blk_integrity in struct gendisk | Martin K. Petersen | 2015-10-21 | 3 | -102/+61 |
| * | | | block: Export integrity data interval size in sysfs | Martin K. Petersen | 2015-10-21 | 1 | -0/+14 |
| * | | | block: Reduce the size of struct blk_integrity | Martin K. Petersen | 2015-10-21 | 2 | -5/+5 |
| * | | | block: Consolidate static integrity profile properties | Martin K. Petersen | 2015-10-21 | 3 | -25/+16 |
| * | | | block: Move integrity kobject to struct gendisk | Martin K. Petersen | 2015-10-21 | 1 | -11/+11 |
| |/ / |
|
* | | | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-05 | 7 | -40/+122 |
|\ \ \ |
|
| * | | | blk-mq: avoid excessive boot delays with large lun counts | Jeff Moyer | 2015-11-03 | 1 | -17/+30 |
| * | | | blk-mq: mark ctx as pending at batch in flush plug path | Ming Lei | 2015-10-21 | 1 | -5/+13 |
| * | | | blk-mq: fix for trace_block_plug() | Ming Lei | 2015-10-21 | 1 | -1/+1 |
| * | | | block: check bio_mergeable() early before merging | Ming Lei | 2015-10-21 | 1 | -1/+1 |
| * | | | blk-mq: check bio_mergeable() early before merging | Ming Lei | 2015-10-21 | 1 | -1/+1 |
| * | | | block: avoid to merge splitted bio | Ming Lei | 2015-10-21 | 1 | -0/+3 |
| * | | | block: setup bi_phys_segments after splitting | Ming Lei | 2015-10-21 | 1 | -7/+22 |
| * | | | block: fix plug list flushing for nomerge queues | Jeff Moyer | 2015-10-21 | 3 | -6/+36 |
| * | | | blk-mq: remove unused blk_mq_clone_flush_request prototype | Christoph Hellwig | 2015-10-09 | 1 | -2/+0 |
| * | | | blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c | Kosuke Tatsukawa | 2015-10-09 | 1 | -0/+4 |
| |/ / |
|
| * | | Merge tag 'v4.3-rc4' into for-4.4/core | Jens Axboe | 2015-10-09 | 6 | -65/+128 |
| |\ \ |
|
| * | | | block: kmemleak: Track the page allocations for struct request | Catalin Marinas | 2015-09-23 | 1 | -0/+11 |
* | | | | block: re-add discard_granularity and alignment checks | Ming Lin | 2015-10-28 | 1 | -9/+22 |
* | | | | block: don't release bdi while request_queue has live references | Tejun Heo | 2015-10-15 | 2 | -1/+2 |
* | | | | blk-mq: fix use-after-free in blk_mq_free_tag_set() | Junichi Nomura | 2015-10-15 | 2 | -3/+2 |
| |/ /
|/| | |
|
* | | | blk-mq: factor out a helper to iterate all tags for a request_queue | Christoph Hellwig | 2015-10-01 | 3 | -18/+25 |
* | | | blk-mq: fix racy updates of rq->errors | Christoph Hellwig | 2015-10-01 | 1 | -6/+6 |
* | | | blk-mq: fix deadlock when reading cpu_list | Akinobu Mita | 2015-09-29 | 2 | -4/+7 |
* | | | blk-mq: avoid inserting requests before establishing new mapping | Akinobu Mita | 2015-09-29 | 3 | -19/+52 |
* | | | blk-mq: fix q->mq_usage_counter access race | Akinobu Mita | 2015-09-29 | 1 | -3/+4 |
* | | | blk-mq: Fix use after of free q->mq_map | Akinobu Mita | 2015-09-29 | 1 | -5/+3 |
* | | | blk-mq: fix sysfs registration/unregistration race | Akinobu Mita | 2015-09-29 | 2 | -11/+25 |
* | | | blk-mq: avoid setting hctx->tags->cpumask before allocation | Akinobu Mita | 2015-09-29 | 1 | -1/+8 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-20 | 6 | -39/+61 |
|\ \
| |/
|/| |
|