aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-1/+1
2014-07-17scsi: Implement sg_printk()Hannes Reinecke1-68/+95
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-07-17sg: O_EXCL and other lock handlingDouglas Gilbert1-194/+230
2014-07-17sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert1-2/+7
2014-07-17sg: relax 16 byte cdb restrictionDouglas Gilbert1-17/+29
2014-07-17sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita1-4/+13
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-2/+1
2013-10-25[SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley1-41/+38
2013-10-25[SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley1-5/+29
2013-10-25[SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley1-9/+8
2013-10-25[SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley1-34/+28
2013-09-03[SCSI] sg: push file descriptor list locking down to per-device lockingVaughan Cao1-28/+34
2013-09-03[SCSI] sg: checking sdp->detached isn't protected when openVaughan Cao1-8/+9
2013-09-03[SCSI] sg: no need sg_open_exclusive_lockVaughan Cao1-29/+5
2013-09-03[SCSI] sg: use rwsem to solve race during exclusive openVaughan Cao1-38/+41
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-02-27scsi: convert to idr_alloc()Tejun Heo1-26/+17
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-05-17[SCSI] sg: constify sg_proc_leaf_arrJörn Engel1-2/+2
2012-05-17[SCSI] sg: remove sg_mutexJörn Engel1-17/+2
2012-05-17[SCSI] sg: completely protect sfdsJörn Engel1-3/+16
2012-05-17[SCSI] sg: protect sdp->excludeJörn Engel1-7/+30
2012-05-17[SCSI] sg: prevent unwoken sleepJörn Engel1-2/+14
2012-05-17[SCSI] sg: remove closed flagJörn Engel1-7/+7
2012-05-17[SCSI] sg: use wait_event_interruptible()Jörn Engel1-12/+7
2012-05-17[SCSI] sg: remove while (1) non-loopJörn Engel1-30/+22
2012-05-17[SCSI] sg: remove unnecessary indentationJörn Engel1-29/+24
2012-01-16[SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd1-14/+11
2012-01-03switch procfs to umode_t useAl Viro1-4/+3
2011-09-15scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-8/+10
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-23drivers/scsi: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-09-16sg: fix a warning in blk_rq_aligned() callNamhyung Kim1-1/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+7
2010-08-11drivers/scsi: use memdup_userJulia Lawall1-8/+3
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-1/+9
2010-07-28[SCSI] sg: fix bio leak with a detached deviceFUJITA Tomonori1-0/+2
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-3/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-4/+2
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-5/+5
2009-10-02[SCSI] sg: Free data buffers after calling blk_rq_unmap_userChristof Schmitt1-5/+5
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-13/+30
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-3/+3