index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
bcache: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2020-07-25
bcache: movinggc: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bcache: writeback: Remove unneeded variable i
Xu Wang
1
-2
/
+0
2020-07-25
bcache: journel: use for_each_clear_bit() to simplify the code
Xu Wang
1
-4
/
+1
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-07-25
bcache: Fix typo in Kconfig name
Jean Delvare
2
-2
/
+2
2020-07-23
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-22
md/raid10: avoid deadlock on recovery.
Vitaly Mayatskikh
1
-3
/
+11
2020-07-22
raid: md_p.h: drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-22
md-cluster: fix rmmod issue when md_cluster convert bitmap to none
Zhao Heming
1
-0
/
+1
2020-07-22
md-cluster: fix safemode_delay value when converting to clustered bitmap
Zhao Heming
1
-2
/
+9
2020-07-22
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-22
md/raid5: set default stripe_size as 4096
Yufen Yu
2
-3
/
+24
2020-07-22
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
4
-128
/
+153
2020-07-16
raid5: remove the meaningless check in raid5_make_request
Guoqing Jiang
1
-2
/
+1
2020-07-16
raid5: put the comment of clear_batch_ready to the right place
Guoqing Jiang
1
-4
/
+4
2020-07-16
raid5: call clear_batch_ready before set STRIPE_ACTIVE
Guoqing Jiang
1
-5
/
+10
2020-07-16
md: raid10: Fix compilation warning
Damien Le Moal
1
-2
/
+2
2020-07-16
md: raid5: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-16
md: raid5-cache: Remove set but unused variable
Damien Le Moal
1
-3
/
+1
2020-07-16
md: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-15
block: add max_active_zones to blk-sysfs
Niklas Cassel
6
-1
/
+56
2020-07-15
block: add max_open_zones to blk-sysfs
Niklas Cassel
6
-0
/
+61
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-15
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
1
-0
/
+1
2020-07-15
md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripes
Song Liu
1
-0
/
+7
2020-07-15
md: fix deadlock causing by sysfs_notify
Junxiao Bi
5
-20
/
+42
2020-07-14
md: improve io stats accounting
Artur Paszkiewicz
2
-12
/
+46
2020-07-14
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
6
-15
/
+492
2020-07-08
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
6
-25
/
+76
2020-07-08
nvme: implement multiple I/O Command Set support
Niklas Cassel
3
-12
/
+61
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
4
-2
/
+17
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
[next]