Age | Commit message (Expand) | Author | Files | Lines |
2018-11-10 | aoe: replace ->special use with private data in the request | Christoph Hellwig | 1 | -0/+4 |
2018-10-14 | aoe: convert aoeblk to blk-mq | Jens Axboe | 1 | -0/+4 |
2018-09-28 | aoe: register default groups with device_add_disk() | Hannes Reinecke | 1 | -1/+0 |
2018-01-17 | aoe: use ktime_t instead of timeval | Tina Ruchandani | 1 | -2/+1 |
2013-11-24 | aoe: Convert to immutable biovecs | Kent Overstreet | 1 | -8/+2 |
2013-09-12 | aoe: update internal version number to 85 | Ed Cashin | 1 | -1/+1 |
2013-09-12 | aoe: add AoE-target files to debugfs | Ed Cashin | 1 | -0/+2 |
2013-07-04 | aoe: update internal version number to v83 | Ed Cashin | 1 | -1/+1 |
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 | -2/+5 |
2012-12-18 | aoe: update internal version number to 81 | Ed Cashin | 1 | -2/+1 |
2012-12-18 | aoe: allow comma separator in aoe_iflist value | Ed Cashin | 1 | -1/+1 |
2012-12-18 | aoe: use dynamic number of remote ports for AoE storage target | Ed Cashin | 1 | -3/+3 |
2012-12-18 | aoe: avoid races between device destruction and discovery | Ed Cashin | 1 | -2/+5 |
2012-12-18 | aoe: improve handling of misbehaving network paths | Ed Cashin | 1 | -1/+10 |
2012-12-18 | aoe: cleanup: correct comment for aoetgt nout | Ed Cashin | 1 | -1/+1 |
2012-12-18 | aoe: update driver-internal version to 64+ | Ed Cashin | 1 | -1/+2 |
2012-12-18 | aoe: commands in retransmit queue use new destination on failure | Ed Cashin | 1 | -0/+1 |
2012-12-18 | aoe: use high-resolution RTTs with fallback to low-res | Ed Cashin | 1 | -4/+5 |
2012-12-18 | aoe: improve network congestion handling | Ed Cashin | 1 | -5/+11 |
2012-12-18 | aoe: provide ATA identify device content to user on request | Ed Cashin | 1 | -0/+1 |
2012-12-18 | aoe: update driver-internal version number to 60 | Ed Cashin | 1 | -1/+1 |
2012-12-18 | aoe: whitespace cleanup | Ed Cashin | 1 | -1/+1 |
2012-12-18 | aoe: update cap on outstanding commands based on config query response | Ed Cashin | 1 | -3/+3 |
2012-10-05 | aoe: update aoe-internal version number to 50 | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: remove unused code | Ed Cashin | 1 | -4/+0 |
2012-10-05 | aoe: update and specify AoE address guards and error messages | Ed Cashin | 1 | -2/+0 |
2012-10-05 | aoe: support more AoE addresses with dynamic block device minor numbers | Ed Cashin | 1 | -3/+3 |
2012-10-05 | aoe: update copyright year in touched files | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: update internal version number to 49 | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: remove unused code and add cosmetic improvements | Ed Cashin | 1 | -7/+3 |
2012-10-05 | aoe: associate frames with the AoE storage target | Ed Cashin | 1 | -4/+4 |
2012-10-05 | aoe: failover remote interface based on aoe_deadsecs parameter | Ed Cashin | 1 | -1/+0 |
2012-10-05 | aoe: use packets that work with the smallest-MTU local interface | Ed Cashin | 1 | -3/+4 |
2012-10-05 | aoe: use a kernel thread for transmissions | Ed Cashin | 1 | -0/+2 |
2012-10-05 | aoe: become I/O request queue handler for increased user control | Ed Cashin | 1 | -12/+14 |
2012-10-05 | aoe: kernel thread handles I/O completions for simple locking | Ed Cashin | 1 | -6/+27 |
2012-10-05 | aoe: for performance support larger packet payloads | Ed Cashin | 1 | -0/+2 |
2009-09-09 | aoe: allocate unused request_queue for sysfs | Ed Cashin | 1 | -1/+1 |
2009-02-19 | aoe: ignore vendor extension AoE responses | Ed Cashin | 1 | -0/+1 |
2008-11-25 | aoe: remove private mac address format function | Harvey Harrison | 1 | -1/+0 |
2008-09-22 | aoe: Use SKB interfaces for list management instead of home-grown stuff. | David S. Miller | 1 | -6/+3 |
2008-04-29 | remove aoedev_isbusy() | Adrian Bunk | 1 | -1/+0 |
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 | -0/+5 |
2008-02-08 | aoe: user can ask driver to forget previously detected devices | Ed L. Cashin | 1 | -0/+1 |
2008-02-08 | aoe: mac_addr: avoid 64-bit arch compiler warnings | Ed L. Cashin | 1 | -1/+1 |
2008-02-08 | aoe: handle multiple network paths to AoE device | Ed L. Cashin | 1 | -17/+40 |
2008-02-08 | aoe: bring driver version number to 47 | Ed L. Cashin | 1 | -1/+1 |
2007-10-17 | aoe: remove unecessary wrapper function | Ed L. Cashin | 1 | -9/+0 |