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
/
swim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
Martin Wilck
1
-0
/
+1
2018-10-16
swim: convert to blk-mq
Omar Sandoval
1
-52
/
+41
2018-10-16
swim: fix cleanup on setup error
Omar Sandoval
1
-2
/
+11
2018-04-17
block/swim: Select appropriate drive on device open
Finn Thain
1
-1
/
+1
2018-04-17
block/swim: Fix IO error at end of medium
Finn Thain
1
-5
/
+8
2018-04-17
block/swim: Check drive type
Finn Thain
1
-2
/
+4
2018-04-17
block/swim: Rename macros to avoid inconsistent inverted logic
Finn Thain
1
-4
/
+4
2018-04-17
block/swim: Don't log an error message for an invalid ioctl
Finn Thain
1
-7
/
+2
2018-04-17
block/swim: Remove extra put_disk() call from error path
Finn Thain
1
-1
/
+0
2018-04-17
block/swim: Fix array bounds check
Finn Thain
1
-1
/
+1
2018-04-17
m68k/mac: Don't remap SWIM MMIO region
Finn Thain
1
-7
/
+3
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
1
-1
/
+1
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
1
-0
/
+2
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-3
/
+3
2017-03-29
swim: stop sharing request queue across multiple gendisks
Omar Sandoval
1
-19
/
+36
2014-10-20
block: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-04-16
block: remove struct request buffer member
Jens Axboe
1
-1
/
+1
2013-09-12
drivers/block/swim.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-06-24
swim: Release memory region after incorrect return/goto
Joe Perches
1
-1
/
+1
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-3
/
+1
2013-02-09
swim: Add missing spinlock init
Jean Delvare
1
-0
/
+1
2013-01-04
Drivers: block: remove __dev* attributes.
Greg Kroah-Hartman
1
-6
/
+5
2011-12-10
m68k/mac: cleanup forward declarations
Finn Thain
1
-1
/
+0
2011-04-21
block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
Tejun Heo
1
-1
/
+0
2011-03-09
swim[3]: Convert to bdops->check_events()
Tejun Heo
1
-3
/
+5
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+8
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+14
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-27
mac68k: rework SWIM platform device
Finn Thain
1
-2
/
+2
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-9
/
+3
2009-05-11
swim: dequeue in-flight request
Tejun Heo
1
-24
/
+23
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-3
/
+3
2009-04-28
swim: clean up request completion paths
Tejun Heo
1
-7
/
+0
2009-04-28
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
1
-7
/
+7
2009-03-26
m68k: mac - Add SWIM floppy support
Laurent Vivier
1
-0
/
+995