summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe
Commit message (Expand)AuthorAgeFilesLines
* aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
* aoe: replace strncpy with strscpyJustin Stitt2023-10-031-2/+1
* aoe: make aoe_class a static const structureIvan Orlov2023-06-211-13/+17
* 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
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-211-13/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-282-2/+2
* aoe: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-015-5/+15
* aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
* block: remove genhd.hChristoph Hellwig2022-02-022-2/+0
* aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
* block: aoe: fixup coccinelle warningsYe Guojin2021-10-211-7/+6
* aoe: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-3/+1
|\
| * aoe: remove unnecessary oom messageZhen Lei2021-06-091-3/+1
* | aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-112-23/+13
|/
* aoe: remove unnecessary mutex_init()Yang Yingliang2021-05-241-2/+0
* block: Replace lkml.org links with loreKees Cook2021-02-101-1/+1
* aoe: don't call set_capacity from irq contextChristoph Hellwig2020-11-161-11/+4
* 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
* block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-3/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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: Fix kernel crash due to atomic sleep when exitingHe Zhe2019-08-081-3/+10
* block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-041-14/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* aoe: add __exit annotationChengguang Xu2018-12-161-1/+1
* aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-104-23/+20
* aoe: convert aoeblk to blk-mqJens Axboe2018-10-144-25/+61
* aoe: register default groups with device_add_disk()Hannes Reinecke2018-09-283-16/+7
* drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang2018-08-081-2/+2
* aoe: mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-5/+5
* aoe: handle highmem pagesChristoph Hellwig2018-05-112-2/+2
* aoe: use ktime_t instead of timevalTina Ruchandani2018-01-172-37/+14
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* block/aoe: Convert timers to use timer_setup()Kees Cook2017-11-142-9/+6
* block/aoe: discover_timer: Convert timers to use timer_setup()Kees Cook2017-11-061-36/+8
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-092-6/+6
* block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-2/+2
* aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1