summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-254-46/+6
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-244-18/+42
* Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-241-3/+1
* blk-mq: fix leak of set->tagsMing Lei2014-04-231-0/+1
* fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick2014-04-221-3/+2
* fs/bio: remove bs paramater in biovec_create_poolFabian Frederick2014-04-223-4/+4
* block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick2014-04-221-1/+1
* fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap2014-04-211-0/+2
* blk-mq: initialize req->q in allocationMing Lei2014-04-211-1/+3
* blk-mq: user (1 << order) to implement order_to_size()Ming Lei2014-04-211-6/+1
* blk-mq: fix allocation of set->tagsMing Lei2014-04-211-1/+2
* blk-mq: free hctx->ctx_map when init failedMing Lei2014-04-211-0/+1
* sd/skd: stuff discard page in request->completion_dataJens Axboe2014-04-172-6/+5
* jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe2014-04-161-1/+1
* block: relax when to modify the timeout timerJens Axboe2014-04-161-2/+13
* block: export blk_finish_requestChristoph Hellwig2014-04-162-1/+3
* blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2014-04-162-4/+4
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-162-2/+18
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-162-0/+12
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-163-9/+46
* blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-163-5/+5
* blk-mq: bidi supportChristoph Hellwig2014-04-161-2/+7
* blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-162-13/+12
* blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe2014-04-161-2/+0
* blk-mq: don't use preempt_count() to check for right CPUJens Axboe2014-04-161-1/+1
* gdrom: missed conversion from req->bufferJens Axboe2014-04-161-1/+1
* block: all blk-mq requests are taggedChristoph Hellwig2014-04-151-1/+2
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-158-200/+262
* blk-mq: initialize request on allocationChristoph Hellwig2014-04-151-3/+1
* blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-153-87/+55
* blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-153-10/+24
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-155-27/+9
* blk-mq: initialize resid_lenChristoph Hellwig2014-04-151-0/+2
* block: remove struct request buffer memberJens Axboe2014-04-1523-75/+55
* Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2014-04-152159-35006/+167314
|\
| * Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
| * mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven2014-04-131-1/+1
| * cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
| * Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-135-84/+128
| |\
| | * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-113-8/+9
| | * mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan2014-04-011-34/+32
| | * slab: fix wrongly used macroJoonsoo Kim2014-04-011-11/+11
| | * slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2014-03-271-2/+3
| | * slab: Make allocations with GFP_ZERO slightly more efficientJoe Perches2014-02-081-8/+8
| | * slab: make more slab management structure off the slabJoonsoo Kim2014-02-081-1/+1
| | * slab: introduce byte sized index for the freelist of a slabJoonsoo Kim2014-02-081-9/+9
| | * slab: restrict the number of objects in a slabJoonsoo Kim2014-02-082-0/+32
| | * slab: introduce helper functions to get/set free objectJoonsoo Kim2014-02-081-7/+13
| | * slab: factor out calculate nr objects in cache_estimateJoonsoo Kim2014-02-081-21/+27
| * | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-136-120/+196
| |\ \