summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-18/+15Star
* scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-121-31/+3Star
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-1/+1
* scsi: introduce sdev_prefix_printk()Hannes Reinecke2014-11-121-2/+2
* scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert2014-11-121-6/+11
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-251-1/+1
* scsi: Implement sg_printk()Hannes Reinecke2014-07-171-68/+95
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* sg: O_EXCL and other lock handlingDouglas Gilbert2014-07-171-194/+230
* sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert2014-07-171-2/+7
* sg: relax 16 byte cdb restrictionDouglas Gilbert2014-07-171-17/+29
* sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita2014-07-171-4/+13
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-2/+1Star
* [SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley2013-10-251-41/+38Star
* [SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley2013-10-251-5/+29
* [SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley2013-10-251-9/+8Star
* [SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley2013-10-251-34/+28Star
* [SCSI] sg: push file descriptor list locking down to per-device lockingVaughan Cao2013-09-031-28/+34
* [SCSI] sg: checking sdp->detached isn't protected when openVaughan Cao2013-09-031-8/+9
* [SCSI] sg: no need sg_open_exclusive_lockVaughan Cao2013-09-031-29/+5Star
* [SCSI] sg: use rwsem to solve race during exclusive openVaughan Cao2013-09-031-38/+41
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* scsi: convert to idr_alloc()Tejun Heo2013-02-281-26/+17Star
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* [SCSI] sg: constify sg_proc_leaf_arrJörn Engel2012-05-171-2/+2
* [SCSI] sg: remove sg_mutexJörn Engel2012-05-171-17/+2Star
* [SCSI] sg: completely protect sfdsJörn Engel2012-05-171-3/+16
* [SCSI] sg: protect sdp->excludeJörn Engel2012-05-171-7/+30
* [SCSI] sg: prevent unwoken sleepJörn Engel2012-05-171-2/+14
* [SCSI] sg: remove closed flagJörn Engel2012-05-171-7/+7
* [SCSI] sg: use wait_event_interruptible()Jörn Engel2012-05-171-12/+7Star
* [SCSI] sg: remove while (1) non-loopJörn Engel2012-05-171-30/+22Star
* [SCSI] sg: remove unnecessary indentationJörn Engel2012-05-171-29/+24Star
* [SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd2012-01-161-14/+11Star
* switch procfs to umode_t useAl Viro2012-01-041-4/+3Star
* scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-8/+10
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * drivers/scsi: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-1/+1
|\ \
| * | sg: fix a warning in blk_rq_aligned() callNamhyung Kim2010-09-161-1/+1
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ /
* / / scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+7
|/ /
* / drivers/scsi: use memdup_userJulia Lawall2010-08-111-8/+3Star
|/
* [SCSI] implement runtime Power ManagementAlan Stern2010-07-281-1/+9
* [SCSI] sg: fix bio leak with a detached deviceFUJITA Tomonori2010-07-281-0/+2
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+2Star