aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAgeFilesLines
* aoe: do not call bdi_init after blk_alloc_queueEd Cashin2013-01-171-5/+0
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-3/+0
* 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-141-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/+6
* [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-211-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/+1
* 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-241-26/+25
* aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton2007-12-101-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/+0
* aoe: use bio->bi_idxEd L. Cashin2006-10-181-1/+2
* aoe: clean up printks via macrosEd L. Cashin2006-10-181-9/+7
* aoe: update copyright dateEd L. Cashin2006-10-181-1/+1
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-3/+1
* [PATCH] aoe [6/8]: update device information on last closeEd L. Cashin2006-03-231-1/+1
* [PATCH] aoe [2/8]: support dynamic resizing of AoE devicesEd L. Cashin2006-03-231-13/+9
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-19/+7
* [PATCH] aoe: add firmware version to info in sysfsEd L Cashin2005-05-031-0/+13
* [PATCH] aoe 12/12: send outgoing packets in orderecashin@coraid.com2005-04-181-2/+2
* [PATCH] aoe 11/12: add support for disk statisticsecashin@coraid.com2005-04-181-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+267