aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/st.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16scsi: st: Use get_unaligned_be24() and sign_extend32()Gravatar Bart Van Assche 1-2/+2
2020-03-11scsi: docs: convert st.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-01-03compat_ioctl: scsi: move ioctl handling into driversGravatar Arnd Bergmann 1-19/+32
2019-10-23compat_ioctl: move tape handling into driversGravatar Arnd Bergmann 1-10/+18
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+3
2019-06-18scsi: osst: kill obsolete driverGravatar Hannes Reinecke 1-3/+3
2019-05-21scsi: st: add a SPDX tag to st.cGravatar Christoph Hellwig 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+2
2019-02-27scsi: st: osst: Remove negative constant left-shiftsGravatar Iustin Pop 1-1/+1
2019-01-11scsi: st: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+4
2018-11-07block: remove __blk_put_request()Gravatar Jens Axboe 1-1/+1
2018-08-08scsi: st: remove redundant pointer STbufferGravatar Colin Ian King 1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+3
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferGravatar Jia-Ju Bai 1-2/+2
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeGravatar Jia-Ju Bai 1-1/+1
2017-12-04scsi: st: fix kernel-doc mismatchGravatar Randy Dunlap 1-1/+1
2017-09-22st: use get_user_pages_fast()Gravatar Al Viro 1-5/+1
2017-08-08scsi: st: fix blk_get_queue usageGravatar Bodo Stroesser 1-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-3/+3
2017-04-05block, scsi: move the retries field to struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-3/+3
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-10/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-3/+2
2016-04-25st: clear ILI if Medium ErrorGravatar Kai Makisara 1-3/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2016-02-23st: Fix MTMKPART to work with newer drivesGravatar Kai Makisara 1-11/+111
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-2/+0
2015-12-03Merge branch 'mkp-fixes' into fixesGravatar James Bottomley 1-2/+3
2015-11-19st: fix potential null pointer dereference.Gravatar Maurizio Lombardi 1-2/+3
2015-11-09st: allow debug output to be enabled or disabled via sysfsGravatar Seymour, Shane M 1-0/+30
2015-08-26st: Destroy st_index_idr on module exitGravatar Johannes Thumshirn 1-0/+1
2015-08-12st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROGravatar Seymour, Shane M 1-12/+12
2015-08-12st: convert to using driver attr groups for sysfsGravatar Seymour, Shane M 1-48/+10
2015-07-16st: null pointer dereference panic caused by use after kref_put by st_openGravatar Seymour, Shane M 1-1/+1
2015-06-02st: implement tape statisticsGravatar Seymour, Shane M 1-1/+271
2015-02-11mm: gup: use get_user_pages_unlockedGravatar Andrea Arcangeli 1-5/+2
2014-11-24scsi: remove scsi_driver owner fieldGravatar Christoph Hellwig 1-1/+1
2014-11-12st: call scsi_set_medium_removal directlyGravatar Christoph Hellwig 1-7/+6
2014-11-12scsi: split scsi_nonblockable_ioctlGravatar Christoph Hellwig 1-4/+3