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