index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitattributes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
block: avoid sign extend problem with default queue flags mask
Brian Foster
1
-3
/
+3
2022-10-09
blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
Yu Kuai
1
-2
/
+1
2022-10-06
block: Remove the repeat word 'can'
Deming Wang
1
-1
/
+1
2022-10-04
MAINTAINERS: Update SED-Opal Maintainers
Jonathan Derrick
1
-2
/
+1
2022-09-30
sbitmap: fix lockup while swapping
Hugh Dickins
1
-1
/
+1
2022-09-29
block: add rationale for not using blk_mq_plug() when applicable
Pankaj Raghav
2
-0
/
+12
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
3
-7
/
+14
2022-09-28
s390/dasd: use blk_mq_alloc_disk
Christoph Hellwig
7
-88
/
+39
2022-09-27
blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep
Christoph Hellwig
1
-13
/
+4
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_set_limits
Christoph Hellwig
1
-6
/
+5
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_all
Christoph Hellwig
1
-2
/
+1
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
3
-7
/
+6
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
5
-8
/
+10
2022-09-27
nvme: remove nvme_ctrl_init_connect_q
Christoph Hellwig
1
-8
/
+0
2022-09-27
nvme-loop: use the tagset alloc/free helpers
Christoph Hellwig
1
-64
/
+19
2022-09-27
nvme-loop: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-5
/
+5
2022-09-27
nvme-loop: initialize sqsize later
Christoph Hellwig
1
-1
/
+1
2022-09-27
nvme-fc: use the tagset alloc/free helpers
Christoph Hellwig
1
-66
/
+17
2022-09-27
nvme-fc: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-20
/
+12
2022-09-27
nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
Christoph Hellwig
1
-9
/
+1
2022-09-27
nvme-rdma: use the tagset alloc/free helpers
Christoph Hellwig
1
-99
/
+34
2022-09-27
nvme-rdma: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
1
-85
/
+16
2022-09-27
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
1
-6
/
+3
2022-09-27
nvme: add common helpers to allocate and free tagsets
Christoph Hellwig
2
-0
/
+110
2022-09-27
nvme-auth: add a MAINTAINERS entry
Christoph Hellwig
1
-0
/
+9
2022-09-27
nvmet: add helpers to set the result field for connect commands
Christoph Hellwig
1
-10
/
+8
2022-09-27
nvme: improve the NVME_CONNECT_AUTHREQ* definitions
Christoph Hellwig
2
-6
/
+4
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
4
-14
/
+13
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
1
-8
/
+2
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
1
-2
/
+9
2022-09-27
nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
Varun Prakash
1
-0
/
+7
2022-09-27
nvmet-tcp: fix NULL pointer dereference during release
zhenwei pi
1
-3
/
+16
2022-09-27
nvme-pci: report the actual number of tagset maps
Keith Busch
1
-2
/
+4
2022-09-27
nvme-pci: set min_align_mask before calculating max_hw_sectors
Rishabh Bhatnagar
1
-1
/
+2
2022-09-27
nvme: send a rediscover uevent when a persistent discovery controller reconnects
Sagi Grimberg
2
-0
/
+11
2022-09-27
nvme: enumerate controller flags
Sagi Grimberg
1
-2
/
+5
2022-09-27
nvme: ensure subsystem reset is single threaded
Keith Busch
1
-3
/
+13
2022-09-27
nvme: restrict management ioctls to admin
Keith Busch
1
-0
/
+6
2022-09-27
nvme: copy firmware_rev on each init
Keith Busch
1
-1
/
+2
2022-09-27
nvme: handle effects after freeing the request
Keith Busch
4
-14
/
+23
2022-09-27
blk-cgroup: pass a gendisk to the blkg allocation helpers
Christoph Hellwig
1
-28
/
+28
2022-09-27
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
5
-10
/
+11
2022-09-27
blk-cgroup: pass a gendisk to blkg_destroy_all
Christoph Hellwig
1
-9
/
+4
2022-09-27
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
3
-4
/
+5
2022-09-27
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
3
-4
/
+5
2022-09-27
blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit
Christoph Hellwig
3
-9
/
+12
2022-09-27
blk-iocost: cleanup ioc_qos_write
Christoph Hellwig
1
-6
/
+8
2022-09-27
blk-iocost: pass a gendisk to blk_iocost_init
Christoph Hellwig
1
-3
/
+4
[next]