index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
1
-17
/
+17
2008-10-11
ide: add ide_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-45
/
+1
2008-10-11
ide-scsi: cleanup ide_scsi_io_buffers()
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2008-10-11
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-11
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
1
-16
/
+36
2008-10-11
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-11
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-11
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
29
-168
/
+1069
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
28
-841
/
+364
2008-10-10
Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2008-10-09
sg: remove unnecessary blk_rq_unmap_user
FUJITA Tomonori
1
-7
/
+0
2008-10-09
sg: remove sg_read_xfer
FUJITA Tomonori
1
-28
/
+5
2008-10-09
sg: remove sg_write_xfer
FUJITA Tomonori
1
-32
/
+0
2008-10-09
sg: incorporate sg_build_direct into sg_start_req
FUJITA Tomonori
1
-47
/
+33
2008-10-09
sg: remove __sg_start_req
FUJITA Tomonori
1
-25
/
+13
2008-10-09
sg: remove b_malloc_len in sg_scatter_hold struct
FUJITA Tomonori
1
-2
/
+0
2008-10-09
sg: remove SG_ALLOW_DIO_CODE define
FUJITA Tomonori
1
-3
/
+1
2008-10-09
sg: rename sg_cmd_done sg_rq_end_io
FUJITA Tomonori
1
-11
/
+12
2008-10-09
block: unify request timeout handling
Jens Axboe
26
-306
/
+142
2008-10-09
SCSI sd driver calls revalidate_disk wrapper.
Andrew Patterson
1
-2
/
+2
2008-10-09
sg: set dxferp to NULL for READ with the older SG interface
FUJITA Tomonori
1
-1
/
+4
2008-10-09
sg: use blk_rq_aligned helper function
FUJITA Tomonori
1
-3
/
+1
2008-10-09
sg: convert the indirect IO path to use the block layer
FUJITA Tomonori
1
-292
/
+105
2008-10-09
sg: convert the direct IO path to use the block layer
FUJITA Tomonori
1
-146
/
+27
2008-10-09
sg: convert the non-data path to use the block layer
FUJITA Tomonori
1
-5
/
+48
2008-10-09
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
1
-1
/
+1
2008-10-09
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
1
-1
/
+1
2008-10-09
block: allow disk to have extended device number
Tejun Heo
1
-20
/
+54
2008-10-09
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
1
-7
/
+2
2008-10-09
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
Tejun Heo
1
-0
/
+6
2008-10-09
sd/ide-disk: apply extended minors to sd and ide
Tejun Heo
1
-2
/
+7
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-1
/
+1
2008-10-03
[SCSI] scsi_dh: suppress comparison warning
James Bottomley
1
-2
/
+2
2008-10-03
[SCSI] scsi_dh: add Dell product information into rdac device handler
Yanqing_Liu@Dell.com
1
-0
/
+2
2008-10-03
[SCSI] qla2xxx: remove the unused SCSI_QLOGIC_FC_FIRMWARE option
Adrian Bunk
1
-8
/
+0
2008-10-03
[SCSI] qla2xxx: fix printk format warnings
Alexander Beregalov
1
-4
/
+6
2008-10-03
[SCSI] qla2xxx: Update version number to 8.02.01-k8.
Andrew Vasquez
1
-1
/
+1
2008-10-03
[SCSI] qla2xxx: Ignore payload reserved-bits during RSCN processing.
Ravi Anand
1
-1
/
+3
2008-10-03
[SCSI] qla2xxx: Additional residual-count corrections during UNDERRUN handling.
Andrew Vasquez
1
-2
/
+3
2008-10-03
[SCSI] qla2xxx: Fix "occured" spelling errors.
Bjorn Helgaas
5
-11
/
+11
2008-10-03
[SCSI] qla2xxx: Add NPIV-Config Table support.
Andrew Vasquez
5
-2
/
+133
2008-10-03
[SCSI] qla2xxx: Add Flash Layout Table support.
Andrew Vasquez
7
-44
/
+272
2008-10-03
[SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations.
Andrew Vasquez
2
-2
/
+2
2008-10-03
[SCSI] qla2xxx: Add input/output byte-count statistics.
Harish Zunjarrao
3
-7
/
+21
2008-10-03
[SCSI] libiscsi: return error passed in during iscsi recovery
Mike Christie
1
-1
/
+1
2008-10-03
[SCSI] fc_transport: Add an API to allow an LLD to create vports
Andrew Vasquez
1
-28
/
+26
[next]