aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoedev.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11aoe: remove custom implementation of kbasename()Gravatar Andy Shevchenko 1-6/+3
2013-09-11aoe: add AoE-target files to debugfsGravatar Ed Cashin 1-0/+1
2013-07-03aoe: update copyright dateGravatar Ed Cashin 1-1/+1
2013-07-03aoe: perform I/O completions in parallelGravatar Ed Cashin 1-1/+0
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Gravatar Dan Carpenter 1-0/+1
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetGravatar Ed Cashin 1-2/+10
2012-12-17aoe: avoid races between device destruction and discoveryGravatar Ed Cashin 1-59/+107
2012-12-17aoe: improve handling of misbehaving network pathsGravatar Ed Cashin 1-1/+0
2012-12-17aoe: return real minor number for static minorsGravatar Ed Cashin 1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningGravatar Ed Cashin 1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationGravatar Ed Cashin 1-11/+20
2012-12-17aoe: commands in retransmit queue use new destination on failureGravatar Ed Cashin 1-11/+21
2012-12-17aoe: improve network congestion handlingGravatar Ed Cashin 1-2/+4
2012-12-17aoe: support the forgetting (flushing) of a user-specified AoE targetGravatar Ed Cashin 1-6/+38
2012-10-06aoe: make dynamic block minor numbers the defaultGravatar Ed Cashin 1-1/+1
2012-10-06aoe: retain static block device numbers for backwards compatibilityGravatar Ed Cashin 1-3/+51
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersGravatar Ed Cashin 1-27/+59
2012-10-06aoe: update copyright year in touched filesGravatar Ed Cashin 1-1/+1
2012-10-06aoe: increase net_device reference count while using itGravatar Ed Cashin 1-0/+7
2012-10-06aoe: associate frames with the AoE storage targetGravatar Ed Cashin 1-13/+17
2012-10-06aoe: become I/O request queue handler for increased user controlGravatar Ed Cashin 1-29/+64
2012-10-06aoe: kernel thread handles I/O completions for simple lockingGravatar Ed Cashin 1-34/+50
2012-10-06aoe: for performance support larger packet payloadsGravatar Ed Cashin 1-0/+1
2010-10-28aoe: don't use flush_scheduled_work()Gravatar Tejun Heo 1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-09aoe: allocate unused request_queue for sysfsGravatar Ed Cashin 1-0/+1
2009-03-04aoe: error printed 1 too earlyGravatar Roel Kluin 1-1/+1
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-6/+6
2008-10-09block: move capacity from disk to part0Gravatar Tejun Heo 1-1/+1
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.Gravatar David S. Miller 1-6/+6
2008-04-29remove aoedev_isbusy()Gravatar Adrian Bunk 1-18/+0
2008-02-08aoe: statically initialise devlist_lockGravatar Andrew Morton 1-3/+1
2008-02-08aoe: update copyright dateGravatar Ed L. Cashin 1-1/+1
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryGravatar Ed L. Cashin 1-7/+45
2008-02-08aoe: user can ask driver to forget previously detected devicesGravatar Ed L. Cashin 1-19/+68
2008-02-08aoe: handle multiple network paths to AoE deviceGravatar Ed L. Cashin 1-89/+79
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-2/+2
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-1/+1
2006-10-18aoe: revert printk macrosGravatar Ed L. Cashin 1-1/+1
2006-10-18aoe: zero copy write 2 of 2Gravatar Ed L. Cashin 1-0/+1
2006-10-18aoe: clean up printks via macrosGravatar Ed L. Cashin 1-1/+1
2006-10-18aoe: zero copy write 1 of 2Gravatar Ed L. Cashin 1-12/+30
2006-10-18aoe: update copyright dateGravatar Ed L. Cashin 1-1/+1
2006-10-18aoe: eliminate isbusy messageGravatar Ed L. Cashin 1-4/+1
2006-03-23[PATCH] aoe [2/8]: support dynamic resizing of AoE devicesGravatar Ed L. Cashin 1-21/+48
2005-09-07[PATCH] drivers: convert kcalloc to kzallocGravatar Pekka Enberg 1-1/+1
2005-05-03[PATCH] aoe: allow multiple aoe devices to have the same macGravatar Ed L Cashin 1-7/+4
2005-04-18[PATCH] aoe 5/12: don't try to free null bufpoolGravatar ecashin@coraid.com 1-1/+2
2005-04-18[PATCH] aoe 2/12: allow multiple aoe devices with same MACGravatar ecashin@coraid.com 1-3/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+180