summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoeblk.c
Commit message (Expand)AuthorAgeFilesLines
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-0/+1
* aoe: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-8/+7
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* aoe: avoid potential deadlock at set_capacityMaksim Kiselev2024-01-241-1/+4
* aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-211-13/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* aoe: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-011-1/+1
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* block: aoe: fixup coccinelle warningsYe Guojin2021-10-211-7/+6
* aoe: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
* aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-21/+12
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-1/+0
* aoe: set an optimal I/O sizeChristoph Hellwig2020-09-241-2/+2
* bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell2020-05-111-1/+0
* block: aoe: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-2/+2
* compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+1
* block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-041-14/+2
* 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/+7
* 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