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
/
aoecmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-04
mm: close PageTail race
David Rientjes
1
-2
/
+2
2013-11-24
aoe: Convert to immutable biovecs
Kent Overstreet
1
-84
/
+51
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-8
/
+8
2013-11-24
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
1
-1
/
+1
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-3
/
+3
2013-09-12
aoe: suppress compiler warnings
Andy Shevchenko
1
-4
/
+0
2013-08-14
aoe: adjust ref of head for compound page tails
Ed Cashin
1
-10
/
+7
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
-26
/
+126
2013-07-04
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
1
-1
/
+1
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+2
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2013-03-28
aoe: reserve enough headroom on skbs
Eric Dumazet
1
-1
/
+2
2013-03-26
aoe: get rid of cached bv variable in bufinit()
Jens Axboe
1
-4
/
+2
2013-03-25
aoe: Fix unitialized var usage
Kent Overstreet
1
-1
/
+1
2013-03-24
block: Remove bi_idx references
Kent Overstreet
1
-1
/
+1
2012-12-18
aoe: identify source of runt AoE packets
Ed Cashin
1
-3
/
+7
2012-12-18
aoe: allow user to disable target failure timeout
Ed Cashin
1
-1
/
+3
2012-12-18
aoe: use dynamic number of remote ports for AoE storage target
Ed Cashin
1
-15
/
+35
2012-12-18
aoe: improve handling of misbehaving network paths
Ed Cashin
1
-119
/
+258
2012-12-18
aoe: remove call to request handler from I/O completion
Ed Cashin
1
-2
/
+0
2012-12-18
aoe: increase default cap on outstanding AoE commands in the network
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: copy fallback timing information on destination failover
Ed Cashin
1
-0
/
+1
2012-12-18
aoe: commands in retransmit queue use new destination on failure
Ed Cashin
1
-22
/
+53
2012-12-18
aoe: use high-resolution RTTs with fallback to low-res
Ed Cashin
1
-7
/
+50
2012-12-18
aoe: manipulate aoedev network stats under lock
Ed Cashin
1
-2
/
+2
2012-12-18
aoe: err device: include MAC addresses for unexpected responses
Ed Cashin
1
-2
/
+4
2012-12-18
aoe: improve network congestion handling
Ed Cashin
1
-67
/
+106
2012-12-18
aoe: provide ATA identify device content to user on request
Ed Cashin
1
-0
/
+16
2012-12-18
aoe: whitespace cleanup
Ed Cashin
1
-3
/
+3
2012-12-18
aoe: cleanup: remove unused ata_scnt function
Ed Cashin
1
-10
/
+0
2012-12-18
aoe: update cap on outstanding commands based on config query response
Ed Cashin
1
-1
/
+5
2012-11-23
aoe: avoid running request handler on plugged queue
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: update and specify AoE address guards and error messages
Ed Cashin
1
-6
/
+11
2012-10-05
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
1
-17
/
+8
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
-9
/
+4
2012-10-05
aoe: increase net_device reference count while using it
Ed Cashin
1
-0
/
+4
2012-10-05
aoe: associate frames with the AoE storage target
Ed Cashin
1
-37
/
+28
2012-10-05
aoe: disallow unsupported AoE minor addresses
Ed Cashin
1
-0
/
+7
2012-10-05
aoe: failover remote interface based on aoe_deadsecs parameter
Ed Cashin
1
-5
/
+3
2012-10-05
aoe: use packets that work with the smallest-MTU local interface
Ed Cashin
1
-68
/
+83
2012-10-05
aoe: use a kernel thread for transmissions
Ed Cashin
1
-2
/
+2
2012-10-05
aoe: become I/O request queue handler for increased user control
Ed Cashin
1
-79
/
+203
2012-10-05
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
1
-261
/
+471
2012-10-05
aoe: for performance support larger packet payloads
Ed Cashin
1
-42
/
+96
2012-09-21
aoe: assert AoE packets marked as requiring no checksum
Ed Cashin
1
-0
/
+1
2010-11-09
aoe: remove dev_base_lock use from aoecmd_cfg_pkts()
Eric Dumazet
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-22
aoe: switch to the new bio_flush_dcache_pages() interface
Andrew Morton
1
-16
/
+1
[next]