index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bsg.h
Age
Commit message (
Expand
)
Author
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2021-07-30
scsi: bsg: Move the whole request execution into the SCSI/transport handlers
Christoph Hellwig
2021-07-30
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-28
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
Christoph Hellwig
2018-05-29
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2018-03-13
bsg: split handling of SCSI CDBs vs transport requeues
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2009-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2009-03-24
bsg: add support for tail queuing
Boaz Harrosh
2009-03-13
[SCSI] bsg: add linux/types.h include to bsg.h
Douglas Gilbert
2008-04-22
[SCSI] bsg: add release callback support
FUJITA Tomonori
2008-04-19
SCSI: convert struct class_device to struct device
Tony Jones
2007-07-31
[SCSI] bsg: update sg_io_v4 structure
FUJITA Tomonori
2007-07-24
[SCSI] bsg: fix unused variable warnings for BLK_DEV_BSG=n
James Bottomley
2007-07-23
[SCSI] bsg: use lib/idr.c to find a unique minor number
FUJITA Tomonori
2007-07-21
[SCSI] bsg: make class backlinks
James Bottomley
2007-07-17
Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG
Geert Uytterhoeven
2007-07-16
bsg: add SCSI transport-level request support
FUJITA Tomonori
2007-07-16
bsg: minor bug fixes
FUJITA Tomonori
2007-07-16
bsg: bind bsg to request_queue instead of gendisk
FUJITA Tomonori
2007-07-16
Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspace
FUJITA Tomonori
2007-07-16
bsg: use u32 etc instead of uint32_t
Jens Axboe
2007-07-16
bsg: add sg_io_v4 structure
FUJITA Tomonori
2007-07-16
bsg: support for full generic block layer SG v3
Jens Axboe