aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/st.c
AgeCommit message (Expand)Author
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop
2019-01-11scsi: st: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-08-08scsi: st: remove redundant pointer STbufferColin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai
2017-12-04scsi: st: fix kernel-doc mismatchRandy Dunlap
2017-09-22st: use get_user_pages_fast()Al Viro
2017-08-08scsi: st: fix blk_get_queue usageBodo Stroesser
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-04-25st: clear ILI if Medium ErrorKai Makisara
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-23st: Fix MTMKPART to work with newer drivesKai Makisara
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi
2015-11-09st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M
2015-08-26st: Destroy st_index_idr on module exitJohannes Thumshirn
2015-08-12st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M
2015-08-12st: convert to using driver attr groups for sysfsSeymour, Shane M
2015-07-16st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M
2015-06-02st: implement tape statisticsSeymour, Shane M
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke
2014-11-12st: add a debug_flag module parameter requestLaurence Oberman
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-09-15scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-07-17scsi: Implement st_printk()Hannes Reinecke
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-03-15[SCSI] st: fix corruption of the st_modedef structures in st_set_options()Maurizio Lombardi