index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-4
/
+1
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
1
-4
/
+4
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
2
-10
/
+4
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-2
/
+2
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-9
/
+19
2024-06-19
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
2
-20
/
+10
2024-06-19
sd: remove sd_is_zoned
Christoph Hellwig
3
-19
/
+5
2024-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-33
/
+125
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
3
-34
/
+20
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
2
-13
/
+7
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-2
/
+2
2024-06-14
sr: convert to the atomic queue limits API
Christoph Hellwig
1
-17
/
+25
2024-06-14
sd: convert to the atomic queue limits API
Christoph Hellwig
3
-66
/
+85
2024-06-14
sd: cleanup zoned queue limits initialization
Christoph Hellwig
1
-10
/
+8
2024-06-14
sd: factor out a sd_discard_mode helper
Christoph Hellwig
1
-17
/
+20
2024-06-14
sd: simplify the disable case in sd_config_discard
Christoph Hellwig
1
-2
/
+1
2024-06-14
sd: add a sd_disable_write_same helper
Christoph Hellwig
1
-2
/
+8
2024-06-14
sd: add a sd_disable_discard helper
Christoph Hellwig
1
-2
/
+8
2024-06-14
sd: simplify the ZBC case in provisioning_mode_store
Christoph Hellwig
1
-5
/
+4
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
1
-24
/
+5
2024-06-13
scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag
Bart Van Assche
1
-0
/
+4
2024-06-13
scsi: core: Fix an incorrect comment
Bart Van Assche
1
-6
/
+5
2024-06-11
scsi: mpi3mr: Fix ATA NCQ priority support
Damien Le Moal
5
-28
/
+87
2024-06-11
scsi: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
15
-0
/
+17
2024-06-11
scsi: core: Disable CDL by default
Damien Le Moal
1
-0
/
+7
2024-06-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-17
/
+82
2024-06-05
scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory
Breno Leitao
1
-0
/
+19
2024-06-05
scsi: sd: Use READ(16) when reading block zero on large capacity disks
Martin K. Petersen
1
-5
/
+12
2024-06-04
Merge patch series "Declare local functions static"
Martin K. Petersen
4
-8
/
+7
2024-06-04
scsi: powertec: Declare local function static
Bart Van Assche
1
-1
/
+1
2024-06-04
scsi: eesox: Declare local function static
Bart Van Assche
1
-1
/
+1
2024-06-04
scsi: cumana: Declare local function static
Bart Van Assche
1
-1
/
+1
2024-06-04
scsi: acornscsi: Declare local functions static
Bart Van Assche
1
-5
/
+4
2024-06-02
Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-10
/
+6
2024-05-31
scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings
Kees Cook
2
-10
/
+6
2024-05-30
scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'
Dr. David Alan Gilbert
1
-6
/
+0
2024-05-30
scsi: core: Pass sdev to blk_mq_alloc_queue()
John Garry
1
-2
/
+1
2024-05-28
Merge branch '6.10/scsi-queue' into 6.10/scsi-fixes
Martin K. Petersen
8
-17
/
+82
2024-05-28
sd: also set max_user_sectors when setting max_sectors
Christoph Hellwig
1
-1
/
+3
2024-05-23
scsi: core: Handle devices which return an unusually large VPD page count
Martin K. Petersen
1
-0
/
+7
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2024-05-22
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
5
-55
/
+16
2024-05-22
scsi: virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
7
-8
/
+8
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+2
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-6
/
+6
2024-05-16
scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACY
Damien Le Moal
1
-1
/
+1
[prev]
[next]