summaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pd.c
AgeCommit message (Expand)AuthorLines
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche-0/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds-2/+2
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig-2/+2
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain-1/+5
2021-10-18pd: cleanup initializationChristoph Hellwig-70/+70
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter-1/+1
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang-1/+1
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-18/+12
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig-11/+0
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann-0/+1
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck-0/+1
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig-5/+25
2018-10-15paride: convert pd to blk-mqJens Axboe-28/+66
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-1/+1
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig-1/+1
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig-5/+2
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-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig-9/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-03-15paride: make 'verbose' parameter an 'int' againArnd Bergmann-2/+2
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-1/+11
2015-06-01paride: use new parport device modelSudip Mukherjee-1/+11
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig-2/+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-04-15block: remove struct request buffer memberJens Axboe-2/+2
2013-05-07block_device_operations->release() should return voidAl Viro-3/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+2
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo-1/+0
2011-03-09paride: Convert to bdops->check_events()Tejun Heo-3/+4
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-0/+4
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+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-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-5/+2
2009-05-11paride: dequeue in-flight requestTejun Heo-5/+9
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-4/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo-2/+3