summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/aoeblk.c
AgeCommit message (Expand)Author
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2022-09-21block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa
2022-02-02block: remove genhd.hChristoph Hellwig
2021-10-21block: aoe: fixup coccinelle warningsYe Guojin
2021-10-18aoe: add error handling support for add_disk()Luis Chamberlain
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell
2020-03-12block: aoe: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann
2019-06-04block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-11aoe: handle highmem pagesChristoph Hellwig
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin
2013-09-11aoe: update copyright dateEd Cashin
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin
2013-09-11aoe: provide file operations for debugfs filesEd Cashin
2013-09-11aoe: add AoE-target files to debugfsEd Cashin
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin
2013-05-07block_device_operations->release() should return voidAl Viro
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin
2012-12-17aoe: remove vestigial request queue allocationEd Cashin
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin
2012-12-17aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin
2012-12-17aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin
2012-10-06aoe: update copyright year in touched filesEd Cashin
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin
2012-10-06aoe: for performance support larger packet payloadsEd Cashin
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann