summaryrefslogtreecommitdiffstats
path: root/drivers/block/DAC960.c
Commit message (Expand)AuthorAgeFilesLines
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-4/+4
* Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-0/+1
|\
| * dac960: return success instead of -ENOTTYDan Carpenter2013-01-111-0/+1
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl2012-05-111-13/+10
* drivers/block/DAC960: fix -Wuninitialized warningDanny Kukawka2012-03-021-1/+2
* drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka2012-03-021-7/+8
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dac960: Convert to bdops->check_events()Tejun Heo2011-03-091-3/+5
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-4/+9
* block: Finalize conversion of block limits functionsMartin K. Petersen2010-03-151-1/+0
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-1/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* block: make PCI device id constantMárton Németh2010-01-111-1/+1
* drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall2009-12-221-1/+1
* dac960: switch to seq_fileAlexey Dobriyan2009-10-011-85/+71
* dac960: fix undefined behavior on empty stringMichael Buesch2009-09-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-4/+4
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-2/+2
| * trivial: add __init/__exit macros to DAC960.cPeter Huewe2009-09-211-2/+2
* | const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+2
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [PATCH] switch DAC960Al Viro2008-10-211-4/+4
* [PATCH] beginning of methods conversionAl Viro2008-10-211-1/+1
* DAC960: push down BKLAlan Cox2008-07-041-56/+101
* blk_end_request: changing DAC960 (take 4)Kiyoshi Ueda2008-01-281-9/+2
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-0/+2
* Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton2007-09-191-0/+1
* Fix DAC960 driver on machines which don't support 64-bit DMAMatthew Wilcox2007-09-111-7/+10
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-111-14/+13
|\
| * [SCSI] DAC960: kmalloc->kzalloc/Casting cleanupsAhmed S. Darwish2007-02-071-14/+13
* | [PATCH] drivers/block/DAC960: convert 'boolean' to 'bool'Richard Knutsson2007-02-111-36/+36
|/
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-2/+2
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-7/+7
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-16/+8
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-301-1/+1
* [SCSI] DAC960: PCI id table fixupBrian King2006-08-041-1/+1
* [PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0