aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/umem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso1-1130/+0
2021-03-09umem: fix error return code in mm_pci_probe()Wei Yongjun1-1/+4
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-07-01umem: stop using ->queuedataChristoph Hellwig1-2/+2
2020-06-11umem: remove redundant initialization of variable retColin Ian King1-1/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-3/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
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