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
/
aoe
/
aoechr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
aoe: make aoe_class a static const structure
Ivan Orlov
1
-13
/
+17
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2021-06-09
aoe: remove unnecessary oom message
Zhen Lei
1
-3
/
+1
2013-05-01
aoe: replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
1
-2
/
+1
2012-12-18
aoe: whitespace cleanup
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: describe the behavior of the "err" character device
Ed Cashin
1
-0
/
+5
2012-10-05
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: update copyright year in touched files
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: remove unused code and add cosmetic improvements
Ed Cashin
1
-0
/
+1
2012-10-05
aoe: do revalidation steps in order
Ed Cashin
1
-2
/
+2
2012-10-05
aoe: become I/O request queue handler for increased user control
Ed Cashin
1
-0
/
+1
2012-10-05
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
1
-2
/
+1
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-11-01
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
1
-0
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-4
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-2
/
+2
2009-06-16
Driver Core: aoe: add nodename for aoe devices
Kay Sievers
1
-0
/
+7
2008-10-16
device create: block: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-09-22
aoe: Use SKB interfaces for list management instead of home-grown stuff.
David S. Miller
1
-1
/
+7
2008-07-25
aoe: convert emsgs_sema into a completion
Matthias Kaehlcke
1
-4
/
+5
2008-07-22
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-06-21
AoE: cdev lock_kernel() pushdown
Jonathan Corbet
1
-1
/
+6
2008-02-08
aoe: update copyright date
Ed L. Cashin
1
-1
/
+1
2008-02-08
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
1
-0
/
+5
2008-02-08
aoe: eliminate goto and improve readability
Ed L. Cashin
1
-35
/
+34
2008-02-08
aoe: handle multiple network paths to AoE device
Ed L. Cashin
1
-4
/
+13
2008-01-25
aoechr: Convert from class_device to device
Tony Jones
1
-4
/
+3
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
1
-1
/
+1
2006-10-18
aoe: revert printk macros
Ed L. Cashin
1
-5
/
+6
2006-10-18
aoe: clean up printks via macros
Ed L. Cashin
1
-8
/
+5
2006-10-18
aoe: jumbo frame support 1 of 2
Ed L. Cashin
1
-0
/
+1
2006-10-18
aoe: remove unused NARGS enum
Ed L. Cashin
1
-1
/
+0
2006-10-18
aoe: update copyright date
Ed L. Cashin
1
-1
/
+1
2006-07-11
[PATCH] aoe: cleanup i_rdev usage
Eric Sesterhenn
1
-1
/
+1
2006-03-24
[PATCH] aoe [2/8]: support dynamic resizing of AoE devices
Ed L. Cashin
1
-0
/
+37
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-1
/
+1
2005-06-21
[PATCH] class: convert drivers/block/* to use the new class api instead of cl...
gregkh@suse.de
1
-5
/
+5
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+244