index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
/
aoedev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aoe: remove custom implementation of kbasename()
Andy Shevchenko
2013-09-11
1
-6
/
+3
*
aoe: add AoE-target files to debugfs
Ed Cashin
2013-09-11
1
-0
/
+1
*
aoe: update copyright date
Ed Cashin
2013-07-03
1
-1
/
+1
*
aoe: perform I/O completions in parallel
Ed Cashin
2013-07-03
1
-1
/
+0
*
aoe: fix use after free in aoedev_by_aoeaddr()
Dan Carpenter
2012-12-17
1
-0
/
+1
*
aoe: use dynamic number of remote ports for AoE storage target
Ed Cashin
2012-12-17
1
-2
/
+10
*
aoe: avoid races between device destruction and discovery
Ed Cashin
2012-12-17
1
-59
/
+107
*
aoe: improve handling of misbehaving network paths
Ed Cashin
2012-12-17
1
-1
/
+0
*
aoe: return real minor number for static minors
Ed Cashin
2012-12-17
1
-1
/
+1
*
aoe: initialize sysminor to avoid compiler warning
Ed Cashin
2012-12-17
1
-1
/
+1
*
aoe: make error messages more specific in static minor allocation
Ed Cashin
2012-12-17
1
-11
/
+20
*
aoe: commands in retransmit queue use new destination on failure
Ed Cashin
2012-12-17
1
-11
/
+21
*
aoe: improve network congestion handling
Ed Cashin
2012-12-17
1
-2
/
+4
*
aoe: support the forgetting (flushing) of a user-specified AoE target
Ed Cashin
2012-12-17
1
-6
/
+38
*
aoe: make dynamic block minor numbers the default
Ed Cashin
2012-10-06
1
-1
/
+1
*
aoe: retain static block device numbers for backwards compatibility
Ed Cashin
2012-10-06
1
-3
/
+51
*
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
2012-10-06
1
-27
/
+59
*
aoe: update copyright year in touched files
Ed Cashin
2012-10-06
1
-1
/
+1
*
aoe: increase net_device reference count while using it
Ed Cashin
2012-10-06
1
-0
/
+7
*
aoe: associate frames with the AoE storage target
Ed Cashin
2012-10-06
1
-13
/
+17
*
aoe: become I/O request queue handler for increased user control
Ed Cashin
2012-10-06
1
-29
/
+64
*
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
2012-10-06
1
-34
/
+50
*
aoe: for performance support larger packet payloads
Ed Cashin
2012-10-06
1
-0
/
+1
*
aoe: don't use flush_scheduled_work()
Tejun Heo
2010-10-28
1
-3
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
aoe: allocate unused request_queue for sysfs
Ed Cashin
2009-09-09
1
-0
/
+1
*
aoe: error printed 1 too early
Roel Kluin
2009-03-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2008-10-11
1
-6
/
+6
|
\
|
*
aoe: Use SKB interfaces for list management instead of home-grown stuff.
David S. Miller
2008-09-21
1
-6
/
+6
*
|
block: move capacity from disk to part0
Tejun Heo
2008-10-09
1
-1
/
+1
|
/
*
remove aoedev_isbusy()
Adrian Bunk
2008-04-29
1
-18
/
+0
*
aoe: statically initialise devlist_lock
Andrew Morton
2008-02-08
1
-3
/
+1
*
aoe: update copyright date
Ed L. Cashin
2008-02-08
1
-1
/
+1
*
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
2008-02-08
1
-7
/
+45
*
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
2008-02-08
1
-19
/
+68
*
aoe: handle multiple network paths to AoE device
Ed L. Cashin
2008-02-08
1
-89
/
+79
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-2
/
+2
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-1
/
+1
*
aoe: revert printk macros
Ed L. Cashin
2006-10-18
1
-1
/
+1
*
aoe: zero copy write 2 of 2
Ed L. Cashin
2006-10-18
1
-0
/
+1
*
aoe: clean up printks via macros
Ed L. Cashin
2006-10-18
1
-1
/
+1
*
aoe: zero copy write 1 of 2
Ed L. Cashin
2006-10-18
1
-12
/
+30
*
aoe: update copyright date
Ed L. Cashin
2006-10-18
1
-1
/
+1
*
aoe: eliminate isbusy message
Ed L. Cashin
2006-10-18
1
-4
/
+1
*
[PATCH] aoe [2/8]: support dynamic resizing of AoE devices
Ed L. Cashin
2006-03-23
1
-21
/
+48
*
[PATCH] drivers: convert kcalloc to kzalloc
Pekka Enberg
2005-09-07
1
-1
/
+1
*
[PATCH] aoe: allow multiple aoe devices to have the same mac
Ed L Cashin
2005-05-03
1
-7
/
+4
*
[PATCH] aoe 5/12: don't try to free null bufpool
ecashin@coraid.com
2005-04-18
1
-1
/
+2
*
[PATCH] aoe 2/12: allow multiple aoe devices with same MAC
ecashin@coraid.com
2005-04-18
1
-3
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+180