- a30e344 scsi: remove the gendisk argument to scsi_ioctl by Christoph Hellwig · 3 years, 1 month ago
- b84ba30 block: remove the gendisk argument to blk_execute_rq by Christoph Hellwig · 3 years, 1 month ago
- 0bf6d96 block: remove blk_{get,put}_request by Christoph Hellwig · 3 years, 2 months ago
- 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 2 months ago
- b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 3 months ago
- 6a2ea0d scsi: st: Add missing break in switch statement in st_ioctl() by Nathan Chancellor · 3 years, 4 months ago
- a9c9a6f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
- 4593833 st: do not allocate a gendisk by Christoph Hellwig · 3 years, 4 months ago
- 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 5 months ago
- dba7688 scsi: st: Simplify ioctl handling by Christoph Hellwig · 3 years, 5 months ago
- 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 5 months ago
- a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- da6269d block: remove REQ_OP_SCSI_{IN,OUT} by Christoph Hellwig · 3 years, 6 months ago
- 54c2908 scsi: core: Drop the now obsolete driver_byte definitions by Hannes Reinecke · 3 years, 8 months ago
- 00da6a7 scsi: st: Return error code in st_scsi_execute() by Hannes Reinecke · 3 years, 8 months ago
- aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 9 months ago
- c8c165d scsi: st: Fix a use after free in st_open() by Lv Yunlong · 3 years, 10 months ago
- 8eeed0b block: remove unnecessary argument from blk_execute_rq_nowait by Guoqing Jiang · 4 years ago
- 170b7d2 scsi: Remove unneeded break statements by Tom Rix · 4 years, 2 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 08e9cbe scsi: st: Convert convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
- ec34143 scsi: st: remove unneeded variable 'result' in st_release() by Jason Yan · 4 years, 8 months ago
- 35b703d scsi: st: Use get_unaligned_be24() and sign_extend32() by Bart Van Assche · 4 years, 10 months ago
- bf65c84 scsi: docs: convert st.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
- d320a95 compat_ioctl: scsi: move ioctl handling into drivers by Arnd Bergmann · 6 years ago
- 1207045d compat_ioctl: move tape handling into drivers by Arnd Bergmann · 6 years ago
- ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
- 4e3ea14 scsi: osst: kill obsolete driver by Hannes Reinecke · 6 years ago
- 50a1ea5 scsi: st: add a SPDX tag to st.c by Christoph Hellwig · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
- 6f46f71 scsi: st: osst: Remove negative constant left-shifts by Iustin Pop · 6 years ago
- 211d62a scsi: st: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 92bc5a2 block: remove __blk_put_request() by Jens Axboe · 6 years ago
- 9905281 scsi: st: remove redundant pointer STbuffer by Colin Ian King · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
- 4011f07 scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_buffer by Jia-Ju Bai · 7 years ago
- 1f618aa scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probe by Jia-Ju Bai · 7 years ago
- e2dca2a scsi: st: fix kernel-doc mismatch by Randy Dunlap · 7 years ago
- 43bfe7b st: use get_user_pages_fast() by Al Viro · 7 years ago
- 180efde scsi: st: fix blk_get_queue usage by Bodo Stroesser · 7 years ago
- ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
- 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
- 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
- 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
- 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
- c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
- 5e4fabb st: clear ILI if Medium Error by Kai Makisara · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 8038e64 st: Fix MTMKPART to work with newer drives by Kai Makisara · 9 years ago
- d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
- be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
- ab08ee1 st: fix potential null pointer dereference. by Maurizio Lombardi · 9 years ago
- d9b43a1 st: allow debug output to be enabled or disabled via sysfs by Seymour, Shane M · 9 years ago
- 2d3a5d2 st: Destroy st_index_idr on module exit by Johannes Thumshirn · 9 years ago
- 10978e4 st: convert DRIVER_ATTR macros to DRIVER_ATTR_RO by Seymour, Shane M · 10 years ago
- 442d756 st: convert to using driver attr groups for sysfs by Seymour, Shane M · 10 years ago
- e7ac6c6 st: null pointer dereference panic caused by use after kref_put by st_open by Seymour, Shane M · 9 years ago
- 05545c9 st: implement tape statistics by Seymour, Shane M · 10 years ago
- 7e33912 mm: gup: use get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
- 3af6b35 scsi: remove scsi_driver owner field by Christoph Hellwig · 10 years ago
- dccfa68 st: call scsi_set_medium_removal directly by Christoph Hellwig · 10 years ago
- 906d15f scsi: split scsi_nonblockable_ioctl by Christoph Hellwig · 10 years ago
- d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
- 22e0d99 scsi: introduce sdev_prefix_printk() by Hannes Reinecke · 10 years ago
- 2bec708 st: add a debug_flag module parameter request by Laurence Oberman · 10 years ago
- d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 6fe8c1d scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() by Subhash Jadavani · 10 years ago
- a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
- b30d8bc scsi: Implement st_printk() by Hannes Reinecke · 11 years ago
- f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 11 years ago
- d6216c4 [SCSI] st: fix corruption of the st_modedef structures in st_set_options() by Maurizio Lombardi · 11 years ago
- 769989a [SCSI] st: fix enlarge_buffer by Bodo Stroesser · 11 years ago
- c69c6be [SCSI] st: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
- 2b5bebc [SCSI] st: Take additional queue ref in st_probe by Joe Lawrence · 12 years ago
- b98c52b scsi: convert to idr_alloc() by Tejun Heo · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 0644f53 [SCSI] st: remove st_mutex by Hannes Reinecke · 12 years ago
- 26898af [SCSI] st: clean up device file creation and removal by Jeff Mahoney · 12 years ago
- 6c648d9 [SCSI] st: get rid of scsi_tapes array by Jeff Mahoney · 12 years ago
- e3f2a9c [SCSI] st: clean up dev cleanup in st_probe by Jeff Mahoney · 12 years ago
- af23782 [SCSI] st: Use static class attributes by Jeff Mahoney · 12 years ago
- a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- c743e44 [SCSI] st: expand ability to write immediate filemarks by Lee Duncan · 13 years ago
- 46a243f [SCSI] st: implement PM by Oliver Neukum · 13 years ago
- c68bf8e [SCSI] st: fix race in st_scsi_execute_end by Petr Uzel · 13 years ago
- 46081b1 [SCSI] st: Increase success probability in driver buffer allocation by FUJITA Tomonori · 14 years ago
- 373daac [SCSI] st: Store page order before driver buffer allocation by Kai Makisara · 14 years ago
- c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- 3e51d3c [SCSI] st: add MTWEOFI to write filemarks without flushing drive buffer by Kai Makisara · 14 years ago