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
2020-07-15
block: add max_open_zones to blk-sysfs
Niklas Cassel
2
-0
/
+5
2020-07-15
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
7
-36
/
+101
2020-07-15
s390/dasd: Use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+3
2020-07-15
s390/dasd: fix inability to use DASD with DIAG driver
Stefan Haberland
1
-8
/
+17
2020-07-14
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
1
-0
/
+1
2020-07-14
md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripes
Song Liu
1
-0
/
+7
2020-07-14
md: fix deadlock causing by sysfs_notify
Junxiao Bi
5
-20
/
+42
2020-07-13
md: improve io stats accounting
Artur Paszkiewicz
2
-12
/
+46
2020-07-13
md: raid0/linear: fix dereference before null check on pointer mddev
Colin Ian King
1
-4
/
+5
2020-07-11
rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'
Christophe JAILLET
1
-14
/
+16
2020-07-08
nvme: remove ns->disk checks
Christoph Hellwig
1
-4
/
+4
2020-07-08
nvme-pci: use standard block status symbolic names
Baolin Wang
1
-3
/
+3
2020-07-08
nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()
Baolin Wang
1
-1
/
+1
2020-07-08
nvme-pci: add a blank line after declarations
Baolin Wang
1
-0
/
+4
2020-07-08
nvme-pci: fix some comments issues
Baolin Wang
1
-4
/
+4
2020-07-08
nvme-pci: remove redundant segment validation
Baolin Wang
1
-3
/
+0
2020-07-08
nvme: document quirked Intel models
David Fugate
1
-4
/
+4
2020-07-08
nvme: expose reconnect_delay and ctrl_loss_tmo via sysfs
Sagi Grimberg
1
-0
/
+62
2020-07-08
nvme: support for zoned namespaces
Keith Busch
4
-13
/
+378
2020-07-08
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
5
-24
/
+73
2020-07-08
nvme: implement multiple I/O Command Set support
Niklas Cassel
2
-10
/
+44
2020-07-08
null_blk: introduce zone capacity for zoned device
Aravind Ramesh
3
-3
/
+24
2020-07-08
block: add capacity field to zone descriptors
Matias Bjørling
2
-0
/
+3
2020-07-08
nvme: use USEC_PER_SEC instead of magic numbers
Baolin Wang
1
-1
/
+1
2020-07-08
nvmet-tcp: simplify nvmet_process_resp_list
Sagi Grimberg
1
-9
/
+3
2020-07-08
nvme-tcp: optimize network stack with setting msg flags according to batch size
Sagi Grimberg
1
-3
/
+17
2020-07-08
nvme-tcp: leverage request plugging
Sagi Grimberg
1
-5
/
+14
2020-07-08
nvme-tcp: have queue prod/cons send list become a llist
Sagi Grimberg
1
-10
/
+24
2020-07-08
nvme-fcloop: verify wwnn and wwpn format
Dongli Zhang
1
-6
/
+23
2020-07-08
nvmet: use unsigned type for u64
Chaitanya Kulkarni
1
-8
/
+8
2020-07-08
nvmet: introduce flags member in nvmet_fabrics_ops
Max Gurtovoy
5
-7
/
+7
2020-07-08
nvmet-tcp: remove has_keyed_sgls initialization
Max Gurtovoy
1
-1
/
+0
2020-07-08
nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrl
Dongli Zhang
1
-1
/
+0
2020-07-08
nvme-pci: remove the empty line at the beginning of nvme_should_reset()
Dongli Zhang
1
-1
/
+0
2020-07-08
nvme-pci: code cleanup for nvme_alloc_host_mem()
Chaitanya Kulkarni
1
-4
/
+4
2020-07-08
nvme-pci: use unsigned for io queue depth
Chaitanya Kulkarni
1
-9
/
+10
2020-07-08
nvme-core: use u16 type for ctrl->sqsize
Chaitanya Kulkarni
1
-1
/
+1
2020-07-08
nvme-core: use u16 type for directives
Chaitanya Kulkarni
1
-1
/
+1
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
293
-1638
/
+2941
2020-07-05
Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-17
/
+9
2020-07-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-27
/
+29
2020-07-05
Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-6
/
+13
2020-07-05
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-4
/
+26
2020-07-03
Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-86
/
+81
2020-07-04
i2c: mlxcpld: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-2
/
+2
2020-07-04
i2c: add Kconfig help text for slave mode
Wolfram Sang
1
-0
/
+4
2020-07-04
i2c: slave-eeprom: update documentation
Wolfram Sang
1
-0
/
+3
2020-07-04
i2c: eg20t: Load module automatically if ID matches
Andy Shevchenko
1
-0
/
+1
2020-07-04
i2c: designware: platdrv: Set class based on DMI
Ricardo Ribalda
1
-1
/
+14
2020-07-04
i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665
Chris Packham
1
-1
/
+2
[next]