Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
afeeecc764436f31d4447575bb9007732333818c
/
drivers
/
scsi
/
sg.c
0ff94fb
scsi: sg: fix minor memory leak in error path
by Tony Battersby
· 6 years ago
b6db8af
scsi: sg: mitigate read/write abuse
by Jann Horn
· 6 years ago
ad25183
scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
by Alexander Potapenko
· 6 years ago
6505dd1
scsi: sg: don't return bogus Sg_requests
by Johannes Thumshirn
· 7 years ago
887cb85
scsi: sg: only check for dxfer_len greater than 256M
by Johannes Thumshirn
· 7 years ago
cbdcbd9
scsi: sg: fix static checker warning in sg_is_valid_dxfer
by Johannes Thumshirn
· 7 years ago
691db18
scsi: sg: fix SG_DXFER_FROM_DEV transfers
by Johannes Thumshirn
· 7 years ago
ae9b6ae
scsi: sg: close race condition in sg_remove_sfp_usercontext()
by Hannes Reinecke
· 8 years ago
602f933
scsi: sg: check for valid direction before starting the request
by Johannes Thumshirn
· 8 years ago
bb7119e
scsi: sg: disable SET_FORCE_LOW_DMA
by Hannes Reinecke
· 8 years ago
5a0dbfe
scsi: sg: Re-fix off by one in sg_fill_request_table()
by Ben Hutchings
· 7 years ago
90cb12f
scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
by Hannes Reinecke
· 7 years ago
25d5a8a
scsi: sg: factor out sg_fill_request_table()
by Hannes Reinecke
· 7 years ago
c6b9a20
scsi: sg: off by one in sg_ioctl()
by Dan Carpenter
· 7 years ago
2b2d86b
scsi: sg: use standard lists for sg_requests
by Hannes Reinecke
· 8 years ago
91fb151
scsi: sg: remove 'save_scat_len'
by Hannes Reinecke
· 8 years ago
7791b59
scsi: sg: recheck MMAP_IO request length with lock held
by Todd Poynor
· 7 years ago
b06e1ab
scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
by Todd Poynor
· 7 years ago
c47c52c
scsi: sg: reset 'res_in_use' after unlinking reserved array
by Hannes Reinecke
· 8 years ago
4099ac9
scsi: sg: protect accesses to 'reserved' page array
by Hannes Reinecke
· 8 years ago
c2a8695
scsi: sg: check length passed to SG_NEXT_CMD_LEN
by peter chang
· 8 years ago
a975e8e
Fix missing sanity check in /dev/sg
by Al Viro
· 8 years ago
3f3a6bb
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
by Al Viro
· 8 years ago
f8630bd7
scsi: sg: Use mult_frac, drop MULDIV macro
by Paul Burton
· 8 years ago
b9b6e80
scsi: sg: Avoid overflow when USER_HZ > HZ
by Paul Burton
· 8 years ago
5ecee0a
sg: fix dxferp in from_to case
by Douglas Gilbert
· 9 years ago
461c7fa
drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration
by Kirill A. Shutemov
· 9 years ago
f3951a3
sg: Fix double-free when drives detach during SG_IO
by Calvin Owens
· 9 years ago
fdc81f4
sg_start_req(): use import_iovec()
by Al Viro
· 10 years ago
451a288
sg_start_req(): make sure that there's not too many elements in iovec
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
c8c6c9b
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
7772855
sg: fix EWOULDBLOCK errors with scsi-mq
by Tony Battersby
· 10 years ago
7568615
sg: fix unkillable I/O wait deadlock with scsi-mq
by Tony Battersby
· 10 years ago
3b524a6
sg: fix read() error reporting
by Tony Battersby
· 10 years ago
3e12cef
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
26e49cf
block: pass iov_iter to the BLOCK_PC mapping functions
by Kent Overstreet
· 10 years ago
5af2e38
sg: remove an unused variable
by Bart Van Assche
· 10 years ago
906d15f
scsi: split scsi_nonblockable_ioctl
by Christoph Hellwig
· 10 years ago
176aa9d
scsi: refactor scsi_reset_provider handling
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
26cf591
scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl
by Douglas Gilbert
· 10 years ago
a492f07
block,scsi: fixup blk_get_request dead queue scenarios
by Joe Lawrence
· 10 years ago
71e75c9
scsi: convert device_busy to atomic_t
by Christoph Hellwig
· 11 years ago
95e159d
scsi: Implement sg_printk()
by Hannes Reinecke
· 10 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
cc833ac
sg: O_EXCL and other lock handling
by Douglas Gilbert
· 10 years ago
16070cc
sg: add SG_FLAG_Q_AT_TAIL flag
by Douglas Gilbert
· 10 years ago
65c26a0
sg: relax 16 byte cdb restriction
by Douglas Gilbert
· 10 years ago
46f69e6
sg: prevent integer overflow when converting from sectors to bytes
by Akinobu Mita
· 10 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 10 years ago
065b4a2
[SCSI] Revert "sg: use rwsem to solve race during exclusive open"
by James Bottomley
· 11 years ago
98481ff
[SCSI] Revert "sg: no need sg_open_exclusive_lock"
by James Bottomley
· 11 years ago
bafc8ad
[SCSI] Revert "sg: checking sdp->detached isn't protected when open"
by James Bottomley
· 11 years ago
c0d3b9c2
[SCSI] Revert "sg: push file descriptor list locking down to per-device locking"
by James Bottomley
· 11 years ago
1f962eb
[SCSI] sg: push file descriptor list locking down to per-device locking
by Vaughan Cao
· 11 years ago
e32c9e6
[SCSI] sg: checking sdp->detached isn't protected when open
by Vaughan Cao
· 11 years ago
00b2d9d
[SCSI] sg: no need sg_open_exclusive_lock
by Vaughan Cao
· 11 years ago
15b06f9
[SCSI] sg: use rwsem to solve race during exclusive open
by Vaughan Cao
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
b98c52b
scsi: convert to idr_alloc()
by Tejun Heo
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
18b8ba6
[SCSI] sg: constify sg_proc_leaf_arr
by Jörn Engel
· 13 years ago
37b9d1e
[SCSI] sg: remove sg_mutex
by Jörn Engel
· 13 years ago
035d12e
[SCSI] sg: completely protect sfds
by Jörn Engel
· 13 years ago
b499e52
[SCSI] sg: protect sdp->exclude
by Jörn Engel
· 13 years ago
6acddc5
[SCSI] sg: prevent unwoken sleep
by Jörn Engel
· 13 years ago
ebaf466
[SCSI] sg: remove closed flag
by Jörn Engel
· 13 years ago
3f0c6ab
[SCSI] sg: use wait_event_interruptible()
by Jörn Engel
· 13 years ago
794c10f
[SCSI] sg: remove while (1) non-loop
by Jörn Engel
· 13 years ago
dddbf8d
[SCSI] sg: remove unnecessary indentation
by Jörn Engel
· 13 years ago
7e95fff
[SCSI] sg: convert to kstrtoul_from_user()
by Stephen Boyd
· 13 years ago
d161a13
switch procfs to umode_t use
by Al Viro
· 13 years ago
2fe038e
scsi/sg: use printk_ratelimited instead of printk_ratelimit
by Christian Dietrich
· 13 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
e9dd2b6
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
35df839
drivers/scsi: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
2610a25
sg: fix a warning in blk_rq_aligned() call
by Namhyung Kim
· 14 years ago
c45d15d
scsi: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
3094141
drivers/scsi: use memdup_user
by Julia Lawall
· 14 years ago
bc4f240
[SCSI] implement runtime Power Management
by Alan Stern
· 14 years ago
caf19d3
[SCSI] sg: fix bio leak with a detached device
by FUJITA Tomonori
· 14 years ago
f4927c4
scsi: Push down BKL into ioctl functions
by Arnd Bergmann
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8a78362
block: Consolidate phys_segment and hw_segment limits
by Martin K. Petersen
· 15 years ago
69585dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 15 years ago
e27168f
[SCSI] sg: Free data buffers after calling blk_rq_unmap_user
by Christof Schmitt
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
e71044e
[SCSI] sg: fix oops in the error path in sg_build_indirect()
by Michal Schmidt
· 15 years ago
ecb554a
block: fix sg SG_DXFER_TO_FROM_DEV regression
by FUJITA Tomonori
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
018e044
block: get rid of queue-private command filter
by Jens Axboe
· 15 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
ae03bf6
block: Use accessor functions for queue limits
by Martin K. Petersen
· 15 years ago
Next »