summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* scsi: convert to idr_alloc()Tejun Heo2013-02-271-26/+17
* 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/+2
* [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/+7
* [SCSI] sg: remove while (1) non-loopJörn Engel2012-05-171-30/+22
* [SCSI] sg: remove unnecessary indentationJörn Engel2012-05-171-29/+24
* [SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd2012-01-161-14/+11
* switch procfs to umode_t useAl Viro2012-01-031-4/+3
* 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-221-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/+3
|/
* [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/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-111-5/+5
|\
| * [SCSI] sg: Free data buffers after calling blk_rq_unmap_userChristof Schmitt2009-10-021-5/+5
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-13/+30
|/
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-3/+3
* [SCSI] sg: fix oops in the error path in sg_build_indirect()Michal Schmidt2009-09-121-1/+1
* block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-0/+4
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* block: get rid of queue-private command filterJens Axboe2009-07-011-3/+1
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-8/+9
|\
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-7/+8
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-5/+8
| |\
| * | block: add rq->resid_lenTejun Heo2009-05-111-1/+1
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-5/+8
|\ \ \ | | |/ | |/|
| * | [SCSI] sg: return EFAULT for an invalid user addressFUJITA Tomonori2009-04-271-5/+8
| |/
* / blktrace: support per-partition tracingShawn Du2009-04-161-0/+1
|/
* [SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori2009-04-031-3/+6
* [SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori2009-04-031-4/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-281-272/+223
|\
| * [SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori2009-03-121-36/+14
| * [SCSI] sg: use ALIGN macroFUJITA Tomonori2009-03-121-3/+2
| * [SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori2009-03-121-8/+0