summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoeblk.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20aoe: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-8/+7
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-24aoe: avoid potential deadlock at set_capacityMaksim Kiselev1-1/+4
2023-12-27aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2022-09-22block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin1-13/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+1
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-10-21block: aoe: fixup coccinelle warningsYe Guojin1-7/+6
2021-10-18aoe: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-21/+12
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-1/+0
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell1-1/+0
2020-03-12block: aoe: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann1-0/+1
2019-06-04block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+2
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig1-0/+1
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe1-13/+36
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke1-14/+7
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-05-12aoe: handle highmem pagesChristoph Hellwig1-1/+0
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-22block: remove artifical max_hw_sectors capChristoph Hellwig1-1/+1
2013-09-12aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-12aoe: update copyright dateEd Cashin1-1/+1
2013-09-12aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-12aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-12aoe: add AoE-target files to debugfsEd Cashin1-0/+35
2013-09-12aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-05-07block_device_operations->release() should return voidAl Viro1-4/+2
2012-12-18aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-1/+1
2012-12-18aoe: avoid races between device destruction and discoveryEd Cashin1-2/+34
2012-12-18aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-12-18aoe: provide ATA identify device content to user on requestEd Cashin1-0/+30
2012-12-18aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-18aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-10-05aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-1/+1
2012-10-05aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-05aoe: become I/O request queue handler for increased user controlEd Cashin1-62/+26
2012-10-05aoe: for performance support larger packet payloadsEd Cashin1-0/+3
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01block: 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