aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-12/+8
2021-03-15scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-09scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard1-15/+5
2020-04-22scsi: st: remove unneeded variable 'result' in st_release()Jason Yan1-3/+2
2020-03-16scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche1-2/+2
2020-03-11scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann1-19/+32
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann1-10/+18
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2019-06-18scsi: osst: kill obsolete driverHannes Reinecke1-3/+3
2019-05-21scsi: st: add a SPDX tag to st.cChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop1-1/+1
2019-01-11scsi: st: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-08-08scsi: st: remove redundant pointer STbufferColin Ian King1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai1-2/+2
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai1-1/+1
2017-12-04scsi: st: fix kernel-doc mismatchRandy Dunlap1-1/+1
2017-09-22st: use get_user_pages_fast()Al Viro1-5/+1
2017-08-08scsi: st: fix blk_get_queue usageBodo Stroesser1-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-3/+3
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-10/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-3/+2
2016-04-25st: clear ILI if Medium ErrorKai Makisara1-3/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-02-23st: Fix MTMKPART to work with newer drivesKai Makisara1-11/+111
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+0
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-2/+3
2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi1-2/+3
2015-11-09st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M1-0/+30
2015-08-26st: Destroy st_index_idr on module exitJohannes Thumshirn1-0/+1
2015-08-12st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M1-12/+12