summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoechr.c
Commit message (Expand)AuthorAgeFilesLines
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-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-151-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-211-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-211-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/+34
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-081-4/+13
* aoechr: Convert from class_device to deviceTony Jones2008-01-241-4/+3
* [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/+5
* aoe: jumbo frame support 1 of 2Ed L. Cashin2006-10-181-0/+1
* aoe: remove unused NARGS enumEd L. Cashin2006-10-181-1/+0
* 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-231-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-201-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+244