aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAge
* [SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd2012-01-16
* switch procfs to umode_t useAl Viro2012-01-03
* scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-15
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
|\
| * drivers/scsi: Remove unnecessary casts of private_dataJoe Perches2010-09-23
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \
| * | sg: fix a warning in blk_rq_aligned() callNamhyung Kim2010-09-16
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
| |/ /
* / / scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-15
|/ /
* / drivers/scsi: use memdup_userJulia Lawall2010-08-11
|/
* [SCSI] implement runtime Power ManagementAlan Stern2010-07-28
* [SCSI] sg: fix bio leak with a detached deviceFUJITA Tomonori2010-07-28
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-11
|\
| * [SCSI] sg: Free data buffers after calling blk_rq_unmap_userChristof Schmitt2009-10-02
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-01
|/
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* seq_file: constify seq_operationsJames Morris2009-09-23
* [SCSI] sg: fix oops in the error path in sg_build_indirect()Michal Schmidt2009-09-12
* block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-10
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* block: get rid of queue-private command filterJens Axboe2009-07-01
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11
|\
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
| |\
| * | block: add rq->resid_lenTejun Heo2009-05-11
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07
|\ \ \ | | |/ | |/|
| * | [SCSI] sg: return EFAULT for an invalid user addressFUJITA Tomonori2009-04-27
| |/
* / blktrace: support per-partition tracingShawn Du2009-04-16
|/
* [SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori2009-04-03
* [SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori2009-04-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-28
|\
| * [SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori2009-03-12
| * [SCSI] sg: use ALIGN macroFUJITA Tomonori2009-03-12
| * [SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori2009-03-12
| * [SCSI] sg: avoid blk_put_request/blk_rq_unmap_user in interruptFUJITA Tomonori2009-03-12
| * [SCSI] sg: fix races with ioctl(SG_IO)Tony Battersby2009-03-12
| * [SCSI] sg: fix races during device removalTony Battersby2009-03-12
* | Rationalize fasync return valuesJonathan Corbet2009-03-16
|/
* [SCSI] sg: fix device number in blktrace dataMartin Peschke2009-02-10
* [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori2009-01-02
* [SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori2009-01-02
* saner FASYNC handling on file closeAl Viro2008-11-01
* [PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro2008-10-21
* device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori2008-10-09
* sg: remove sg_read_xferFUJITA Tomonori2008-10-09