index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-158
/
+219
2014-02-12
block: add cond_resched() to potentially long running ioctl discard loop
Jens Axboe
1
-0
/
+8
2014-02-11
blk-mq: pair blk_mq_start_request / blk_mq_requeue_request
Christoph Hellwig
1
-23
/
+26
2014-02-11
blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq
Christoph Hellwig
1
-1
/
+1
2014-02-10
block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show
Masanari Iida
1
-1
/
+1
2014-02-10
blk-mq: rework flush sequencing logic
Christoph Hellwig
5
-105
/
+72
2014-02-10
blk-mq: rework I/O completions
Christoph Hellwig
3
-24
/
+33
2014-02-07
block: Explicitly handle discard/write same segments
Kent Overstreet
1
-29
/
+62
2014-02-07
blk-mq: Add bio_integrity setup to blk_mq_make_request
Nicholas Bellinger
1
-0
/
+5
2014-02-07
blk-mq: initialize sg_reserved_size
Christoph Hellwig
1
-0
/
+2
2014-02-07
blk-mq: handle dma_drain_size
Christoph Hellwig
1
-0
/
+10
2014-02-07
blk-mq: divert __blk_put_request for MQ ops
Christoph Hellwig
1
-0
/
+5
2014-02-07
blk-mq: support at_head inserations for blk_execute_rq
Christoph Hellwig
2
-8
/
+11
2014-01-31
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-2
/
+4
2014-01-30
block: __elv_next_request() shouldn't call into the elevator if bypassing
Tejun Heo
1
-1
/
+1
2014-01-30
blk-mq: Don't reserve a tag for flush request
Shaohua Li
2
-19
/
+35
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+4
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-214
/
+181
2014-01-28
block/blk-mq-cpu.c: use hotcpu_notifier()
Andrew Morton
1
-5
/
+1
2014-01-23
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
Kent Overstreet
1
-2
/
+4
2014-01-21
block: Fix memory leak in rw_copy_check_uvector() handling
Christian Engelmayer
1
-2
/
+4
2014-01-21
block: remove unrelated header files and export symbol
CaiZhiyong
1
-7
/
+11
2014-01-21
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-93
/
+73
2014-01-08
blk-mq: uses page->list incorrectly
Dave Hansen
1
-3
/
+3
2014-01-08
blk-mq: use __smp_call_function_single directly
Christoph Hellwig
3
-89
/
+11
2014-01-08
bcache/md: Use raid stripe size
Kent Overstreet
1
-0
/
+4
2014-01-03
blk-mq: fix initializing request's start time
Ming Lei
1
-0
/
+2
2013-12-31
block: blk-mq: don't export blk_mq_free_queue()
Ming Lei
3
-1
/
+2
2013-12-31
block: blk-mq: make blk_sync_queue support mq
Ming Lei
2
-2
/
+10
2013-12-31
block: blk-mq: support draining mq queue
Ming Lei
4
-18
/
+40
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
3
-10
/
+27
2013-12-06
block: fix memory leaks on unplugging block device
Andrey Vagin
1
-0
/
+13
2013-12-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-28
/
+15
2013-12-05
blk-mq: fix use-after-free of request
Ming Lei
1
-2
/
+2
2013-12-05
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
2
-93
/
+73
2013-12-03
block: Really silence spurious compiler warnings
Kent Overstreet
1
-9
/
+3
2013-12-03
blk-mq: fix dereference of rq->mq_ctx if allocation fails
Jeff Moyer
1
-4
/
+8
2013-11-26
block: Silence spurious compiler warnings
Kent Overstreet
1
-0
/
+6
2013-11-24
block: submit_bio_wait() conversions
Kent Overstreet
1
-18
/
+1
2013-11-23
block: Kill bio_iovec_idx(), __bio_iovec()
Kent Overstreet
1
-2
/
+11
2013-11-23
bio-integrity: Convert to bvec_iter
Kent Overstreet
1
-18
/
+22
2013-11-23
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2
-28
/
+25
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
8
-39
/
+39
2013-11-23
block: submit_bio_wait() conversions
Kent Overstreet
1
-18
/
+1
2013-11-21
block/partitions/efi.c: fix bound check
Antti P Miettinen
1
-2
/
+3
2013-11-20
Update of blkg_stat and blkg_rwstat may happen in bh context.
Hong Zhiguo
1
-4
/
+4
2013-11-19
blk-mq: add blktrace insert event trace
Jens Axboe
1
-0
/
+2
2013-11-19
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
Jens Axboe
1
-4
/
+8
2013-11-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-8
/
+7
2013-11-15
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
3
-5
/
+5
[next]