summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoechr.c
Commit message (Expand)AuthorAgeFilesLines
* aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-05-011-2/+1Star
* aoe: whitespace cleanupEd Cashin2012-12-181-1/+1
* aoe: describe the behavior of the "err" character deviceEd Cashin2012-12-181-0/+5
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-051-1/+1
* aoe: update copyright year in touched filesEd Cashin2012-10-051-1/+1
* aoe: remove unused code and add cosmetic improvementsEd Cashin2012-10-051-0/+1
* aoe: do revalidation steps in orderEd Cashin2012-10-051-2/+2
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-051-0/+1
* aoe: kernel thread handles I/O completions for simple lockingEd Cashin2012-10-051-2/+1Star
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-4/+5
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* Driver Core: aoe: add nodename for aoe devicesKay Sievers2009-06-161-0/+7
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller2008-09-221-1/+7
* aoe: convert emsgs_sema into a completionMatthias Kaehlcke2008-07-251-4/+5
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-2/+3
* AoE: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+6
* aoe: update copyright dateEd L. Cashin2008-02-081-1/+1
* aoe: user can ask driver to forget previously detected devicesEd L. Cashin2008-02-081-0/+5
* aoe: eliminate goto and improve readabilityEd L. Cashin2008-02-081-35/+34Star
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-081-4/+13
* aoechr: Convert from class_device to deviceTony Jones2008-01-251-4/+3Star
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* aoe: revert printk macrosEd L. Cashin2006-10-181-5/+6
* aoe: clean up printks via macrosEd L. Cashin2006-10-181-8/+5Star
* aoe: jumbo frame support 1 of 2Ed L. Cashin2006-10-181-0/+1
* aoe: remove unused NARGS enumEd L. Cashin2006-10-181-1/+0Star
* aoe: update copyright dateEd L. Cashin2006-10-181-1/+1
* [PATCH] aoe: cleanup i_rdev usageEric Sesterhenn2006-07-101-1/+1
* [PATCH] aoe [2/8]: support dynamic resizing of AoE devicesEd L. Cashin2006-03-241-0/+37
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] class: convert drivers/block/* to use the new class api instead of cl...gregkh@suse.de2005-06-211-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+244