index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
md: fix mddev->kobj lifetime
Christoph Hellwig
1
-6
/
+4
2022-08-02
md/raid5: Convert prepare_to_wait() to wait_woken() api
Logan Gunthorpe
1
-7
/
+6
2022-08-02
md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()
Logan Gunthorpe
1
-8
/
+11
2022-08-02
bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...
Coly Li
1
-1
/
+1
2022-08-02
nbd: add missing definition of pr_fmt
Yu Kuai
1
-2
/
+4
2022-08-02
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
1
-3
/
+11
2022-08-02
nvme-multipath: refactor nvme_mpath_add_disk
Joel Granados
3
-7
/
+6
2022-08-02
nvme-apple: use nvme core helper to cancel requests in tagset
Guixin Liu
1
-5
/
+2
2022-08-02
nvme-pci: use nvme core helper to cancel requests in tagset
Guixin Liu
1
-4
/
+2
2022-08-02
nvme-tcp: use in-capsule data for I/O connect
Caleb Sander
1
-5
/
+7
2022-08-02
nvme-rdma: remove timeout for getting RDMA-CM established event
Israel Rukshin
1
-8
/
+5
2022-08-02
null_blk: add configfs variables for 2 options
Vincent Fu
2
-19
/
+50
2022-08-02
null_blk: add module parameters for 4 options
Vincent Fu
2
-0
/
+42
2022-08-02
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2
-14
/
+7
2022-08-02
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
1
-1
/
+2
2022-08-02
nvmet-auth: expire authentication sessions
Hannes Reinecke
3
-1
/
+21
2022-08-02
nvmet-auth: Diffie-Hellman key exchange support
Hannes Reinecke
5
-8
/
+232
2022-08-02
nvmet: implement basic In-Band Authentication
Hannes Reinecke
9
-3
/
+1100
2022-08-02
nvmet: parse fabrics commands on io queues
Hannes Reinecke
4
-3
/
+23
2022-08-02
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
4
-6
/
+358
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke
16
-7
/
+1498
2022-08-02
nvme-fabrics: decode 'authentication required' connect error
Hannes Reinecke
1
-0
/
+4
2022-08-02
nvme: add definitions for NVMe In-Band authentication
Hannes Reinecke
1
-1
/
+208
2022-08-02
lib/base64: RFC4648-compliant base64 encoding
Hannes Reinecke
3
-1
/
+120
2022-08-02
crypto: add crypto_has_kpp()
Hannes Reinecke
2
-0
/
+8
2022-08-02
crypto: add crypto_has_shash()
Hannes Reinecke
2
-0
/
+8
2022-08-02
nvme-loop: use nvme core helpers to cancel all requests in a tagset
Sagi Grimberg
1
-6
/
+2
2022-08-02
nvme: fix qid param blk_mq_alloc_request_hctx
Chaitanya Kulkarni
1
-1
/
+1
2022-08-02
nvme: remove unused timeout parameter
Chaitanya Kulkarni
3
-14
/
+10
2022-08-02
nvme: handle the persistent internal error AER
Michael Kelley
2
-2
/
+33
2022-08-02
nvme: remove a double word in a comment
Xiang wangx
1
-1
/
+1
2022-08-02
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
1
-4
/
+3
2022-08-02
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
3
-5
/
+5
2022-08-02
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
1
-6
/
+7
2022-08-02
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
1
-2
/
+2
2022-08-02
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2
-74
/
+55
2022-08-02
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2
-7
/
+2
2022-08-02
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
1
-4
/
+14
2022-08-02
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
1
-2
/
+41
2022-08-02
block: null_blk: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-4
/
+3
2022-08-02
md: Fix spelling mistake in comments
Zhang Jiaming
1
-2
/
+2
2022-08-02
md/raid5: Increase restriction on max segments per request
Logan Gunthorpe
1
-0
/
+3
2022-08-02
md/raid5: Improve debug prints
Logan Gunthorpe
1
-2
/
+6
2022-08-02
md/raid5: Pivot raid5_make_request()
Logan Gunthorpe
1
-6
/
+83
2022-08-02
md/raid5: Check all disks in a stripe_head for reshape progress
Logan Gunthorpe
1
-14
/
+39
2022-08-02
md/raid5: Refactor add_stripe_bio()
Logan Gunthorpe
1
-30
/
+56
2022-08-02
md/raid5: Keep a reference to last stripe_head for batch
Logan Gunthorpe
1
-12
/
+40
2022-08-02
md/raid5: Refactor for loop in raid5_make_request() into while loop
Logan Gunthorpe
1
-4
/
+5
2022-08-02
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
1
-7
/
+5
2022-08-02
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
1
-6
/
+2
[next]