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
2019-09-05
sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disks
Damien Le Moal
1
-0
/
+2
2019-09-05
block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disks
Damien Le Moal
1
-0
/
+2
2019-09-05
block: Delay default elevator initialization
Damien Le Moal
1
-1
/
+1
2019-09-05
lightnvm: print error when target is not found
Minwoo Im
1
-1
/
+4
2019-09-05
lightnvm: introduce pr_fmt for the prefix nvm
Minwoo Im
1
-24
/
+25
2019-09-04
paride/pcd: need to check if cd->disk is null in pcd_detect
zhengbin
1
-4
/
+6
2019-09-04
paride/pcd: need to set queue to NULL before put_disk
zhengbin
1
-1
/
+1
2019-09-04
paride/pf: need to set queue to NULL before put_disk
zhengbin
1
-1
/
+1
2019-09-03
md/raid5: use bio_end_sector to calculate last_sector
Guoqing Jiang
1
-1
/
+1
2019-09-03
md/raid1: fail run raid1 array when active disk less than one
Yufen Yu
1
-1
/
+12
2019-09-03
md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
Guilherme G. Piccoli
4
-4
/
+45
2019-09-03
closures: fix a race on wakeup from closure_sync
Kent Overstreet
1
-2
/
+8
2019-09-03
bcache: Fix an error code in bch_dump_read()
Dan Carpenter
1
-3
/
+2
2019-09-03
bcache: add cond_resched() in __bch_cache_cmp()
Shile Zhang
1
-0
/
+1
2019-08-29
nvme-rdma: Use rq_dma_dir macro
Israel Rukshin
1
-7
/
+3
2019-08-29
nvme-fc: Use rq_dma_dir macro
Israel Rukshin
1
-5
/
+2
2019-08-29
nvme-pci: Tidy up nvme_unmap_data
Israel Rukshin
1
-3
/
+2
2019-08-29
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
6
-14
/
+64
2019-08-29
nvme-pci: Support shared tags across queues for Apple 2018 controllers
Benjamin Herrenschmidt
2
-1
/
+35
2019-08-29
nvme-pci: Add support for Apple 2018+ models
Benjamin Herrenschmidt
2
-1
/
+30
2019-08-29
nvme-pci: Add support for variable IO SQ element size
Benjamin Herrenschmidt
1
-3
/
+8
2019-08-29
nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macros
Benjamin Herrenschmidt
1
-15
/
+15
2019-08-29
nvme: trace bio completion
Hannes Reinecke
2
-3
/
+21
2019-08-29
nvme-multipath: fix ana log nsid lookup when nsid is not found
Anton Eidelman
1
-3
/
+5
2019-08-29
nvmet-tcp: Add TOS for tcp transport
Israel Rukshin
1
-0
/
+11
2019-08-29
nvme-tcp: Add TOS for tcp transport
Israel Rukshin
1
-1
/
+14
2019-08-29
nvme-tcp: Use struct nvme_ctrl directly
Israel Rukshin
1
-10
/
+10
2019-08-29
nvme-rdma: Add TOS for rdma transport
Israel Rukshin
1
-3
/
+6
2019-08-29
nvme-fabrics: Add type of service (TOS) configuration
Israel Rukshin
2
-0
/
+21
2019-08-29
nvmet-tcp: fix possible memory leak
Sagi Grimberg
1
-0
/
+1
2019-08-29
nvmet-tcp: fix possible NULL deref
Sagi Grimberg
1
-4
/
+8
2019-08-29
nvmet: trace: parse Get LBA Status command in detail
Minwoo Im
1
-0
/
+18
2019-08-29
nvme: trace: parse Get LBA Status command in detail
Minwoo Im
1
-0
/
+18
2019-08-29
nvmet: fix data units read and written counters in SMART log
Tom Wu
1
-6
/
+8
2019-08-29
nvme-tcp: support simple polling
Sagi Grimberg
1
-6
/
+45
2019-08-29
nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
Minwoo Im
1
-0
/
+1
2019-08-29
nvme: don't pass cap to nvme_disable_ctrl
Sagi Grimberg
5
-7
/
+7
2019-08-29
nvme: move sqsize setting to the core
Sagi Grimberg
7
-55
/
+17
2019-08-29
nvme-pci: set ctrl sqsize to the device q_depth
Sagi Grimberg
1
-0
/
+1
2019-08-29
nvme: have nvme_init_identify set ctrl->cap
Sagi Grimberg
1
-4
/
+3
2019-08-29
nvme-tcp: Use protocol specific operations while reading socket
Potnuri Bharat Teja
1
-2
/
+3
2019-08-29
nvme-tcp: cleanup nvme_tcp_recv_pdu
Sagi Grimberg
1
-8
/
+3
2019-08-27
raid5 improve too many read errors msg by adding limits
Nigel Croxon
1
-4
/
+10
2019-08-27
md: don't report active array_state until after revalidate_disk() completes.
NeilBrown
2
-4
/
+10
2019-08-27
md: only call set_in_sync() when it is expected to succeed.
NeilBrown
1
-1
/
+2
2019-08-23
null_blk: fix inline misuse
Jens Axboe
2
-6
/
+5
2019-08-23
null_blk: create a helper for req completion
Chaitanya Kulkarni
1
-22
/
+27
2019-08-23
null_blk: create a helper for zoned devices
Chaitanya Kulkarni
3
-27
/
+35
2019-08-23
null_blk: create a helper for mem-backed ops
Chaitanya Kulkarni
1
-9
/
+16
2019-08-23
null_blk: create a helper for badblocks
Chaitanya Kulkarni
1
-7
/
+17
[next]