aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoechr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2012-12-17aoe: whitespace cleanupEd Cashin1-1/+1
2012-12-17aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-1/+1
2012-10-06aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin1-0/+1
2012-10-06aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin1-0/+1
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin1-2/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-06-15Driver Core: aoe: add nodename for aoe devicesKay Sievers1-0/+7
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller1-1/+7
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-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-02-08aoe: update copyright dateEd L. Cashin1-1/+1
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin1-0/+5
2008-02-08aoe: eliminate goto and improve readabilityEd L. Cashin1-35/+34
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin1-4/+13
2008-01-24aoechr: Convert from class_device to deviceTony Jones1-4/+3
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-10-18aoe: revert printk macrosEd L. Cashin1-5/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin1-8/+5
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin1-0/+1
2006-10-18aoe: remove unused NARGS enumEd L. Cashin1-1/+0
2006-10-18aoe: update copyright dateEd L. Cashin1-1/+1
2006-07-10[PATCH] aoe: cleanup i_rdev usageEric Sesterhenn1-1/+1
2006-03-23[PATCH] aoe [2/8]: support dynamic resizing of AoE devicesEd L. Cashin1-0/+37
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-06-20[PATCH] class: convert drivers/block/* to use the new class api instead of class_simplegregkh@suse.de1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+244