aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sg.c
AgeCommit message (Expand)Author
2016-04-18sg: fix dxferp in from_to caseDouglas Gilbert
2016-02-15drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov
2015-08-27sg_start_req(): make sure that there's not too many elements in iovecAl Viro
2015-03-23sg: fix read() error reportingTony Battersby
2015-03-06sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby
2015-03-06sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig
2014-07-17scsi: Implement sg_printk()Hannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-07-17sg: O_EXCL and other lock handlingDouglas Gilbert
2014-07-17sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert
2014-07-17sg: relax 16 byte cdb restrictionDouglas Gilbert
2014-07-17sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2013-10-25[SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley
2013-10-25[SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley
2013-10-25[SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley
2013-10-25[SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley
2013-09-03[SCSI] sg: push file descriptor list locking down to per-device lockingVaughan Cao
2013-09-03[SCSI] sg: checking sdp->detached isn't protected when openVaughan Cao
2013-09-03[SCSI] sg: no need sg_open_exclusive_lockVaughan Cao
2013-09-03[SCSI] sg: use rwsem to solve race during exclusive openVaughan Cao
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-02-27scsi: convert to idr_alloc()Tejun Heo
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-05-17[SCSI] sg: constify sg_proc_leaf_arrJörn Engel
2012-05-17[SCSI] sg: remove sg_mutexJörn Engel
2012-05-17[SCSI] sg: completely protect sfdsJörn Engel
2012-05-17[SCSI] sg: protect sdp->excludeJörn Engel
2012-05-17[SCSI] sg: prevent unwoken sleepJörn Engel
2012-05-17[SCSI] sg: remove closed flagJörn Engel
2012-05-17[SCSI] sg: use wait_event_interruptible()Jörn Engel
2012-05-17[SCSI] sg: remove while (1) non-loopJörn Engel
2012-05-17[SCSI] sg: remove unnecessary indentationJörn Engel
2012-01-16[SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd
2012-01-03switch procfs to umode_t useAl Viro
2011-09-15scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-23drivers/scsi: Remove unnecessary casts of private_dataJoe Perches
2010-09-16sg: fix a warning in blk_rq_aligned() callNamhyung Kim
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-11drivers/scsi: use memdup_userJulia Lawall
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern
2010-07-28[SCSI] sg: fix bio leak with a detached deviceFUJITA Tomonori
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo