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-16
lightnvm: fix some WARN() messages
Dan Carpenter
3
-8
/
+8
2017-04-16
lightnvm: pblk-gc: fix an error pointer dereference in init
Dan Carpenter
1
-2
/
+2
2017-04-16
lightnvm: physical block device (pblk) target
Javier González
14
-0
/
+8023
2017-04-16
lightnvm: convert sprintf into strlcpy
Javier González
1
-3
/
+3
2017-04-16
lightnvm: fix type checks on rrpc
Javier González
1
-2
/
+2
2017-04-16
lightnvm: clean unused variable
Javier González
1
-3
/
+0
2017-04-16
lightnvm: make nvm_free static
Javier González
1
-1
/
+1
2017-04-16
lightnvm: allow to init targets on factory mode
Javier González
2
-4
/
+13
2017-04-16
lightnvm: bad type conversion for nvme control bits
Javier González
1
-1
/
+1
2017-04-16
lightnvm: fix cleanup order of disk on init error
Javier González
1
-7
/
+7
2017-04-16
lightnvm: double-clear of dev->lun_map on target init error
Javier González
1
-7
/
+10
2017-04-16
lightnvm: don't check for failure from mempool_alloc()
NeilBrown
1
-9
/
+0
2017-04-16
lightnvm: enable nvme size compile asserts
Matias Bjørling
1
-2
/
+4
2017-04-16
lightnvm: free reverse device map
Javier González
1
-1
/
+13
2017-04-16
lightnvm: submit erases using the I/O path
Javier González
3
-45
/
+44
2017-04-16
nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify
Scott Bauer
1
-1
/
+1
2017-04-16
lightnvm: Fix error handling
Christophe JAILLET
1
-2
/
+4
2017-04-14
remove the mg_disk driver
Christoph Hellwig
3
-1128
/
+0
2017-04-08
scsi: sd: Remove LBPRZ dependency for discards
Martin K. Petersen
1
-19
/
+6
2017-04-08
scsi: sd: Separate zeroout and discard command choices
Martin K. Petersen
2
-3
/
+61
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
[next]