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
/
block
/
viodasd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+18
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-1
/
+1
2010-03-01
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-3
/
+2
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2010-02-03
powerpc/viodasd: Remove VIOD_KERN_<level> macros for printks
Joe Perches
1
-50
/
+36
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-11
block: use printk_once
Marcin Slusarz
1
-9
/
+3
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-3
/
+1
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-1
/
+1
2009-05-11
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
1
-3
/
+3
2008-10-21
[PATCH] switch viodasd
Al Viro
1
-7
/
+7
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
1
-2
/
+2
2008-10-07
powerpc/iseries: Remove unused variable in viodasd.c
Johann Felix Soden
1
-3
/
+0
2008-05-23
[POWERPC] iSeries: Remove unused mail address
Stephen Rothwell
1
-1
/
+1
2008-04-01
[POWERPC] Use FIELD_SIZEOF in drivers/block/viodasd.c
Julia Lawall
1
-1
/
+1
2008-03-13
[POWERPC] Fix viodasd driver with scatterlist debug
Benjamin Herrenschmidt
1
-2
/
+1
2008-01-28
blk_end_request: changing viodasd (take 4)
Kiyoshi Ueda
1
-9
/
+6
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-0
/
+2
2007-10-11
[POWERPC] iSeries: Move viodasd probing
Stephen Rothwell
1
-52
/
+25
2007-08-12
Clean up duplicate includes in drivers/block/
Jesper Juhl
1
-1
/
+0
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-1
/
+1
2007-07-10
[POWERPC] Fix viodasd geometry calculations
Stephen Rothwell
1
-2
/
+2
2006-12-20
[POWERPC] iSeries: fix viodasd init
Stephen Rothwell
1
-0
/
+6
2006-12-04
[POWERPC] iSeries: improve viodasd initialisation
Stephen Rothwell
1
-13
/
+36
2006-06-26
[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-2
/
+0
2006-05-19
[PATCH] powerpc: update iSeries viodasd device-tree entries
Stephen Rothwell
1
-1
/
+1
2006-01-12
[PATCH] powerpc: remove bitfields from HvLpEvent
Stephen Rothwell
1
-17
/
+15
2006-01-09
[PATCH] Add block_device_operations.getgeo block device method
Christoph Hellwig
1
-35
/
+9
2006-01-06
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
Tejun Heo
1
-1
/
+1
2005-11-02
merge filename and modify references to iseries/vio.h
Kelly Daly
1
-1
/
+1
2005-11-02
merge filename and modify references to iseries/hv_types.h
Kelly Daly
1
-1
/
+1
2005-11-02
merge filename and modify references to iseries/hv_lp_event.h
Kelly Daly
1
-1
/
+1
2005-11-02
merge filename and modify reference to iseries/hv_lp_config.h
Kelly Daly
1
-1
/
+1
2005-10-24
powerpc: set the driver.owner field for all vio drivers
Stephen Rothwell
1
-1
/
+2
2005-10-24
powerpc: don't duplicate name between vio_driver and device_driver
Stephen Rothwell
1
-2
/
+4
2005-08-30
[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
Stephen Rothwell
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+846