summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe
AgeCommit message (Expand)AuthorLines
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe-4/+6
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison-14/+14
2008-04-29remove aoedev_isbusy()Adrian Bunk-19/+0
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-1/+1
2008-02-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-6/+6
2008-02-08aoe: statically initialise devlist_lockAndrew Morton-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin-7/+7
2008-02-08aoe: make error messages more specificEd L. Cashin-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin-5/+7
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin-3/+7
2008-02-08aoe: only install new AoE device onceEd L. Cashin-0/+2
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin-41/+133
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin-19/+74
2008-02-08aoe: eliminate goto and improve readabilityEd L. Cashin-35/+34
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin-10/+9
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin-335/+653
2008-02-08aoe: bring driver version number to 47Ed L. Cashin-1/+1
2008-02-08Enhanced partition statistics: aoe fixJerome Marchand-4/+4
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers-26/+25
2008-01-24aoechr: Convert from class_device to deviceTony Jones-4/+3
2007-12-10aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton-10/+16
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin-17/+8
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds-1/+6
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+2
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman-0/+4
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-5/+5
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov-3/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-1/+2
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo-8/+17
2007-03-02[AOE]: Add get_unaligned() calls where needed.David S. Miller-8/+9
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-1/+1
2006-12-22[PATCH] fix aoe without scatter-gather [Bug 7662]Ed L. Cashin-7/+6
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells-4/+4
2006-11-16aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg-0/+1
2006-10-18aoe: fix sysfs_create_file warningsGreg Kroah-Hartman-9/+14
2006-10-18aoe: revert printk macrosEd L. Cashin-37/+39
2006-10-18aoe: update driver versionEd L. Cashin-1/+1
2006-10-18aoe: remove sysfs commentEd L. Cashin-1/+0
2006-10-18aoe: use bio->bi_idxEd L. Cashin-1/+3
2006-10-18aoe: module parameter for device timeoutEd L. Cashin-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin-20/+64
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin-6/+17
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin-58/+50
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin-17/+72