summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride
AgeCommit message (Expand)AuthorLines
2018-10-15paride: convert pf to blk-mqJens Axboe-14/+42
2018-10-15paride: convert pd to blk-mqJens Axboe-28/+66
2018-10-15paride: convert pcd to blk-mqJens Axboe-32/+56
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-07-09paride: remove redundant variable nColin Ian King-2/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi-0/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche-0/+1
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig-0/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig-14/+14
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig-5/+2
2017-03-28parport/pf: stop sharing request queue across multiple gendisksOmar Sandoval-19/+38
2017-03-28parport/pcd: stop sharing request queue across multiple gendisksOmar Sandoval-19/+38
2017-03-28parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval-16/+34
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada-5/+5
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe-9/+7
2017-02-14cdrom: Make device operations read-onlyKees Cook-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig-9/+6
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-5/+5
2016-03-15paride: make 'verbose' parameter an 'int' againArnd Bergmann-4/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+96
2015-06-01paride: use new parport device modelSudip Mukherjee-7/+96
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig-2/+2
2015-04-15paride: fix the "verbose" module paramDan Carpenter-2/+2
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