index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-08
nvme: Revert: Fix controller creation races with teardown flow
James Smart
2
-6
/
+0
2020-09-08
block: restore a specific error code in bdev_del_partition
Christoph Hellwig
1
-1
/
+1
2020-09-03
block: allow for_each_bvec to support zero len bvec
Ming Lei
1
-1
/
+8
2020-09-02
blk-stat: make q->stats->lock irqsafe
Tejun Heo
1
-6
/
+11
2020-09-02
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-09-01
block: fix locking in bdev_del_partition
Christoph Hellwig
1
-14
/
+13
2020-09-01
block: release disk reference in hd_struct_free_work
Ming Lei
1
-1
/
+9
2020-09-01
block: ensure bdi->io_pages is always initialized
Jens Axboe
1
-0
/
+1
2020-08-29
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-08-29
nvme: only use power of two io boundaries
Keith Busch
1
-9
/
+38
2020-08-29
nvme: fix controller instance leak
Keith Busch
1
-1
/
+1
2020-08-29
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
Christophe JAILLET
1
-2
/
+2
2020-08-29
nvme: Fix NULL dereference for pci nvme controllers
Sagi Grimberg
1
-0
/
+4
2020-08-29
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-08-29
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-08-29
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
2020-08-29
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
1
-2
/
+9
2020-08-29
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2
-2
/
+3
2020-08-29
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
1
-1
/
+0
2020-08-29
nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
Ziye Yang
1
-1
/
+9
2020-08-28
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-26
loop: Set correct device size when using LOOP_CONFIGURE
Martijn Coenen
1
-2
/
+2
2020-08-26
nbd: restore default timeout when setting it to zero
Hou Pu
1
-0
/
+2
2020-08-22
null_blk: fix passing of REQ_FUA flag in null_handle_rq
Hou Pu
1
-1
/
+1
2020-08-22
nvmet: Disable keep-alive timer when kato is cleared to 0h
Amit Engel
1
-0
/
+6
2020-08-22
nvme: redirect commands on dying queue
Chao Leng
1
-4
/
+5
2020-08-22
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
1
-10
/
+2
2020-08-22
nvme: refactor command completion
Christoph Hellwig
3
-64
/
+89
2020-08-22
nvme: rename and document nvme_end_request
Christoph Hellwig
7
-8
/
+14
2020-08-22
nvme: skip noiob for zoned devices
Keith Busch
1
-1
/
+1
2020-08-22
nvme-pci: fix PRP pool size
Christoph Hellwig
1
-1
/
+2
2020-08-22
nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
John Garry
1
-6
/
+6
2020-08-22
nvme: Use spin_lock_irq() when taking the ctrl->lock
Logan Gunthorpe
1
-4
/
+4
2020-08-22
nvmet: call blk_mq_free_request() directly
Chaitanya Kulkarni
1
-3
/
+3
2020-08-22
nvmet: fix oops in pt cmd execution
Chaitanya Kulkarni
1
-3
/
+3
2020-08-22
nvmet: add ns tear down label for pt-cmd handling
Chaitanya Kulkarni
1
-4
/
+5
2020-08-22
nvme: multipath: round-robin: eliminate "fallback" variable
Martin Wilck
1
-5
/
+4
2020-08-22
nvme: multipath: round-robin: fix single non-optimized path case
Martin Wilck
1
-5
/
+10
2020-08-22
nvme-fc: Fix wrong return value in __nvme_fc_init_request()
Tianjia Zhang
1
-2
/
+2
2020-08-22
nvmet-passthru: Reject commands with non-sgl flags set
Logan Gunthorpe
1
-0
/
+8
2020-08-22
nvmet: fix a memory leak
Sagi Grimberg
1
-0
/
+1
2020-08-22
blkcg: fix memleak for iolatency
Yufen Yu
1
-3
/
+5
2020-08-22
MAINTAINERS: Add missing header files to BLOCK LAYER section
Geert Uytterhoeven
1
-0
/
+1
2020-08-22
block: fix get_max_io_size()
Keith Busch
1
-1
/
+1
2020-08-22
blk-mq: insert request not through ->queue_rq into sw/scheduler queue
Ming Lei
1
-1
/
+2
2020-08-22
block/rnbd: Ensure err is always initialized in process_rdma
Nathan Chancellor
1
-1
/
+2
2020-08-18
bfq: fix blkio cgroup leakage v4
Dmitry Monakhov
3
-12
/
+3
2020-08-18
block: Fix page_is_mergeable() for compound pages
Matthew Wilcox (Oracle)
1
-5
/
+5
[next]