summaryrefslogtreecommitdiff
path: root/drivers/block/umem.c
AgeCommit message (Expand)Author
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
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-10-10Fix various abuse of bio fields in umem.cNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-16umem: Fix match of pci_ids in umem driverNeil Brown
2007-07-16umem: Remove references to dead CONFIG_MM_MAP_MEMORY variableRobert P. J. Day
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-03-01[PATCH] Fix failure paths in modules init in umem.cNeilBrown
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-03[PATCH] pr_debug: umem: repair nonexistant bh pr_debug referenceZach Brown
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro
2006-02-03[PATCH] umem: check pci_set_dma_mask return value correctlyTobias Klauser
2006-01-09[PATCH] drivers/block: Replace pci_module_init() with pci_register_driver()Richard Knutsson
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig
2005-09-10[PATCH] janitor: block/umem: replace PRINTK with pr_debugDomen Puncer
2005-04-16Linux-2.6.12-rc2Linus Torvalds