summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-1/+1
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-292-6/+6
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-1/+1
* mm: close PageTail raceDavid Rientjes2014-03-041-2/+2
* aoe: Convert to immutable biovecsKent Overstreet2013-11-232-92/+53
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-8/+8
* block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-231-1/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-3/+3
* aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-111-1/+0
* aoe: suppress compiler warningsAndy Shevchenko2013-09-111-4/+0
* aoe: remove custom implementation of kbasename()Andy Shevchenko2013-09-111-6/+3
* aoe: update internal version number to 85Ed Cashin2013-09-111-1/+1
* 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-113-0/+38
* aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-111-1/+9
* aoe: adjust ref of head for compound page tailsEd Cashin2013-08-131-10/+7
* aoe: update internal version number to v83Ed Cashin2013-07-031-1/+1
* aoe: update copyright dateEd Cashin2013-07-034-4/+4
* aoe: perform I/O completions in parallelEd Cashin2013-07-034-31/+134
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1