summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-053-22/+25
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-052-12/+14
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-073-6/+28
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-073-4/+18
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-093-6/+6
|\
| * paride: fix off-by-one testRoel Kluin2010-03-123-6/+6
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-223-3/+3
* block: use printk_onceMarcin Slusarz2009-09-111-8/+4
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-113-9/+4
* paride: dequeue in-flight requestTejun Heo2009-05-113-18/+28
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-113-10/+10
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-283-22/+23
* paride/pg.c: xs(): &&/|| confusionRoel Kluin2009-02-181-1/+1
* [PATCH] switch pfAl Viro2008-10-211-13/+13
* [PATCH] switch pdAl Viro2008-10-211-9/+9
* [PATCH] switch pcdAl Viro2008-10-211-13/+12
* [PATCH] beginning of methods conversionAl Viro2008-10-213-9/+9
* [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-211-3/+5
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-212-2/+2
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-162-9/+6
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-151-11/+9
|\
| * block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori2008-07-151-11/+9
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-142-7/+22
|\ \
| * | paride: cdev lock_kernel() pushdownJonathan Corbet2008-06-202-7/+23
| |/
* | paride: push ioctl down into driverAlan Cox2008-07-041-9/+11
|/
* block: use blk_rq_init() to initialize the requestFUJITA Tomonori2008-04-291-3/+1
* fix ! versus & precedence in various placesAlexey Dobriyan2008-02-061-1/+1
* paride: Convert from class_device to device for block/parideTony Jones2008-01-242-9/+9
* paride: pf driver fixesOndrej Zary2007-11-141-11/+14
* paride: fix 'and' typo in drivers/block/paride/pt.cRoel Kluin2007-11-051-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-243-5/+5
* paride drivers: initialize spinlocksAlexey Dobriyan2007-04-242-2/+2
* [PATCH] paride endianness annotationsAl Viro2007-03-141-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-122-2/+2
* [PATCH] Remove unused kernel config option PARIDE_PARPORTRobert P. J. Day2007-02-111-7/+1
* [PATCH] remove drivers/block/paride/jumboAdrian Bunk2006-12-071-70/+0
* [PATCH] paride: remove parport #ifdef'sAdrian Bunk2006-12-072-46/+0
* [PATCH] paride: return proper error codeAkinobu Mita2006-12-074-12/+12
* [PATCH] paride_register(): shuffle return valuesAlexey Dobriyan2006-12-0716-18/+26
* [PATCH] paride: rename pi_register() and pi_unregister()Alexey Dobriyan2006-12-0717-37/+37
* WorkStruct: make allyesconfigDavid Howells2006-11-222-9/+9
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
OpenPOWER on IntegriCloud