summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAge
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-18
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-21
* aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-11
* aoe: update copyright dateEd Cashin2013-09-11
* aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-11
* aoe: provide file operations for debugfs filesEd Cashin2013-09-11
* aoe: add AoE-target files to debugfsEd Cashin2013-09-11
* aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-11
* block_device_operations->release() should return voidAl Viro2013-05-07
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-17
* aoe: avoid races between device destruction and discoveryEd Cashin2012-12-17
* aoe: remove vestigial request queue allocationEd Cashin2012-12-17
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-17
* aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin2012-12-17
* aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin2012-12-17
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-06
* aoe: update copyright year in touched filesEd Cashin2012-10-06
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-06
* aoe: for performance support larger packet payloadsEd Cashin2012-10-06
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-31
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
* drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton2010-10-28
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\
| * aoe: end barrier bios with EOPNOTSUPPEd Cashin2009-09-14
* | writeback: add name to backing_dev_infoJens Axboe2009-09-11
|/
* aoe: allocate unused request_queue for sysfsEd Cashin2009-09-09
* aoe: remove private mac address format functionHarvey Harrison2008-11-25
* [PATCH] switch aoeblkAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-10-11
|\
| * aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller2008-09-21
* | block: move capacity from disk to part0Tejun Heo2008-10-09
* | block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-09
|/
* aoe: update copyright dateEd L. Cashin2008-02-08
* aoe: the aoeminor doesn't need a long formatEd L. Cashin2008-02-08
* aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-08
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-08
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-24
* aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton2007-12-10
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10