aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-8/+6
2011-01-19drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-3/+0
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet1-3/+3
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton1-1/+3
2010-10-28aoe: don't use flush_scheduled_work()Tejun Heo1-3/+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 Bergmann2-8/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2009-12-22aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton1-16/+1
2009-12-01aoe: prevent cache aliasesPeter Horton1-2/+21
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2009-09-14aoe: end barrier bios with EOPNOTSUPPEd Cashin1-0/+3
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-09aoe: allocate unused request_queue for sysfsEd Cashin3-4/+11
2009-06-15Driver Core: aoe: add nodename for aoe devicesKay Sievers1-0/+7
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-04-01aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-11/+12
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-03-04aoe: error printed 1 too earlyRoel Kluin1-1/+1
2009-02-18aoe: ignore vendor extension AoE responsesEd Cashin2-0/+3
2008-11-25aoe: remove private mac address format functionHarvey Harrison4-25/+11
2008-10-21[PATCH] switch aoeblkAl Viro1-10/+6
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-75/+57
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo3-4/+4
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix diskstats accessTejun Heo1-7/+8
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-09-23aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
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-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-04block: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet1-1/+6