aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/umem.c
AgeCommit message (Expand)Author
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso
2021-03-09umem: fix error return code in mm_pci_probe()Wei Yongjun
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-07-01umem: stop using ->queuedataChristoph Hellwig
2020-06-11umem: remove redundant initialization of variable retColin Ian King
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349Thomas Gleixner
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15umem: don't override the queue_lockChristoph Hellwig
2018-10-18umem: switch to the generic DMA APIChristoph Hellwig
2018-09-07block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2013-11-23block: Convert drivers to immutable biovecsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown
2012-07-31blk: centralize non-request unplug handling.NeilBrown
2012-06-13umem: fix up unpluggingTao Guo
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-09umem: Drop dummy ->media_changed()Tejun Heo
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-04-24umem: fix request_queue lock warningSage Weil
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2007-12-18Cleanup umem driver: fix most checkpatch warnings, conform to kernelRandy Dunlap
2007-12-10Fix NULL dereference in umem.cNeil Brown
2007-10-10drivers/block/umem: use DRIVER_NAME where appropriateJeff Garzik
2007-10-10drivers/block/umem: trim trailing whitespaceJeff Garzik
2007-10-10drivers/block/umem: minor cleanupsJeff Garzik
2007-10-10drivers/block/umem: use dev_printk()Jeff Garzik
2007-10-10drivers/block/umem: move private include away from include/linuxJeff Garzik