index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
/
aoecmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aoe: copy fallback timing information on destination failover
Ed Cashin
2012-12-18
1
-0
/
+1
*
aoe: commands in retransmit queue use new destination on failure
Ed Cashin
2012-12-18
1
-22
/
+53
*
aoe: use high-resolution RTTs with fallback to low-res
Ed Cashin
2012-12-18
1
-7
/
+50
*
aoe: manipulate aoedev network stats under lock
Ed Cashin
2012-12-18
1
-2
/
+2
*
aoe: err device: include MAC addresses for unexpected responses
Ed Cashin
2012-12-18
1
-2
/
+4
*
aoe: improve network congestion handling
Ed Cashin
2012-12-18
1
-67
/
+106
*
aoe: provide ATA identify device content to user on request
Ed Cashin
2012-12-18
1
-0
/
+16
*
aoe: whitespace cleanup
Ed Cashin
2012-12-18
1
-3
/
+3
*
aoe: cleanup: remove unused ata_scnt function
Ed Cashin
2012-12-18
1
-10
/
+0
*
aoe: update cap on outstanding commands based on config query response
Ed Cashin
2012-12-18
1
-1
/
+5
*
aoe: avoid running request handler on plugged queue
Ed Cashin
2012-11-23
1
-1
/
+1
*
aoe: update and specify AoE address guards and error messages
Ed Cashin
2012-10-05
1
-6
/
+11
*
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
2012-10-05
1
-17
/
+8
*
aoe: update copyright year in touched files
Ed Cashin
2012-10-05
1
-1
/
+1
*
aoe: remove unused code and add cosmetic improvements
Ed Cashin
2012-10-05
1
-9
/
+4
*
aoe: increase net_device reference count while using it
Ed Cashin
2012-10-05
1
-0
/
+4
*
aoe: associate frames with the AoE storage target
Ed Cashin
2012-10-05
1
-37
/
+28
*
aoe: disallow unsupported AoE minor addresses
Ed Cashin
2012-10-05
1
-0
/
+7
*
aoe: failover remote interface based on aoe_deadsecs parameter
Ed Cashin
2012-10-05
1
-5
/
+3
*
aoe: use packets that work with the smallest-MTU local interface
Ed Cashin
2012-10-05
1
-68
/
+83
*
aoe: use a kernel thread for transmissions
Ed Cashin
2012-10-05
1
-2
/
+2
*
aoe: become I/O request queue handler for increased user control
Ed Cashin
2012-10-05
1
-79
/
+203
*
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
2012-10-05
1
-261
/
+471
*
aoe: for performance support larger packet payloads
Ed Cashin
2012-10-05
1
-42
/
+96
*
aoe: assert AoE packets marked as requiring no checksum
Ed Cashin
2012-09-21
1
-0
/
+1
*
aoe: remove dev_base_lock use from aoecmd_cfg_pkts()
Eric Dumazet
2010-11-08
1
-3
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
aoe: switch to the new bio_flush_dcache_pages() interface
Andrew Morton
2009-12-22
1
-16
/
+1
*
aoe: prevent cache aliases
Peter Horton
2009-12-02
1
-2
/
+21
*
aoe: Remove superfluous clearing of skb fields in new_skb().
David S. Miller
2009-05-28
1
-7
/
+0
*
aoe: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2009-04-01
1
-11
/
+12
*
aoe: remove private mac address format function
Harvey Harrison
2008-11-25
1
-12
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2008-10-11
1
-53
/
+32
|
\
|
*
aoe: Use SKB interfaces for list management instead of home-grown stuff.
David S. Miller
2008-09-22
1
-53
/
+32
*
|
block: move stats from disk to part0
Tejun Heo
2008-10-09
1
-6
/
+6
*
|
block: move capacity from disk to part0
Tejun Heo
2008-10-09
1
-2
/
+2
*
|
block: fix diskstats access
Tejun Heo
2008-10-09
1
-7
/
+8
*
|
block: fix disk->part[] dereferencing race
Tejun Heo
2008-10-09
1
-1
/
+5
*
|
block: misc updates
Tejun Heo
2008-10-09
1
-1
/
+1
|
/
*
block: use get_unaligned_* helpers
Harvey Harrison
2008-07-04
1
-1
/
+1
*
block: avoid duplicate calls to get_part() in disk stat code
Jens Axboe
2008-05-07
1
-4
/
+6
*
drivers/block: use get_unaligned_* helpers
Harvey Harrison
2008-04-29
1
-12
/
+12
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-02-08
1
-6
/
+6
|
\
|
*
Enhanced partition statistics: aoe fix
Jerome Marchand
2008-02-08
1
-4
/
+4
*
|
aoe: update copyright date
Ed L. Cashin
2008-02-08
1
-1
/
+1
*
|
aoe: make error messages more specific
Ed L. Cashin
2008-02-08
1
-8
/
+7
*
|
aoe: the aoeminor doesn't need a long format
Ed L. Cashin
2008-02-08
1
-2
/
+3
*
|
aoe: add module parameter for users who need more outstanding I/O
Ed L. Cashin
2008-02-08
1
-3
/
+7
*
|
aoe: only install new AoE device once
Ed L. Cashin
2008-02-08
1
-0
/
+2
*
|
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
2008-02-08
1
-34
/
+83
[prev]
[next]