index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: rework NVME_AUTH Kconfig selection
Hannes Reinecke
2023-10-12
7
-20
/
+19
*
nvmet-tcp: peek icreq before starting TLS
Hannes Reinecke
2023-10-11
3
-9
/
+82
*
nvmet-tcp: control messages for recvmsg()
Hannes Reinecke
2023-10-11
1
-13
/
+80
*
nvmet-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-10-11
4
-4
/
+187
*
nvmet: Set 'TREQ' to 'required' when TLS is enabled
Hannes Reinecke
2023-10-11
2
-2
/
+18
*
nvmet-tcp: allocate socket file
Hannes Reinecke
2023-10-11
1
-4
/
+14
*
nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
Hannes Reinecke
2023-10-11
1
-10
/
+10
*
nvmet: make TCP sectype settable via configfs
Hannes Reinecke
2023-10-11
1
-1
/
+74
*
nvme-fabrics: parse options 'keyring' and 'tls_key'
Hannes Reinecke
2023-10-11
3
-5
/
+70
*
nvme-tcp: improve icreq/icresp logging
Hannes Reinecke
2023-10-11
1
-2
/
+8
*
nvme-tcp: control message handling for recvmsg()
Hannes Reinecke
2023-10-11
1
-1
/
+16
*
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-10-11
7
-7
/
+185
*
nvme-tcp: allocate socket file
Hannes Reinecke
2023-10-11
1
-2
/
+11
*
security/keys: export key_lookup()
Hannes Reinecke
2023-10-11
2
-0
/
+2
*
nvme-keyring: implement nvme_tls_psk_default()
Hannes Reinecke
2023-10-11
2
-0
/
+56
*
nvme-tcp: add definitions for TLS cipher suites
Hannes Reinecke
2023-10-11
1
-0
/
+6
*
nvme: add TCP TSAS definitions
Hannes Reinecke
2023-10-11
1
-0
/
+10
*
nvme-keyring: define a 'psk' keytype
Hannes Reinecke
2023-10-11
1
-0
/
+94
*
nvme-keyring: register '.nvme' keyring
Hannes Reinecke
2023-10-11
5
-3
/
+82
*
nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
Kees Cook
2023-10-05
1
-1
/
+2
*
aoe: replace strncpy with strscpy
Justin Stitt
2023-10-04
1
-2
/
+1
*
null_blk: replace strncpy with strscpy
Justin Stitt
2023-10-04
1
-1
/
+1
*
cdrom: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-10-03
1
-1
/
+0
*
Merge tag 'md-next-20230927' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2023-09-29
9
-201
/
+313
|
\
|
*
md: replace deprecated strncpy with memcpy
Justin Stitt
2023-09-25
1
-3
/
+3
|
*
md/md-linear: Annotate struct linear_conf with __counted_by
Kees Cook
2023-09-22
2
-14
/
+14
|
*
md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()
Yu Kuai
2023-09-22
1
-7
/
+2
|
*
md: don't check 'mddev->pers' from suspend_hi_store()
Yu Kuai
2023-09-22
1
-6
/
+1
|
*
md-bitmap: suspend array earlier in location_store()
Yu Kuai
2023-09-22
1
-23
/
+20
|
*
md-bitmap: remove the checking of 'pers->quiesce' from location_store()
Yu Kuai
2023-09-22
1
-4
/
+0
|
*
md: don't rely on 'mddev->pers' to be set in mddev_suspend()
Yu Kuai
2023-09-22
1
-1
/
+1
|
*
md: initialize 'writes_pending' while allocating mddev
Yu Kuai
2023-09-22
5
-26
/
+13
|
*
md: initialize 'active_io' while allocating mddev
Yu Kuai
2023-09-22
3
-22
/
+41
|
*
md: delay remove_and_add_spares() for read only array to md_start_sync()
Yu Kuai
2023-09-22
1
-10
/
+51
|
*
md: factor out a helper rdev_addable() from remove_and_add_spares()
Yu Kuai
2023-09-22
1
-12
/
+27
|
*
md: factor out a helper rdev_is_spare() from remove_and_add_spares()
Yu Kuai
2023-09-22
1
-5
/
+10
|
*
md: factor out a helper rdev_removeable() from remove_and_add_spares()
Yu Kuai
2023-09-22
1
-6
/
+38
|
*
md: delay choosing sync action to md_start_sync()
Yu Kuai
2023-09-22
1
-34
/
+39
|
*
md: factor out a helper to choose sync action from md_check_recovery()
Yu Kuai
2023-09-22
1
-25
/
+45
|
*
md: use separate work_struct for md_start_sync()
Yu Kuai
2023-09-22
2
-5
/
+10
*
|
badblocks: switch to the improved badblock handling code
Coly Li
2023-09-26
1
-305
/
+3
*
|
badblocks: improve badblocks_check() for multiple ranges handling
Coly Li
2023-09-26
1
-0
/
+97
*
|
badblocks: improve badblocks_clear() for multiple ranges handling
Coly Li
2023-09-26
1
-0
/
+325
*
|
badblocks: improve badblocks_set() for multiple ranges handling
Coly Li
2023-09-26
1
-20
/
+544
*
|
badblocks: add helper routines for badblock ranges handling
Coly Li
2023-09-26
1
-0
/
+386
*
|
badblocks: add more helper structure and routines in badblocks.h
Coly Li
2023-09-26
1
-0
/
+30
|
/
*
block/null_blk: add queue_rqs() support
Chengming Zhou
2023-09-22
1
-0
/
+20
*
blk-mq: update driver tags request table when start request
Chengming Zhou
2023-09-22
4
-6
/
+1
*
blk-mq: support batched queue_rqs() on shared tags queue
Chengming Zhou
2023-09-22
1
-6
/
+1
*
blk-mq: remove RQF_MQ_INFLIGHT
Chengming Zhou
2023-09-22
4
-16
/
+2
[next]