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
2015-02-11
blk-mq: fix double-free in error path
Tony Battersby
1
-0
/
+1
2015-02-11
block: prevent request-to-request merging with gaps if not allowed
Keith Busch
1
-0
/
+12
2015-02-10
blk-mq: make blk_mq_run_queues() static
Jens Axboe
1
-5
/
+4
2015-02-09
cfq-iosched: handle failure of cfq group allocation
Konstantin Khlebnikov
1
-1
/
+6
2015-02-05
block: Quiesce zeroout wrapper
Martin K. Petersen
1
-19
/
+7
2015-02-05
block: rewrite and split __bio_copy_iov()
Dongsu Park
1
-34
/
+56
2015-02-05
block: merge __bio_map_user_iov into bio_map_user_iov
Christoph Hellwig
2
-37
/
+21
2015-02-05
block: merge __bio_map_kern into bio_map_kern
Christoph Hellwig
1
-33
/
+17
2015-02-05
block: pass iov_iter to the BLOCK_PC mapping functions
Kent Overstreet
3
-111
/
+90
2015-02-05
block: add a helper to free bio bounce buffer pages
Christoph Hellwig
1
-32
/
+33
2015-02-05
block: use blk_rq_map_user_iov to implement blk_rq_map_user
Christoph Hellwig
2
-176
/
+14
2015-02-05
block: simplify bio_map_kern
Christoph Hellwig
1
-16
/
+44
2015-01-28
block: keep established cmd_flags when cloning into a blk-mq request
Keith Busch
1
-1
/
+1
2015-01-28
block: add blk-mq support to blk_insert_cloned_request()
Keith Busch
1
-0
/
+7
2015-01-28
block: require blk_rq_prep_clone() be given an initialized clone request
Keith Busch
1
-2
/
+0
2015-01-23
blk-mq: add tag allocation policy
Shaohua Li
3
-17
/
+29
2015-01-23
block: support different tag allocation policy
Shaohua Li
1
-8
/
+25
2015-01-22
block: Remove annoying "unknown partition table" message
Boaz Harrosh
1
-6
/
+6
2015-01-21
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
2
-5
/
+27
2015-01-21
cfq-iosched: fix incorrect filing of rt async cfqq
Jeff Moyer
1
-2
/
+7
2015-01-14
blk-mq: fix false negative out-of-tags condition
Jens Axboe
1
-17
/
+26
2015-01-02
blk-mq: export blk_mq_freeze_queue()
Jens Axboe
1
-0
/
+1
2014-12-31
block: wake up waiters when a queue is marked dying
Jens Axboe
5
-5
/
+42
2014-12-20
blk-mq: Export freeze/unfreeze functions
Keith Busch
1
-2
/
+4
2014-12-20
blk-mq: Exit queue on alloc failure
Keith Busch
1
-1
/
+3
2014-12-15
Revert "blk-mq: Micro-optimize bt_get()"
Jens Axboe
1
-1
/
+3
2014-12-13
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-119
/
+197
2014-12-11
bio: modify __bio_add_page() to accept pages that don't start a new segment
Maurizio Lombardi
1
-24
/
+30
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+4
2014-12-10
blk-mq: Fix uninitialized kobject at CPU hotplugging
Takashi Iwai
1
-5
/
+4
2014-12-09
blk-mq: Use all available hardware queues
Bart Van Assche
1
-1
/
+1
2014-12-09
blk-mq: Micro-optimize bt_get()
Bart Van Assche
1
-3
/
+1
2014-12-09
blk-mq: Fix a race between bt_clear_tag() and bt_get()
Bart Van Assche
1
-6
/
+5
2014-12-09
blk-mq: Avoid that __bt_get_word() wraps multiple times
Bart Van Assche
1
-2
/
+4
2014-12-09
blk-mq: Fix a use-after-free
Bart Van Assche
2
-8
/
+7
2014-12-08
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
4
-3
/
+33
2014-12-08
blk-mq: prevent unmapped hw queue from being scheduled
Ming Lei
2
-2
/
+11
2014-12-08
Merge branch 'pm-runtime'
Rafael J. Wysocki
2
-4
/
+4
2014-12-08
blk-mq: re-check for available tags after running the hardware queue
Jens Axboe
1
-0
/
+8
2014-12-08
blk-mq: fix hang in bt_get()
Bart Van Assche
1
-0
/
+7
2014-12-08
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
James Bottomley
4
-3
/
+33
2014-12-04
block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2
-4
/
+4
2014-12-02
block: fix regression where bio_integrity_process uses wrong bio_vec iterator
Darrick J. Wong
1
-6
/
+7
2014-11-30
blk-mq: move the kdump check to blk_mq_alloc_tag_set
Shaohua Li
1
-10
/
+10
2014-11-24
blk-mq: cleanup tag free handling
Jens Axboe
1
-18
/
+6
2014-11-24
blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map
Jens Axboe
1
-1
/
+1
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
1
-1
/
+1
2014-11-24
blk: introduce generic io stat accounting help function
Gu Zheng
1
-0
/
+28
2014-11-24
blk-mq: handle the single queue case in blk_mq_hctx_next_cpu
Christoph Hellwig
1
-21
/
+10
2014-11-19
genhd: check for int overflow in disk_expand_part_tbl()
Jens Axboe
1
-2
/
+9
[next]