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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
14
-79
/
+21
2017-04-08
drbd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
5
-7
/
+15
2017-04-08
drbd: make intelligent use of blkdev_issue_zeroout
Christoph Hellwig
4
-110
/
+7
2017-04-08
mmc: remove the discard_zeroes_data flag
Christoph Hellwig
1
-2
/
+0
2017-04-08
rsxx: remove the discard_zeroes_data flag
Christoph Hellwig
1
-1
/
+0
2017-04-08
rbd: remove the discard_zeroes_data flag
Christoph Hellwig
1
-1
/
+0
2017-04-08
brd: remove discard support
Christoph Hellwig
1
-54
/
+0
2017-04-08
loop: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+4
2017-04-08
zram: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-5
/
+8
2017-04-08
nvme: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
3
-11
/
+11
2017-04-08
sd: implement unmapping Write Zeroes
Christoph Hellwig
1
-0
/
+9
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
2
-4
/
+7
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
8
-8
/
+77
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
sd: split sd_setup_discard_cmnd
Christoph Hellwig
1
-69
/
+84
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
263
-1482
/
+4092
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
block: trace completion of all bios.
NeilBrown
2
-3
/
+0
2017-04-05
block, scsi: move the retries field to struct scsi_request
Christoph Hellwig
7
-8
/
+8
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-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
1
-7
/
+7
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-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
2017-04-04
nvme-rdma: get rid of local reconnect_delay
Sagi Grimberg
1
-5
/
+3
2017-04-04
nvme-loop: retrieve iod from the cqe command_id
Sagi Grimberg
1
-6
/
+25
2017-04-04
nvme-loop: remove unneeded includes
Sagi Grimberg
1
-2
/
+0
2017-04-04
nvme-fc: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+10
2017-04-04
nvme-loop: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+6
2017-04-04
nvme-rdma: fix module_init (theoretical) error path
Sagi Grimberg
1
-5
/
+13
2017-04-04
nvmet: use symbolic constants for log identifiers
Max Gurtovoy
1
-6
/
+6
2017-04-04
nvmet: Introduced helper routine for controller status check.
Parav Pandit
6
-34
/
+41
2017-04-04
nvmet: Fixed avoided printing nvmet: twice in error logs.
Parav Pandit
4
-21
/
+20
2017-04-04
iscsi-target: use generic inet_pton_with_scope
Sagi Grimberg
1
-34
/
+12
[next]