summaryrefslogtreecommitdiff
path: root/drivers/block/paride/pd.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary2023-01-311-1032/+0
* block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-2/+2
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-2/+2
|\
| * block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* | pd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
* | pd: cleanup initializationChristoph Hellwig2021-10-181-70/+70
|/
* pd: fix a NULL vs IS_ERR() checkDan Carpenter2021-08-271-1/+1
* pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang2021-07-151-1/+1
* pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-18/+12
* paride/pd: remove ->revalidate_diskChristoph Hellwig2021-03-291-11/+0
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-031-0/+1
* Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-121-0/+1
* pd: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-5/+25
* paride: convert pd to blk-mqJens Axboe2018-10-151-28/+66
* block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* 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-1/+1
* pd: don't check blk_execute_rq return value.Christoph Hellwig2017-04-201-5/+2
* parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval2017-03-281-16/+34
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-9/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-03-151-2/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-261-1/+11
|\
| * paride: use new parport device modelSudip Mukherjee2015-06-011-1/+11
* | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-2/+2
|/
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-261-0/+2
* block: remove struct request buffer memberJens Axboe2014-04-151-2/+2
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+2
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-211-1/+0
* paride: Convert to bdops->check_events()Tejun Heo2011-03-091-3/+4
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+4
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+4
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-5/+2
* paride: dequeue in-flight requestTejun Heo2009-05-111-5/+9
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-4/+4