summaryrefslogtreecommitdiff
path: root/drivers/scsi/sg.c
AgeCommit message (Expand)Author
2015-02-17sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby
2015-02-17sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby
2015-02-15sg: fix read() error reportingTony Battersby
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet
2015-02-02sg: remove an unused variableBart Van Assche
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert
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