summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
AgeCommit message (Expand)AuthorLines
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence-2/+2
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence-0/+2
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven-2/+2
2014-04-15block: remove struct request buffer memberJens Axboe-5/+5
2014-01-21drivers/block/paride/pg.c: underflow bug in pg_write()Dan Carpenter-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro-10/+6
2013-01-21drivers/block/paride: remove depends on CONFIG_EXPERIMENTALKees Cook-2/+2
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-7/+12
2011-11-16paride: fix potential information leak in pg_read()Dan Carpenter-0/+1
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds-1/+0
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe-2/+0
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo-3/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo-0/+1
2011-03-09paride: Convert to bdops->check_events()Tejun Heo-14/+21
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+2
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-22/+25
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann-12/+14
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-6/+28
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-4/+18
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-12paride: fix off-by-one testRoel Kluin-6/+6
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan-3/+3
2009-09-11block: use printk_onceMarcin Slusarz-8/+4
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-9/+4
2009-05-11paride: dequeue in-flight requestTejun Heo-18/+28
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-10/+10
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo-22/+23
2009-02-18paride/pg.c: xs(): &&/|| confusionRoel Kluin-1/+1
2008-10-21[PATCH] switch pfAl Viro-13/+13
2008-10-21[PATCH] switch pdAl Viro-9/+9
2008-10-21[PATCH] switch pcdAl Viro-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro-9/+9
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro-3/+5
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro-2/+2
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman-9/+6
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman-6/+9
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds-11/+9
2008-07-15block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori-11/+9
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds-7/+22
2008-07-04paride: push ioctl down into driverAlan Cox-9/+11
2008-06-20paride: cdev lock_kernel() pushdownJonathan Corbet-7/+23
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori-3/+1
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan-1/+1