aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-1/+11
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck1-0/+1
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing1-1/+11
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe1-5/+11
2018-10-15paride: convert pf to blk-mqJens Axboe1-14/+42
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-9/+9
2017-03-28parport/pf: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+38
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-01paride: use new parport device modelSudip Mukherjee1-0/+7
2014-04-15block: remove struct request buffer memberJens Axboe1-2/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-5/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+3
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-09paride: Convert to bdops->check_events()Tejun Heo1-4/+6
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-8/+9
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-5/+15
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+5
2010-03-12paride: fix off-by-one testRoel Kluin1-2/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11paride: dequeue in-flight requestTejun Heo1-7/+7
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-4/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-14/+14
2008-10-21[PATCH] switch pfAl Viro1-13/+13
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2007-11-14paride: pf driver fixesOndrej Zary1-11/+14
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-04-24paride drivers: initialize spinlocksAlexey Dobriyan1-1/+1
2006-12-07[PATCH] paride: return proper error codeAkinobu Mita1-4/+4
2006-06-29[PATCH] Deref in drivers/block/paride/pf.cEric Sesterhenn1-1/+1
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-24/+26
2005-10-30[PATCH] delete 2 unreachable statements in drivers/block/paride/pf.cNorbert Kiesel1-4/+0
2005-09-17[PATCH] fix pf request handlingJens Axboe1-6/+16
2005-09-10[PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+982