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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-08
block: stop using blkdev_issue_write_same for zeroing
Christoph Hellwig
1
-4
/
+0
2017-04-08
dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-3
/
+3
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
9
-8
/
+83
2017-04-08
dm io: discards don't take a payload
Christoph Hellwig
1
-2
/
+8
2017-04-08
md: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
7
-1
/
+16
2017-04-08
sd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2
-5
/
+27
2017-04-08
block: implement splitting of REQ_OP_WRITE_ZEROES bios
Christoph Hellwig
1
-2
/
+15
2017-04-08
block: renumber REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-1
/
+1
2017-04-08
sd: split sd_setup_discard_cmnd
Christoph Hellwig
1
-69
/
+84
2017-04-07
block: sed-opal: Tone down all the pr_* to debugs
Scott Bauer
1
-79
/
+74
2017-04-07
blk-mq: Clarify comments in blk_mq_dispatch_rq_list()
Bart Van Assche
1
-10
/
+18
2017-04-07
blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list
Bart Van Assche
1
-2
/
+9
2017-04-07
blk-mq: use true instead of 1 for blk_mq_queue_data.last
Omar Sandoval
1
-1
/
+1
2017-04-07
blk-mq: make driver tag failure path easier to follow
Omar Sandoval
1
-10
/
+9
2017-04-07
blk-mq-sched: provide hooks for initializing hardware queue data
Omar Sandoval
3
-42
/
+45
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
455
-3005
/
+6229
2017-04-07
blk-mq: Restart a single queue if tag sets are shared
Bart Van Assche
4
-27
/
+55
2017-04-07
dm rq: Avoid that request processing stalls sporadically
Bart Van Assche
1
-0
/
+1
2017-04-07
scsi: Avoid that SCSI queues get stuck
Bart Van Assche
1
-3
/
+3
2017-04-07
blk-mq: Introduce blk_mq_delay_run_hw_queue()
Bart Van Assche
2
-2
/
+32
2017-04-07
block: trace completion of all bios.
NeilBrown
5
-4
/
+25
2017-04-07
block: simple improvements for bio->flags
NeilBrown
1
-9
/
+13
2017-04-07
blk-mq: remap queues when adding/removing hardware queues
Omar Sandoval
1
-4
/
+10
2017-04-07
blk-mq-sched: fix crash in switch error path
Omar Sandoval
6
-48
/
+67
2017-04-07
blk-mq-sched: set up scheduler tags when bringing up new queues
Omar Sandoval
3
-1
/
+35
2017-04-07
blk-mq-sched: refactor scheduler initialization
Omar Sandoval
3
-59
/
+57
2017-04-07
blk-mq: use the right hctx when getting a driver tag fails
Omar Sandoval
3
-17
/
+19
2017-04-05
block: move timeout field in struct request to pack better
Jens Axboe
1
-1
/
+2
2017-04-05
block, scsi: move the retries field to struct scsi_request
Christoph Hellwig
10
-13
/
+13
2017-04-05
nvme: move the retries count to struct nvme_request
Christoph Hellwig
2
-5
/
+6
2017-04-05
nvme: mark nvme_max_retries static
Christoph Hellwig
2
-4
/
+1
2017-04-05
nvme: cleanup nvme_req_needs_retry
Christoph Hellwig
1
-5
/
+11
2017-04-05
nvme: move ->retries setup to nvme_setup_cmd
Christoph Hellwig
2
-4
/
+5
2017-04-05
remove the obsolete hd driver
Christoph Hellwig
3
-832
/
+0
2017-04-05
blk-mq: Remove blk_mq_queue_data.list
Bart Van Assche
2
-18
/
+0
2017-04-05
cfq: Disable writeback throttling by default
Jan Kara
1
-12
/
+5
2017-04-04
block: fix inheriting request priority from bio
Adam Manzanares
1
-1
/
+1
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
6
-93
/
+40
2017-04-04
nvme-fc: drop ctrl for all command completions
Christoph Hellwig
1
-2
/
+3
2017-04-04
nvme-fc: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme-loop: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme-rdma: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme_fc: Clean up host fcpio done status handling
James Smart
2
-10
/
+10
2017-04-04
nvmet_fc: Clear SG list to avoid double frees
James Smart
1
-0
/
+2
2017-04-04
nvme_fc: correct LS validation
James Smart
1
-4
/
+5
2017-04-04
nvmet_fc: Sync NVME LS reject reasons with spec
James Smart
1
-7
/
+12
2017-04-04
nvme_fc: Add check of status_code in ERSP_IU
James Smart
1
-0
/
+1
2017-04-04
nvme_fc: Sync FC-NVME header with standard
James Smart
1
-9
/
+59
2017-04-04
nvme-rdma: Support ctrl_loss_tmo
Sagi Grimberg
1
-13
/
+28
2017-04-04
nvme-fabrics: Allow ctrl loss timeout configuration
Sagi Grimberg
2
-0
/
+38
[next]