summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+11
|\
| * paride/pf: Fix potential NULL pointer dereferenceYueHaibing2019-04-031-1/+11
* | Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-121-0/+1
|/
* paride/pf: cleanup queues when detection failsJens Axboe2019-03-181-5/+11
* paride: convert pf to blk-mqJens Axboe2018-10-161-14/+42
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-9/+9
* parport/pf: stop sharing request queue across multiple gendisksOmar Sandoval2017-03-281-19/+38
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* paride: use new parport device modelSudip Mukherjee2015-06-011-0/+7
* block: remove struct request buffer memberJens Axboe2014-04-151-2/+2
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+4Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+3
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0Star
* paride: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+6
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-8/+9
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-5/+15
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+5
* paride: fix off-by-one testRoel Kluin2010-03-121-2/+2
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1Star
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1Star
* paride: dequeue in-flight requestTejun Heo2009-05-111-7/+7
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-4/+4
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-14/+14
* [PATCH] switch pfAl Viro2008-10-211-13/+13
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* paride: pf driver fixesOndrej Zary2007-11-151-11/+14
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* paride drivers: initialize spinlocksAlexey Dobriyan2007-04-241-1/+1
* [PATCH] paride: return proper error codeAkinobu Mita2006-12-071-4/+4
* [PATCH] Deref in drivers/block/paride/pf.cEric Sesterhenn2006-06-291-1/+1
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-091-24/+26
* [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.cNorbert Kiesel2005-10-311-4/+0Star
* [PATCH] fix pf request handlingJens Axboe2005-09-171-6/+16
* [PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+982