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