index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: respect rq_affinity
Christoph Hellwig
2014-04-25
4
-46
/
+6
*
blk-mq: fix race with timeouts and requeue events
Jens Axboe
2014-04-24
4
-18
/
+42
*
Revert "blk-mq: initialize req->q in allocation"
Jens Axboe
2014-04-24
1
-3
/
+1
*
blk-mq: fix leak of set->tags
Ming Lei
2014-04-23
1
-0
/
+1
*
fs/bio.c: remove nr_segs (unused function parameter)
Fabian Frederick
2014-04-22
1
-3
/
+2
*
fs/bio: remove bs paramater in biovec_create_pool
Fabian Frederick
2014-04-22
3
-4
/
+4
*
block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn
Fabian Frederick
2014-04-22
1
-1
/
+1
*
fs: fix new kernel-doc warnings in fs/bio.c
Randy Dunlap
2014-04-21
1
-0
/
+2
*
blk-mq: initialize req->q in allocation
Ming Lei
2014-04-21
1
-1
/
+3
*
blk-mq: user (1 << order) to implement order_to_size()
Ming Lei
2014-04-21
1
-6
/
+1
*
blk-mq: fix allocation of set->tags
Ming Lei
2014-04-21
1
-1
/
+2
*
blk-mq: free hctx->ctx_map when init failed
Ming Lei
2014-04-21
1
-0
/
+1
*
sd/skd: stuff discard page in request->completion_data
Jens Axboe
2014-04-17
2
-6
/
+5
*
jsflash: missed conversion from rq->buffer to bio_data(rq->bio)
Jens Axboe
2014-04-16
1
-1
/
+1
*
block: relax when to modify the timeout timer
Jens Axboe
2014-04-16
1
-2
/
+13
*
block: export blk_finish_request
Christoph Hellwig
2014-04-16
2
-1
/
+3
*
blk-mq: rename mq_flush_work struct request member
Christoph Hellwig
2014-04-16
2
-4
/
+4
*
blk-mq: add blk_mq_requeue_request
Christoph Hellwig
2014-04-16
2
-2
/
+18
*
blk-mq: add blk_mq_start_hw_queues
Christoph Hellwig
2014-04-16
2
-0
/
+12
*
blk-mq: add blk_mq_delay_queue
Christoph Hellwig
2014-04-16
3
-9
/
+46
*
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
Christoph Hellwig
2014-04-16
3
-5
/
+5
*
blk-mq: bidi support
Christoph Hellwig
2014-04-16
1
-2
/
+7
*
blk-mq: allow drivers to hook into I/O completion
Christoph Hellwig
2014-04-16
2
-13
/
+12
*
blk-mq: kill preempt disable/enable in blk_mq_work_fn()
Jens Axboe
2014-04-16
1
-2
/
+0
*
blk-mq: don't use preempt_count() to check for right CPU
Jens Axboe
2014-04-16
1
-1
/
+1
*
gdrom: missed conversion from req->buffer
Jens Axboe
2014-04-16
1
-1
/
+1
*
block: all blk-mq requests are tagged
Christoph Hellwig
2014-04-15
1
-1
/
+2
*
blk-mq: split out tag initialization, support shared tags
Christoph Hellwig
2014-04-15
8
-200
/
+262
*
blk-mq: initialize request on allocation
Christoph Hellwig
2014-04-15
1
-3
/
+1
*
blk-mq: add ->init_request and ->exit_request methods
Christoph Hellwig
2014-04-15
3
-87
/
+55
*
blk-mq: make ->flush_rq fully transparent to drivers
Christoph Hellwig
2014-04-15
3
-10
/
+24
*
blk-mq: do not initialize req->special
Christoph Hellwig
2014-04-15
5
-27
/
+9
*
blk-mq: initialize resid_len
Christoph Hellwig
2014-04-15
1
-0
/
+2
*
block: remove struct request buffer member
Jens Axboe
2014-04-15
23
-75
/
+55
*
Merge tag 'v3.15-rc1' into for-3.16/core
Jens Axboe
2014-04-15
2159
-35006
/
+167314
|
\
|
*
Linux 3.15-rc1
v3.15-rc1
Linus Torvalds
2014-04-13
1
-2
/
+2
|
*
mm: Initialize error in shmem_file_aio_read()
Geert Uytterhoeven
2014-04-13
1
-1
/
+1
|
*
cifs: Use min_t() when comparing "size_t" and "unsigned long"
Geert Uytterhoeven
2014-04-13
1
-1
/
+1
|
*
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2014-04-13
5
-84
/
+128
|
|
\
|
|
*
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
2014-04-11
3
-8
/
+9
|
|
*
mm/slab.c: cleanup outdated comments and unify variables naming
Jianyu Zhan
2014-04-01
1
-34
/
+32
|
|
*
slab: fix wrongly used macro
Joonsoo Kim
2014-04-01
1
-11
/
+11
|
|
*
slub: fix high order page allocation problem with __GFP_NOFAIL
Joonsoo Kim
2014-03-27
1
-2
/
+3
|
|
*
slab: Make allocations with GFP_ZERO slightly more efficient
Joe Perches
2014-02-08
1
-8
/
+8
|
|
*
slab: make more slab management structure off the slab
Joonsoo Kim
2014-02-08
1
-1
/
+1
|
|
*
slab: introduce byte sized index for the freelist of a slab
Joonsoo Kim
2014-02-08
1
-9
/
+9
|
|
*
slab: restrict the number of objects in a slab
Joonsoo Kim
2014-02-08
2
-0
/
+32
|
|
*
slab: introduce helper functions to get/set free object
Joonsoo Kim
2014-02-08
1
-7
/
+13
|
|
*
slab: factor out calculate nr objects in cache_estimate
Joonsoo Kim
2014-02-08
1
-21
/
+27
|
*
|
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2014-04-13
6
-120
/
+196
|
|
\
\
[next]