aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-50/+41
2019-11-06scsi: sg: sg_ioctl(): get rid of access_ok()Al Viro1-2/+0
2019-11-06scsi: sg: sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()Al Viro1-5/+3
2019-11-06scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user()Al Viro1-12/+6
2019-11-06scsi: sg: sg_new_write(): don't bother with access_okAl Viro1-3/+1
2019-11-06scsi: sg: sg_read(): simplify reading ->pack_id of userland sg_io_hdr_tAl Viro1-11/+2
2019-11-06scsi: sg: sg_write(): __get_user() can fail...Al Viro1-2/+4
2019-11-06scsi: sg: sg_new_write(): replace access_ok() + __copy_from_user() with copy_from_user()Al Viro1-5/+1
2019-11-06scsi: sg: sg_ioctl(): fix copyout handlingAl Viro1-27/+16
2019-10-23compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann1-5/+35
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-8/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner1-6/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-8/+8
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-10-16scsi: sg: remove bad blk_end_request_all() callJens Axboe1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+2
2018-08-14Merge SCSI_IOCTL_SEND_COMMAND cleanup branch.Linus Torvalds1-9/+0
2018-07-12scsi: sg: update comment for blk_get_request()Tony Battersby1-9/+5
2018-07-12scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2018-07-10scsi sg: remove incorrect scsi command checking logicLinus Torvalds1-9/+0
2018-06-26scsi: sg: mitigate read/write abuseJann Horn1-2/+40
2018-06-19scsi: sg: clean up gfp_mask in sg_build_indirectJeff Moyer1-5/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-112/+12
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-18scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko1-1/+1
2018-05-16sg: simplify procfs codeChristoph Hellwig1-112/+12
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-19scsi: sg: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2017-11-28debugging printk in sg_poll() uses %x to print POLL... bitmapAl Viro1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-1/+1
2017-10-17scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2017-09-15scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke1-3/+2
2017-09-15scsi: sg: factor out sg_fill_request_table()Hannes Reinecke1-26/+35
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-31/+2
2017-08-25scsi: sg: Fix type of last blk_trace_setup() argumentBart Van Assche1-2/+1
2017-08-24scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2017-08-24scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2017-08-22scsi: sg: off by one in sg_ioctl()Dan Carpenter1-1/+1
2017-07-27scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn1-30/+1
2017-07-17scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn1-2/+5
2017-07-12scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn1-1/+4
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-2/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-3/+3
2017-05-11scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn1-2/+3
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-143/+141