index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nvme-multipath: refactor nvme_mpath_add_disk
Joel Granados
2022-08-03
3
-7
/
+6
*
nvme-apple: use nvme core helper to cancel requests in tagset
Guixin Liu
2022-08-03
1
-5
/
+2
*
nvme-pci: use nvme core helper to cancel requests in tagset
Guixin Liu
2022-08-03
1
-4
/
+2
*
nvme-tcp: use in-capsule data for I/O connect
Caleb Sander
2022-08-03
1
-5
/
+7
*
nvme-rdma: remove timeout for getting RDMA-CM established event
Israel Rukshin
2022-08-03
1
-8
/
+5
*
null_blk: add configfs variables for 2 options
Vincent Fu
2022-08-03
2
-19
/
+50
*
null_blk: add module parameters for 4 options
Vincent Fu
2022-08-03
1
-0
/
+20
*
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2022-08-03
2
-14
/
+7
*
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
2022-08-03
1
-1
/
+2
*
nvmet-auth: expire authentication sessions
Hannes Reinecke
2022-08-03
3
-1
/
+21
*
nvmet-auth: Diffie-Hellman key exchange support
Hannes Reinecke
2022-08-03
5
-8
/
+232
*
nvmet: implement basic In-Band Authentication
Hannes Reinecke
2022-08-03
9
-3
/
+1100
*
nvmet: parse fabrics commands on io queues
Hannes Reinecke
2022-08-03
4
-3
/
+23
*
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
2022-08-03
3
-6
/
+350
*
nvme: implement In-Band authentication
Hannes Reinecke
2022-08-03
15
-7
/
+1465
*
nvme-fabrics: decode 'authentication required' connect error
Hannes Reinecke
2022-08-03
1
-0
/
+4
*
nvme-loop: use nvme core helpers to cancel all requests in a tagset
Sagi Grimberg
2022-08-03
1
-6
/
+2
*
nvme: fix qid param blk_mq_alloc_request_hctx
Chaitanya Kulkarni
2022-08-03
1
-1
/
+1
*
nvme: remove unused timeout parameter
Chaitanya Kulkarni
2022-08-03
3
-14
/
+10
*
nvme: handle the persistent internal error AER
Michael Kelley
2022-08-03
1
-2
/
+29
*
nvme: remove a double word in a comment
Xiang wangx
2022-08-03
1
-1
/
+1
*
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
2022-08-03
1
-4
/
+3
*
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
2022-08-03
3
-5
/
+5
*
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
2022-08-03
1
-6
/
+7
*
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
1
-2
/
+2
*
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
2
-74
/
+55
*
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
2
-7
/
+2
*
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
2022-08-03
1
-4
/
+14
*
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
2022-08-03
1
-2
/
+41
*
block: null_blk: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-08-03
1
-4
/
+3
*
md: Fix spelling mistake in comments
Zhang Jiaming
2022-08-03
1
-2
/
+2
*
md/raid5: Increase restriction on max segments per request
Logan Gunthorpe
2022-08-03
1
-0
/
+3
*
md/raid5: Improve debug prints
Logan Gunthorpe
2022-08-03
1
-2
/
+6
*
md/raid5: Pivot raid5_make_request()
Logan Gunthorpe
2022-08-03
1
-6
/
+83
*
md/raid5: Check all disks in a stripe_head for reshape progress
Logan Gunthorpe
2022-08-03
1
-14
/
+39
*
md/raid5: Refactor add_stripe_bio()
Logan Gunthorpe
2022-08-03
1
-30
/
+56
*
md/raid5: Keep a reference to last stripe_head for batch
Logan Gunthorpe
2022-08-03
1
-12
/
+40
*
md/raid5: Refactor for loop in raid5_make_request() into while loop
Logan Gunthorpe
2022-08-03
1
-4
/
+5
*
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
2022-08-03
1
-7
/
+5
*
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
2022-08-03
1
-6
/
+2
*
md/raid5: Factor out helper from raid5_make_request() loop
Logan Gunthorpe
2022-08-03
1
-98
/
+133
*
md/raid5: Move common stripe get code into new find_get_stripe() helper
Logan Gunthorpe
2022-08-03
1
-67
/
+64
*
md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
Logan Gunthorpe
2022-08-03
1
-2
/
+3
*
md/raid5: Refactor raid5_make_request loop
Logan Gunthorpe
2022-08-03
1
-54
/
+55
*
md/raid5: Factor out ahead_of_reshape() function
Logan Gunthorpe
2022-08-03
1
-12
/
+15
*
md/raid5: Make logic blocking check consistent with logic that blocks
Logan Gunthorpe
2022-08-03
1
-1
/
+1
*
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
2022-08-03
2
-2
/
+18
*
md: Explicitly create command-line configured devices
Chris Webb
2022-08-03
3
-1
/
+3
*
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
2022-08-03
1
-0
/
+1
*
md: Ensure resync is reported after it starts
Logan Gunthorpe
2022-08-03
1
-2
/
+12
[prev]
[next]