Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-09-14scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-23st: do not allocate a gendiskChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-29scsi: st: Simplify ioctl handlingChristoph Hellwig
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-01scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke
2021-06-01scsi: st: Return error code in st_scsi_execute()Hannes Reinecke
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-16scsi: st: Fix a use after free in st_open()Lv Yunlong
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2020-10-27scsi: Remove unneeded break statementsTom Rix
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-10scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard
2020-04-22scsi: st: remove unneeded variable 'result' in st_release()Jason Yan
2020-03-17scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche
2020-03-12scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-19scsi: osst: kill obsolete driverHannes Reinecke
2019-05-21scsi: st: add a SPDX tag to st.cChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop
2019-01-12scsi: st: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-08-09scsi: st: remove redundant pointer STbufferColin Ian King
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: 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-21scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai
2018-04-21scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai
2017-12-05scsi: st: fix kernel-doc mismatchRandy Dunlap
2017-09-23st: use get_user_pages_fast()Al Viro
2017-08-08scsi: st: fix blk_get_queue usageBodo Stroesser
2017-06-21block: 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-02-01block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig