summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAgeFilesLines
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-181-1/+1
* aoe: avoid races between device destruction and discoveryEd Cashin2012-12-181-2/+34
* aoe: remove vestigial request queue allocationEd Cashin2012-12-181-13/+4Star
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-181-0/+30
* aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin2012-12-181-0/+10
* aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin2012-12-181-0/+9
* 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: become I/O request queue handler for increased user controlEd Cashin2012-10-051-62/+26Star
* aoe: for performance support larger packet payloadsEd Cashin2012-10-051-0/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-8/+6Star
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-3/+0Star
* drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton2010-10-281-1/+3
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-4/+5
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+4
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-151-0/+3
|\
| * aoe: end barrier bios with EOPNOTSUPPEd Cashin2009-09-141-0/+3
* | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
|/
* aoe: allocate unused request_queue for sysfsEd Cashin2009-09-091-3/+9
* aoe: remove private mac address format functionHarvey Harrison2008-11-251-1/+1
* [PATCH] switch aoeblkAl Viro2008-10-211-10/+6Star
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-10-111-4/+4
|\
| * aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller2008-09-221-4/+4
* | block: move capacity from disk to part0Tejun Heo2008-10-091-1/+1
* | block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-2/+2
|/
* aoe: update copyright dateEd L. Cashin2008-02-081-1/+1
* aoe: the aoeminor doesn't need a long formatEd L. Cashin2008-02-081-3/+4
* aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-081-2/+1Star
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-081-7/+55
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-251-26/+25Star
* aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton2007-12-111-10/+16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-2/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg2006-11-161-0/+1
* aoe: fix sysfs_create_file warningsGreg Kroah-Hartman2006-10-181-9/+14
* aoe: revert printk macrosEd L. Cashin2006-10-181-5/+6
* aoe: remove sysfs commentEd L. Cashin2006-10-181-1/+0Star
* aoe: use bio->bi_idxEd L. Cashin2006-10-181-1/+2
* aoe: clean up printks via macrosEd L. Cashin2006-10-181-9/+7Star
* aoe: update copyright dateEd L. Cashin2006-10-181-1/+1
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-3/+1Star