aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe
AgeCommit message (Expand)AuthorFilesLines
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-02-19aoe: 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-10-03aoe: replace strncpy with strscpyJustin Stitt1-2/+1
2023-06-21aoe: make aoe_class a static const structureIvan Orlov1-13/+17
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
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-09-21block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin1-13/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig2-2/+2
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa5-5/+15
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig1-2/+2
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2022-01-13aoe: remove redundant assignment on variable nColin Ian King1-1/+1
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-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2-23/+13
2021-06-09aoe: remove unnecessary oom messageZhen Lei1-3/+1
2021-05-24aoe: remove unnecessary mutex_init()Yang Yingliang1-2/+0
2021-02-10block: Replace lkml.org links with loreKees Cook1-1/+1
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig1-11/+4
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-09-01block: fix locking for struct block_device size updatesChristoph Hellwig1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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-08-08block: aoe: Fix kernel crash due to atomic sleep when exitingHe Zhe1-3/+10
2019-06-04block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig4-23/+20
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe4-25/+61
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke3-16/+7
2018-08-08drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang1-2/+2
2018-08-02aoe: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-05-11aoe: handle highmem pagesChristoph Hellwig2-2/+2
2018-01-17aoe: use ktime_t instead of timevalTina Ruchandani2-37/+14
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-14block/aoe: Convert timers to use timer_setup()Kees Cook2-9/+6
2017-11-06block/aoe: discover_timer: Convert timers to use timer_setup()Kees Cook1-36/+8
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-6/+6
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-2/+2
2016-11-12aoe: fix crash in page count manipulationJens Axboe1-41/+0
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig2-6/+6
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-1/+1
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2013-11-23aoe: Convert to immutable biovecsKent Overstreet2-92/+53
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-8/+8
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-11aoe: update copyright dateEd Cashin1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-08-13aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-07-03aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-03aoe: update copyright dateEd Cashin4-4/+4
2013-07-03aoe: perform I/O completions in parallelEd Cashin4-31/+134
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-4/+2
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-25aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-25aoe: Fix unitialized var usageKent Overstreet1-1/+1
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+1
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin2-2/+2
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin4-21/+49
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin3-63/+146
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin3-121/+268
2012-12-17aoe: return real minor number for static minorsEd Cashin1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningEd Cashin1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationEd Cashin1-11/+20
2012-12-17aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-17aoe: cleanup: correct comment for aoetgt noutEd Cashin1-1/+1
2012-12-17aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-12-17aoe: copy fallback timing information on destination failoverEd Cashin1-0/+1
2012-12-17aoe: update driver-internal version to 64+Ed Cashin1-1/+2
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin3-33/+75
2012-12-17aoe: use high-resolution RTTs with fallback to low-resEd Cashin2-11/+55
2012-12-17aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-17aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-17aoe: improve network congestion handlingEd Cashin3-74/+121
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin3-0/+47
2012-12-17aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-17aoe: whitespace cleanupEd Cashin5-8/+8
2012-12-17aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-17aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-17aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-12-17aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-12-17aoe: update cap on outstanding commands based on config query responseEd Cashin2-4/+8
2012-12-17aoe: print warning regarding a common reason for dropped transmitsEd Cashin1-2/+7
2012-12-17aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
2012-11-23aoe: avoid running request handler on plugged queueEd Cashin1-1/+1
2012-10-06aoe: update aoe-internal version number to 50Ed Cashin1-1/+1
2012-10-06aoe: remove unused codeEd Cashin1-4/+0
2012-10-06aoe: make dynamic block minor numbers the defaultEd Cashin1-1/+1
2012-10-06aoe: update and specify AoE address guards and error messagesEd Cashin2-8/+11
2012-10-06aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin5-49/+72
2012-10-06aoe: update copyright year in touched filesEd Cashin7-7/+7
2012-10-06aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin4-17/+10
2012-10-06aoe: increase net_device reference count while using itEd Cashin2-0/+11
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin3-54/+49
2012-10-06aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-06aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2-6/+3
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2-71/+87
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin3-3/+40
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin5-182/+308
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin6-306/+560
2012-10-06aoe: for performance support larger packet payloadsEd Cashin5-46/+111
2012-09-20aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-8/+6
2011-01-19drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-3/+0
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet1-3/+3
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkAndrew Morton1-1/+3
2010-10-28aoe: don't use flush_scheduled_work()Tejun Heo1-3/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann2-8/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2009-12-22aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton1-16/+1
2009-12-01aoe: prevent cache aliasesPeter Horton1-2/+21
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2009-09-14aoe: end barrier bios with EOPNOTSUPPEd Cashin1-0/+3
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-09aoe: allocate unused request_queue for sysfsEd Cashin3-4/+11
2009-06-15Driver Core: aoe: add nodename for aoe devicesKay Sievers1-0/+7
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-04-01aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-11/+12
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-03-04aoe: error printed 1 too earlyRoel Kluin1-1/+1
2009-02-18aoe: ignore vendor extension AoE responsesEd Cashin2-0/+3
2008-11-25aoe: remove private mac address format functionHarvey Harrison4-25/+11
2008-10-21[PATCH] switch aoeblkAl Viro1-10/+6
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-75/+57
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo3-4/+4
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix diskstats accessTejun Heo1-7/+8
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-09-23aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-04block: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-4/+6
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison2-14/+14
2008-04-29remove aoedev_isbusy()Adrian Bunk2-19/+0
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+6
2008-02-08aoe: statically initialise devlist_lockAndrew Morton1-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin7-7/+7
2008-02-08aoe: make error messages more specificEd L. Cashin1-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin2-5/+7