aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-1/+1
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-1/+1
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-11aoe: update copyright dateEd Cashin1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin1-0/+35
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-05-07block_device_operations->release() should return voidAl Viro1-4/+2
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-1/+1
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin1-2/+34
2012-12-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin1-0/+30
2012-12-17aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-17aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-1/+1
2012-10-06aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin1-62/+26
2012-10-06aoe: for performance support larger packet payloadsEd Cashin1-0/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-8/+6
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-3/+0
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton1-1/+3
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+5
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 Heo1-0/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
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 Cashin1-3/+9
2008-11-25aoe: remove private mac address format functionHarvey Harrison1-1/+1
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4
2008-10-09block: move capacity from disk to part0Tejun Heo1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller1-4/+4
2008-02-08aoe: update copyright dateEd L. Cashin1-1/+1
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin1-3/+4
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin1-2/+1
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin1-7/+55
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-26/+25
2007-12-10aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton1-10/+16