aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/DAC960.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-09dac960: Convert to bdops->check_events()Tejun Heo1-3/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-4/+9
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen1-1/+0
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-01-11block: make PCI device id constantMárton Németh1-1/+1
2009-12-22drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall1-1/+1
2009-10-01dac960: switch to seq_fileAlexey Dobriyan1-85/+71
2009-09-23dac960: fix undefined behavior on empty stringMichael Buesch1-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-2/+2
2009-09-21trivial: add __init/__exit macros to DAC960.cPeter Huewe1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2008-10-21[PATCH] switch DAC960Al Viro1-4/+4
2008-10-21[PATCH] beginning of methods conversionAl Viro1-1/+1
2008-07-04DAC960: push down BKLAlan Cox1-56/+101
2008-01-28blk_end_request: changing DAC960 (take 4)Kiyoshi Ueda1-9/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-0/+2
2007-09-19Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton1-0/+1
2007-09-11Fix DAC960 driver on machines which don't support 64-bit DMAMatthew Wilcox1-7/+10
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-14/+13
2007-02-11[PATCH] drivers/block/DAC960: convert 'boolean' to 'bool'Richard Knutsson1-36/+36
2007-02-07[SCSI] DAC960: kmalloc->kzalloc/Casting cleanupsAhmed S. Darwish1-14/+13
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-2/+2
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-7/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-16/+8
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-1/+1
2006-08-04[SCSI] DAC960: PCI id table fixupBrian King1-1/+1
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-05-20[SCSI] fix (unlikely) memory leak in DAC960 driverJesper Juhl1-6/+7
2006-03-28[PATCH] drivers/block/*: use time_after() and friendsMarcelo Feitoza Parisi1-8/+9
2006-03-27[PATCH] kzalloc() conversion in drivers/blockEric Sesterhenn1-5/+2
2006-03-24BUG_ON() Conversion in drivers/block/Eric Sesterhenn1-2/+1
2006-03-08[PATCH] dac960: add disk entropy in request completionsMatt Mackall1-1/+2
2006-01-09[PATCH] drivers/block: Replace pci_module_init() with pci_register_driver()Richard Knutsson1-1/+1
2006-01-08[PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser1-1/+1