aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/umem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-03[PATCH] pr_debug: umem: repair nonexistant bh pr_debug referenceZach Brown1-1/+2
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-2/+3
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro1-1/+1
2006-02-03[PATCH] umem: check pci_set_dma_mask return value correctlyTobias Klauser1-1/+1
2006-01-09[PATCH] drivers/block: Replace pci_module_init() with pci_register_driver()Richard Knutsson1-1/+1
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-26/+15
2005-09-10[PATCH] janitor: block/umem: replace PRINTK with pr_debugDomen Puncer1-7/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1256