Age | Commit message (Expand) | Author |
2019-04-30 | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig |
2018-01-10 | block: silently forbid sending any ioctl to a partition | Paolo Bonzini |
2018-01-09 | block: Fix kernel-doc warnings reported when building with W=1 | Bart Van Assche |
2017-11-10 | block: pass full fmode_t to blk_verify_command | Christoph Hellwig |
2017-06-20 | block: Change argument type of scsi_req_init() | Bart Van Assche |
2017-06-20 | block: Make most scsi_req_init() calls implicit | Bart Van Assche |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig |
2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig |
2017-04-05 | block, scsi: move the retries field to struct scsi_request | Christoph Hellwig |
2017-01-31 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig |
2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-19 | block: allow WRITE_SAME commands with the SG_IO ioctl | Mauricio Faria de Oliveira |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
2015-06-27 | block: fix bogus EFAULT error from SG_IO ioctl | Paolo Bonzini |
2015-04-11 | sg_io(): use import_iovec() | Al Viro |
2015-02-05 | block: pass iov_iter to the BLOCK_PC mapping functions | Kent Overstreet |
2014-12-08 | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus | James Bottomley |
2014-11-24 | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke |
2014-11-10 | scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMAND | Tony Battersby |
2014-10-22 | scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND | Jan Kara |
2014-09-11 | Merge branch 'for-linus' into for-3.18/core | Jens Axboe |
2014-08-28 | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence |
2014-08-26 | block,scsi: verify return pointer from blk_get_request | Joe Lawrence |
2014-08-26 | block: fix error handling in sg_io | Sabrina Dubroca |
2014-08-22 | fix regression in SCSI_IOCTL_SEND_COMMAND | Tony Battersby |
2014-08-21 | block: support > 16 byte CDBs for SG_IO | Christoph Hellwig |
2014-08-21 | block: cleanup error handling in sg_io | Christoph Hellwig |
2014-07-01 | block SG_IO: add SG_FLAG_Q_AT_HEAD flag | Douglas Gilbert |
2014-07-01 | block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge | Akinobu Mita |
2014-06-06 | block: add blk_rq_set_block_pc() | Jens Axboe |
2014-05-29 | block: remove dead code in scsi_ioctl:blk_verify_command | Dave Jones |
2014-01-21 | block: Fix memory leak in rw_copy_check_uvector() handling | Christian Engelmayer |
2013-11-08 | block: Use rw_copy_check_uvector() | Kent Overstreet |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2012-06-15 | scsi: Silence unnecessary warnings about ioctl to partition | Jan Kara |
2012-01-14 | block: fail SCSI passthrough ioctls on partition devices | Paolo Bonzini |
2012-01-14 | block: add and use scsi_blk_cmd_ioctl | Paolo Bonzini |
2011-10-19 | block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg() | Tejun Heo |
2010-11-10 | block: take care not to overflow when calculating total iov length | Jens Axboe |
2009-11-04 | block/scsi_ioctl.c: quiet sparse noise | H Hartley Sweeten |
2009-07-10 | block: call blk_scsi_ioctl_init() | FUJITA Tomonori |
2009-07-01 | block: get rid of queue-private command filter | Jens Axboe |
2009-05-22 | block: Use accessor functions for queue limits | Martin K. Petersen |
2009-05-11 | block: add rq->resid_len | Tejun Heo |
2009-04-28 | block: don't init rq fields unnecessarily | Tejun Heo |
2009-04-28 | block: kill rq->data | Tejun Heo |
2009-04-22 | block: fix SG_IO vector request data length handling | Tejun Heo |