aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoedev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa1-2/+2
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-2/+1
2019-08-08block: aoe: Fix kernel crash due to atomic sleep when exitingHe Zhe1-3/+10
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig1-5/+6
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe1-6/+8
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke1-1/+0
2018-08-08drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang1-2/+2
2017-11-14block/aoe: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-11aoe: add AoE-target files to debugfsEd Cashin1-0/+1
2013-07-03aoe: update copyright dateEd Cashin1-1/+1
2013-07-03aoe: perform I/O completions in parallelEd Cashin1-1/+0
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-2/+10
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin1-59/+107
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin1-1/+0
2012-12-17aoe: return real minor number for static minorsEd Cashin1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningEd Cashin1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationEd Cashin1-11/+20
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin1-11/+21
2012-12-17aoe: improve network congestion handlingEd Cashin1-2/+4
2012-12-17aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-10-06aoe: make dynamic block minor numbers the defaultEd Cashin1-1/+1
2012-10-06aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-27/+59
2012-10-06aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-06aoe: increase net_device reference count while using itEd Cashin1-0/+7
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin1-13/+17
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin1-29/+64
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin1-34/+50
2012-10-06aoe: for performance support larger packet payloadsEd Cashin1-0/+1
2010-10-28aoe: don't use flush_scheduled_work()Tejun Heo1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-09aoe: allocate unused request_queue for sysfsEd Cashin1-0/+1
2009-03-04aoe: error printed 1 too earlyRoel Kluin1-1/+1
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo1-1/+1
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller1-6/+6
2008-04-29remove aoedev_isbusy()Adrian Bunk1-18/+0
2008-02-08aoe: statically initialise devlist_lockAndrew Morton1-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin1-1/+1
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin1-7/+45
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin1-19/+68
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin1-89/+79
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-10-18aoe: revert printk macrosEd L. Cashin1-1/+1