aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/umem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349Thomas Gleixner1-4/+1
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-1/+1
2018-11-15umem: don't override the queue_lockChristoph Hellwig1-2/+1
2018-10-18umem: switch to the generic DMA APIChristoph Hellwig1-20/+18
2018-09-07block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-4/+2
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-1/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+2
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2013-11-23block: Convert drivers to immutable biovecsKent Overstreet1-27/+23
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-4/+5
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-1/+1
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-29/+6
2012-06-13umem: fix up unpluggingTao Guo1-0/+40
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-15/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-15/+1
2011-03-09umem: Drop dummy ->media_changed()Tejun Heo1-10/+0
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 implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-2/+1
2009-04-24umem: fix request_queue lock warningSage Weil1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2007-12-18Cleanup umem driver: fix most checkpatch warnings, conform to kernelRandy Dunlap1-156/+81
2007-12-10Fix NULL dereference in umem.cNeil Brown1-1/+2
2007-10-10drivers/block/umem: use DRIVER_NAME where appropriateJeff Garzik1-4/+4
2007-10-10drivers/block/umem: trim trailing whitespaceJeff Garzik1-11/+11
2007-10-10drivers/block/umem: minor cleanupsJeff Garzik1-30/+29
2007-10-10drivers/block/umem: use dev_printk()Jeff Garzik1-49/+62
2007-10-10drivers/block/umem: move private include away from include/linuxJeff Garzik1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
2007-10-10Fix various abuse of bio fields in umem.cNeilBrown1-13/+25
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-3/+3
2007-07-16umem: Fix match of pci_ids in umem driverNeil Brown1-11/+6
2007-07-16umem: Remove references to dead CONFIG_MM_MAP_MEMORY variableRobert P. J. Day1-41/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-01[PATCH] Fix failure paths in modules init in umem.cNeilBrown1-1/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1