aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25aoe: remove private mac address format functionHarvey Harrison4-25/+11
2008-10-21[PATCH] switch aoeblkAl Viro1-10/+6
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-75/+57
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo3-4/+4
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix diskstats accessTejun Heo1-7/+8
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-09-23aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-04block: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-4/+6
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison2-14/+14
2008-04-29remove aoedev_isbusy()Adrian Bunk2-19/+0
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+6
2008-02-08aoe: statically initialise devlist_lockAndrew Morton1-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin7-7/+7
2008-02-08aoe: make error messages more specificEd L. Cashin1-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin2-5/+7
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin1-3/+7
2008-02-08aoe: only install new AoE device onceEd L. Cashin1-0/+2
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin3-41/+133
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin3-19/+74
2008-02-08aoe: eliminate goto and improve readabilityEd L. Cashin1-35/+34
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin4-10/+9
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin6-335/+653
2008-02-08aoe: bring driver version number to 47Ed L. Cashin1-1/+1
2008-02-08Enhanced partition statistics: aoe fixJerome Marchand1-4/+4
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-26/+25
2008-01-24aoechr: Convert from class_device to deviceTony Jones1-4/+3
2007-12-10aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton1-10/+16
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin3-17/+8
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+6
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown3-5/+5
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe2-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1