summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
Commit message (Expand)AuthorAgeFilesLines
* block_device_operations->release() should return voidAl Viro2013-05-073-10/+6
* drivers/block/paride: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
* paride/pcd: fix bool verbose module parameter.Rusty Russell2012-01-131-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-135-7/+12
* paride: fix potential information leak in pg_read()Dan Carpenter2011-11-161-0/+1
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-021-1/+0
* Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-202-2/+0
|\
| * block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-213-3/+0
* | block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-0/+1
|/
* paride: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+21
* 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