index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmalloc
Mikulas Patocka
2023-06-27
2
-21
/
+1
*
dm integrity: scale down the recalculate buffer if memory allocation fails
Mikulas Patocka
2023-06-27
1
-5
/
+11
*
dm integrity: only allocate recalculate buffer when needed
Mikulas Patocka
2023-06-27
1
-26
/
+26
*
dm integrity: reduce vmalloc space footprint on 32-bit architectures
Mikulas Patocka
2023-06-27
1
-2
/
+2
*
dm ioctl: Refuse to create device named "." or ".."
Demi Marie Obenour
2023-06-23
1
-2
/
+4
*
dm ioctl: Refuse to create device named "control"
Demi Marie Obenour
2023-06-23
1
-1
/
+6
*
dm ioctl: Avoid double-fetch of version
Demi Marie Obenour
2023-06-23
1
-12
/
+21
*
dm ioctl: structs and parameter strings must not overlap
Demi Marie Obenour
2023-06-23
1
-7
/
+21
*
dm ioctl: Avoid pointer arithmetic overflow
Demi Marie Obenour
2023-06-23
1
-0
/
+16
*
dm ioctl: Check dm_target_spec is sufficiently aligned
Demi Marie Obenour
2023-06-23
1
-0
/
+9
*
dm integrity: Use %*ph for printing hexdump of a small buffer
Andy Shevchenko
2023-06-22
1
-18
/
+3
*
dm thin: disable discards for thin-pool if no_discard_passdown
Mike Snitzer
2023-06-16
1
-8
/
+5
*
dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.h
Mike Snitzer
2023-06-16
1
-3
/
+0
*
dm: skip dm-stats work in alloc_io() unless needed
Mike Snitzer
2023-06-16
1
-1
/
+2
*
dm: avoid needless dm_io access if all IO accounting is disabled
Mike Snitzer
2023-06-16
1
-22
/
+21
*
dm: support turning off block-core's io stats accounting
Li Nan
2023-06-16
2
-6
/
+13
*
dm zone: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2023-06-16
1
-8
/
+7
*
dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client
Li Lingfeng
2023-06-16
6
-34
/
+44
*
dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipher
Mikulas Patocka
2023-06-16
1
-1
/
+1
*
dm thin: update .io_hints methods to not require handling discards last
Mike Snitzer
2023-06-16
1
-14
/
+12
*
dm thin: remove return code variable in pool_map
Mike Snitzer
2023-06-16
1
-3
/
+1
*
dm flakey: introduce random_read_corrupt and random_write_corrupt options
Mikulas Patocka
2023-06-16
1
-20
/
+100
*
dm flakey: clone pages on write bio before corrupting them
Mikulas Patocka
2023-06-16
1
-9
/
+95
*
dm crypt: allocate compound pages if possible
Mikulas Patocka
2023-06-16
1
-14
/
+35
*
Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...
Jens Axboe
2023-06-16
13
-910
/
+898
|
\
|
*
nvme: forward port sysfs delete fix
Keith Busch
2023-06-16
1
-0
/
+3
|
*
nvme: skip optional id ctrl csi if it failed
Keith Busch
2023-06-12
2
-1
/
+5
|
*
nvme-core: use nvme_ns_head_multipath instead of ns->head->disk
Irvin Cote
2023-06-12
1
-1
/
+1
|
*
nvmet-fcloop: Do not wait on completion when unregister fails
Daniel Wagner
2023-06-12
1
-1
/
+2
|
*
nvme-fabrics: open code __nvmf_host_find()
Chaitanya Kulkarni
2023-06-12
1
-48
/
+27
|
*
nvme-fabrics: error out to unlock the mutex
Chaitanya Kulkarni
2023-06-12
1
-2
/
+4
|
*
nvme: Increase block size variable size to 32-bit
Daniel Gomez
2023-06-12
1
-1
/
+1
|
*
nvme-fcloop: no need to return from void function
Chaitanya Kulkarni
2023-06-12
1
-2
/
+0
|
*
nvmet-auth: remove unnecessary break after goto
Chaitanya Kulkarni
2023-06-12
1
-4
/
+0
|
*
nvmet-auth: remove some dead code
Christophe JAILLET
2023-06-12
1
-9
/
+0
|
*
nvme-core: remove redundant check from nvme_init_ns_head
Irvin Cote
2023-06-12
1
-1
/
+1
|
*
nvme: move sysfs code to a dedicated sysfs.c file
Max Gurtovoy
2023-06-12
4
-655
/
+672
|
*
nvme-fabrics: prevent overriding of existing host
Max Gurtovoy
2023-06-12
1
-27
/
+71
|
*
nvme-fabrics: check hostid using uuid_equal
Max Gurtovoy
2023-06-12
1
-1
/
+1
|
*
nvme-fabrics: unify common code in admin and io queue connect
Max Gurtovoy
2023-06-12
1
-31
/
+43
|
*
nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
Christophe JAILLET
2023-06-12
1
-3
/
+3
|
*
nvmet: reorder fields in 'struct nvmf_ctrl_options'
Christophe JAILLET
2023-06-12
1
-4
/
+4
|
*
nvme: reorder fields in 'struct nvme_ctrl'
Christophe JAILLET
2023-06-12
1
-3
/
+3
|
*
nvmet: reorder fields in 'struct nvmet_sq'
Christophe JAILLET
2023-06-12
1
-1
/
+1
|
*
nvme-fabrics: add queue setup helpers
Keith Busch
2023-06-12
4
-162
/
+96
|
*
nvme-pci: cleaning up nvme_pci_init_request
Irvin Cote
2023-06-12
1
-2
/
+1
|
*
nvme-rdma: fix typo in comment
Max Gurtovoy
2023-06-12
1
-1
/
+1
|
*
nvme-core: fix dev_pm_qos memleak
Chaitanya Kulkarni
2023-06-12
1
-0
/
+1
|
*
nvme-core: add missing fault-injection cleanup
Chaitanya Kulkarni
2023-06-12
1
-0
/
+1
|
*
nvme-core: fix memory leak in dhchap_ctrl_secret
Chaitanya Kulkarni
2023-06-12
1
-2
/
+5
[next]