summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAgeFilesLines
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-5/+5
* aoe: handle highmem pagesChristoph Hellwig2018-05-111-1/+0
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-1/+1
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-1/+1
* aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-111-1/+0
* aoe: update copyright dateEd Cashin2013-09-111-1/+1
* aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-111-1/+32
* aoe: provide file operations for debugfs filesEd Cashin2013-09-111-1/+24
* aoe: add AoE-target files to debugfsEd Cashin2013-09-111-0/+35
* aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-111-1/+9
* block_device_operations->release() should return voidAl Viro2013-05-071-4/+2
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-171-1/+1
* aoe: avoid races between device destruction and discoveryEd Cashin2012-12-171-2/+34
* aoe: remove vestigial request queue allocationEd Cashin2012-12-171-13/+4
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-171-0/+30
* aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin2012-12-171-0/+10
* aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin2012-12-171-0/+9
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-061-1/+1
* aoe: update copyright year in touched filesEd Cashin2012-10-061-1/+1
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-061-62/+26
* aoe: for performance support larger packet payloadsEd Cashin2012-10-061-0/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-8/+6
|/
* 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
OpenPOWER on IntegriCloud