summaryrefslogtreecommitdiffstats
path: root/drivers/block/DAC960.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-43/+6
|\
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-43/+6
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
* | DAC960: don't use block layer bounce buffersChristoph Hellwig2018-05-111-7/+2
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-20/+18
|\
| * block: DAC960: Replace PCI pool old APIRomain Perier2018-01-021-20/+18
* | DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+2
* block: DAC960: shut up format-overflow warningArnd Bergmann2017-07-291-4/+8
* block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-2/+2
* block: use pci_zalloc_consistentJoe Perches2014-08-081-9/+9
* DAC960: remove sleep_on usageArnd Bergmann2014-03-131-18/+16
* 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
OpenPOWER on IntegriCloud