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