aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pd: cleanup initializationChristoph Hellwig1-70/+70
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang1-1/+1
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-18/+12
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig1-11/+0
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann1-0/+1
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck1-0/+1
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig1-5/+25
2018-10-15paride: convert pd to blk-mqJens Axboe1-28/+66
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
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-1/+1
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig1-5/+2
2017-03-28parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval1-16/+34
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-9/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-15paride: make 'verbose' parameter an 'int' againArnd Bergmann1-2/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+11
2015-06-01paride: use new parport device modelSudip Mukherjee1-1/+11
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-2/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence1-0/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-2/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+2
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-3/+4
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+4
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-5/+2
2009-05-11paride: dequeue in-flight requestTejun Heo1-5/+9
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-2/+3