index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
osd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+2
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "embeded" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-22
scsi: make the sense header argument to scsi_test_unit_ready mandatory
Christoph Hellwig
1
-1
/
+2
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-1
/
+2
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
1
-9
/
+10
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-1
/
+1
2016-07-20
scsi/osd: open code blk_make_request
Christoph Hellwig
1
-9
/
+16
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
1
-4
/
+4
2016-06-07
block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
Mike Christie
1
-2
/
+2
2016-02-25
osd: remove deadcode
Sudip Mukherjee
1
-2
/
+1
2015-12-10
osd: fix signed char versus %02x issue
Rasmus Villemoes
1
-4
/
+1
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-03-06
treewide: Fix typo in printk messages
Masanari Iida
1
-1
/
+1
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-10-21
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
5
-7
/
+7
2014-10-19
Boaz Harrosh - Fix broken email address
Boaz Harrosh
5
-7
/
+7
2014-08-28
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
1
-2
/
+2
2014-06-06
block: add blk_rq_set_block_pc()
Jens Axboe
1
-2
/
+2
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-1
/
+1
2013-07-25
SCSI: OSD: convert class code to use dev_groups
Greg Kroah-Hartman
1
-5
/
+8
2013-07-03
block: do not pass disk names as format strings
Kees Cook
1
-1
/
+1
2013-03-31
treewide: Fix typos in kernel messages
Masanari Iida
1
-1
/
+1
2013-03-02
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-0
/
+4
2013-02-22
[SCSI] libosd: check for kzalloc() failure
Dan Carpenter
1
-0
/
+4
2013-02-06
driver-core: constify data for class_find_device()
Michał Mirosław
1
-17
/
+9
2012-11-27
[SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd class
Boaz Harrosh
1
-0
/
+28
2012-02-25
[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576
Boaz Harrosh
1
-2
/
+2
2011-10-31
scsi: Fix up files implicitly depending on module.h inclusion
Paul Gortmaker
1
-0
/
+1
2011-09-22
osd: Kconfig remove wrong FIXME
Boaz Harrosh
1
-4
/
+0
2011-01-24
[SCSI] libosd: osd_req_read_sg, optimize the single entry case
Boaz Harrosh
1
-4
/
+16
2010-12-09
[SCSI] osd: checking NULL instead of ERR_PTR()
Dan Carpenter
1
-2
/
+2
2010-10-26
[SCSI] libosd: write/read_sg_kern API
Boaz Harrosh
1
-0
/
+71
2010-10-26
[SCSI] libosd: Support for scatter gather write/read commands
Boaz Harrosh
1
-5
/
+143
2010-10-26
[SCSI] libosd: Free resources in reverse order of allocation
Boaz Harrosh
1
-4
/
+5
2010-10-26
[SCSI] libosd: Fix bug in attr_page handling
Boaz Harrosh
1
-6
/
+10
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-02
[SCSI] fix bio.bi_rw handling
Jiri Slaby
1
-1
/
+1
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-4
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-0
/
+3
2010-03-03
[SCSI] libosd: Fix unchecked err return found by smatch
Boaz Harrosh
1
-0
/
+4
2009-12-10
[SCSI] libosd: Fix blk_put_request locking again
Boaz Harrosh
1
-41
/
+47
2009-12-04
[SCSI] libosd: Error handling revamped
Boaz Harrosh
1
-11
/
+74
2009-12-04
[SCSI] libosd: Bugfix of error handling in attributes-list decoding
Boaz Harrosh
1
-0
/
+1
2009-12-04
[SCSI] libosd: bug in osd_req_decode_sense_full()
Boaz Harrosh
1
-4
/
+5
2009-12-04
[SCSI] libosd: osd_dev_info: Unique Identification of an OSD device
Boaz Harrosh
2
-9
/
+117
2009-12-04
[SCSI] osduld: Use device->release instead of internal kref
Boaz Harrosh
1
-85
/
+77
2009-12-04
[SCSI] osduld: Ref-counting bug fix
Boaz Harrosh
1
-0
/
+8
2009-06-12
[SCSI] Merge branch 'linus'
James Bottomley
1
-47
/
+25
2009-06-10
[SCSI] osd: Remove out-of-tree left overs
Boaz Harrosh
2
-62
/
+0
[next]