summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAgeFilesLines
* block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-041-14/+2Star
* aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-0/+1
* aoe: convert aoeblk to blk-mqJens Axboe2018-10-141-13/+36
* aoe: register default groups with device_add_disk()Hannes Reinecke2018-09-281-14/+7Star
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-5/+5
* aoe: handle highmem pagesChristoph Hellwig2018-05-111-1/+0Star
* 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-121-1/+0Star
* aoe: update copyright dateEd Cashin2013-09-121-1/+1
* aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-121-1/+32
* aoe: provide file operations for debugfs filesEd Cashin2013-09-121-1/+24
* aoe: add AoE-target files to debugfsEd Cashin2013-09-121-0/+35
* aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-121-1/+9
* block_device_operations->release() should return voidAl Viro2013-05-071-4/+2Star
* aoe: use dynamic number of remote ports for AoE storage targetEd Cashin2012-12-181-1/+1
* aoe: avoid races between device destruction and discoveryEd Cashin2012-12-181-2/+34
* aoe: remove vestigial request queue allocationEd Cashin2012-12-181-13/+4Star
* aoe: provide ATA identify device content to user on requestEd Cashin2012-12-181-0/+30
* aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin2012-12-181-0/+10
* aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin2012-12-181-0/+9
* aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-051-1/+1
* aoe: update copyright year in touched filesEd Cashin2012-10-051-1/+1
* aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-051-62/+26Star
* aoe: for performance support larger packet payloadsEd Cashin2012-10-051-0/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-8/+6Star
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-3/+0Star
* 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-151-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/+6Star
* [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-221-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
|/