summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: protect rw_page against device teardownDan Williams2015-11-191-2/+0
* block: fix blk-core.c kernel-doc warningRandy Dunlap2015-11-111-0/+3
* blk-mq: mark __blk_mq_complete_request() staticJens Axboe2015-11-112-2/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-104-33/+138
|\
| * block: add block polling supportJens Axboe2015-11-073-0/+86
| * blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe2015-11-071-17/+28
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-072-22/+30
* | pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall2015-11-061-2/+4
* | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-063-6/+6
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-065-26/+26
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-053-3/+4
|\ \ | |/ |/|
| * blkcg: don't create "io.stat" on the root cgroupTejun Heo2015-10-221-0/+1
| * cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-182-3/+3
* | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-100/+230
|\ \
| * | block: add an API for Persistent ReservationsChristoph Hellwig2015-10-211-0/+103
| * | block: cleanup blkdev_ioctlChristoph Hellwig2015-10-211-100/+127
* | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-0410-197/+216
|\ \ \
| * | | block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams2015-10-211-1/+12
| * | | block: blk_flush_integrity() for bio-based driversDan Williams2015-10-213-0/+16
| * | | block: move blk_integrity to request_queueDan Williams2015-10-211-7/+7
| * | | block: generic request_queue reference countingDan Williams2015-10-215-73/+101
| * | | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-213-102/+61
| * | | block: Export integrity data interval size in sysfsMartin K. Petersen2015-10-211-0/+14
| * | | block: Reduce the size of struct blk_integrityMartin K. Petersen2015-10-212-5/+5
| * | | block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-213-25/+16
| * | | block: Move integrity kobject to struct gendiskMartin K. Petersen2015-10-211-11/+11
| |/ /
* | | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-047-40/+122
|\ \ \
| * | | blk-mq: avoid excessive boot delays with large lun countsJeff Moyer2015-11-031-17/+30
| * | | blk-mq: mark ctx as pending at batch in flush plug pathMing Lei2015-10-211-5/+13
| * | | blk-mq: fix for trace_block_plug()Ming Lei2015-10-211-1/+1
| * | | block: check bio_mergeable() early before mergingMing Lei2015-10-211-1/+1
| * | | blk-mq: check bio_mergeable() early before mergingMing Lei2015-10-211-1/+1
| * | | block: avoid to merge splitted bioMing Lei2015-10-211-0/+3
| * | | block: setup bi_phys_segments after splittingMing Lei2015-10-211-7/+22
| * | | block: fix plug list flushing for nomerge queuesJeff Moyer2015-10-213-6/+36
| * | | blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig2015-10-091-2/+0
| * | | blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.cKosuke Tatsukawa2015-10-091-0/+4
| |/ /
| * | Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe2015-10-096-65/+128
| |\ \
| * | | block: kmemleak: Track the page allocations for struct requestCatalin Marinas2015-09-231-0/+11
* | | | block: re-add discard_granularity and alignment checksMing Lin2015-10-281-9/+22
* | | | block: don't release bdi while request_queue has live referencesTejun Heo2015-10-152-1/+2
* | | | blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2015-10-152-3/+2
| |/ / |/| |
* | | blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-013-18/+25
* | | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-6/+6
* | | blk-mq: fix deadlock when reading cpu_listAkinobu Mita2015-09-292-4/+7
* | | blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita2015-09-293-19/+52
* | | blk-mq: fix q->mq_usage_counter access raceAkinobu Mita2015-09-291-3/+4
* | | blk-mq: Fix use after of free q->mq_mapAkinobu Mita2015-09-291-5/+3
* | | blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-292-11/+25
* | | blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita2015-09-291-1/+8
|/ /
OpenPOWER on IntegriCloud