index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2006-10-18
aoe: zero copy write 1 of 2
Ed L. Cashin
1
-12
/
+30
2006-10-18
aoe: update copyright date
Ed L. Cashin
1
-1
/
+1
2006-10-18
aoe: eliminate isbusy message
Ed L. Cashin
1
-4
/
+1
2006-03-24
[PATCH] aoe [2/8]: support dynamic resizing of AoE devices
Ed L. Cashin
1
-21
/
+48
2005-09-08
[PATCH] drivers: convert kcalloc to kzalloc
Pekka Enberg
1
-1
/
+1
2005-05-04
[PATCH] aoe: allow multiple aoe devices to have the same mac
Ed L Cashin
1
-7
/
+4
2005-04-19
[PATCH] aoe 5/12: don't try to free null bufpool
ecashin@coraid.com
1
-1
/
+2
2005-04-19
[PATCH] aoe 2/12: allow multiple aoe devices with same MAC
ecashin@coraid.com
1
-3
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+180