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
starfive-6.6.48-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
/
aoe
/
aoedev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
aoe: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-2
/
+1
2019-08-08
block: aoe: Fix kernel crash due to atomic sleep when exiting
He Zhe
1
-3
/
+10
2018-11-10
aoe: replace ->special use with private data in the request
Christoph Hellwig
1
-5
/
+6
2018-10-14
aoe: convert aoeblk to blk-mq
Jens Axboe
1
-6
/
+8
2018-09-28
aoe: register default groups with device_add_disk()
Hannes Reinecke
1
-1
/
+0
2018-08-08
drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy
zhong jiang
1
-2
/
+2
2017-11-15
block/aoe: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-1
/
+1
2013-09-12
aoe: remove custom implementation of kbasename()
Andy Shevchenko
1
-6
/
+3
2013-09-12
aoe: add AoE-target files to debugfs
Ed Cashin
1
-0
/
+1
2013-07-04
aoe: update copyright date
Ed Cashin
1
-1
/
+1
2013-07-04
aoe: perform I/O completions in parallel
Ed Cashin
1
-1
/
+0
2012-12-18
aoe: fix use after free in aoedev_by_aoeaddr()
Dan Carpenter
1
-0
/
+1
2012-12-18
aoe: use dynamic number of remote ports for AoE storage target
Ed Cashin
1
-2
/
+10
2012-12-18
aoe: avoid races between device destruction and discovery
Ed Cashin
1
-59
/
+107
2012-12-18
aoe: improve handling of misbehaving network paths
Ed Cashin
1
-1
/
+0
2012-12-18
aoe: return real minor number for static minors
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: initialize sysminor to avoid compiler warning
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: make error messages more specific in static minor allocation
Ed Cashin
1
-11
/
+20
2012-12-18
aoe: commands in retransmit queue use new destination on failure
Ed Cashin
1
-11
/
+21
2012-12-18
aoe: improve network congestion handling
Ed Cashin
1
-2
/
+4
2012-12-18
aoe: support the forgetting (flushing) of a user-specified AoE target
Ed Cashin
1
-6
/
+38
2012-10-05
aoe: make dynamic block minor numbers the default
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: retain static block device numbers for backwards compatibility
Ed Cashin
1
-3
/
+51
2012-10-05
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
1
-27
/
+59
2012-10-05
aoe: update copyright year in touched files
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: increase net_device reference count while using it
Ed Cashin
1
-0
/
+7
2012-10-05
aoe: associate frames with the AoE storage target
Ed Cashin
1
-13
/
+17
2012-10-05
aoe: become I/O request queue handler for increased user control
Ed Cashin
1
-29
/
+64
2012-10-05
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
1
-34
/
+50
2012-10-05
aoe: for performance support larger packet payloads
Ed Cashin
1
-0
/
+1
2010-10-28
aoe: don't use flush_scheduled_work()
Tejun Heo
1
-3
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-09
aoe: allocate unused request_queue for sysfs
Ed Cashin
1
-0
/
+1
2009-03-04
aoe: error printed 1 too early
Roel Kluin
1
-1
/
+1
2008-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-6
/
+6
2008-10-09
block: move capacity from disk to part0
Tejun Heo
1
-1
/
+1
2008-09-22
aoe: Use SKB interfaces for list management instead of home-grown stuff.
David S. Miller
1
-6
/
+6
2008-04-29
remove aoedev_isbusy()
Adrian Bunk
1
-18
/
+0
2008-02-08
aoe: statically initialise devlist_lock
Andrew Morton
1
-3
/
+1
2008-02-08
aoe: update copyright date
Ed L. Cashin
1
-1
/
+1
2008-02-08
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
1
-7
/
+45
2008-02-08
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
1
-19
/
+68
2008-02-08
aoe: handle multiple network paths to AoE device
Ed L. Cashin
1
-89
/
+79
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-2
/
+2
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-1
/
+1
2006-10-18
aoe: revert printk macros
Ed L. Cashin
1
-1
/
+1
2006-10-18
aoe: zero copy write 2 of 2
Ed L. Cashin
1
-0
/
+1
2006-10-18
aoe: clean up printks via macros
Ed L. Cashin
1
-1
/
+1
[next]