index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
aha152x.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-09-27
blk-iocost: simplify ioc_name
Christoph Hellwig
1
-9
/
+5
2022-09-27
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
3
-4
/
+5
2022-09-27
blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit
Christoph Hellwig
3
-10
/
+10
2022-09-27
blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
Christoph Hellwig
3
-26
/
+12
2022-09-27
blk-cgroup: remove blkg_lookup_check
Christoph Hellwig
1
-26
/
+10
2022-09-27
blk-cgroup: cleanup the blkg_lookup family of functions
Christoph Hellwig
2
-50
/
+27
2022-09-27
blk-cgroup: remove open coded blkg_lookup instances
Christoph Hellwig
2
-7
/
+7
2022-09-27
blk-cgroup: remove blk_queue_root_blkg
Christoph Hellwig
2
-15
/
+1
2022-09-27
blk-cgroup: fix error unwinding in blkcg_init_queue
Christoph Hellwig
1
-6
/
+7
2022-09-24
blk-mq: don't redirect completion for hctx withs only one ctx mapping
Liu Song
1
-3
/
+5
2022-09-24
blk-throttle: improve bypassing bios checkings
Yu Kuai
2
-7
/
+28
2022-09-24
blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
Yu Kuai
2
-21
/
+3
2022-09-24
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
2
-1
/
+118
2022-09-24
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
2
-4
/
+20
2022-09-24
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
1
-6
/
+110
2022-09-24
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
1
-5
/
+15
2022-09-24
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
2
-1
/
+20
2022-09-24
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
1
-2
/
+10
2022-09-22
md: Fix spelling mistake in comments of r5l_log
Zhou nan
1
-1
/
+1
2022-09-22
md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
Logan Gunthorpe
1
-0
/
+12
2022-09-22
md/raid10: convert resync_lock to use seqlock
Yu Kuai
2
-30
/
+59
[next]