aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osd/osd_uld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05scsi: remove the SCSI OSD libraryChristoph Hellwig1-571/+0
2018-08-21osd: Convert to new IDA APIMatthew Wilcox1-15/+7
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-38/+21
2017-04-06scsi: osd_uld: Check scsi_device_get() return valueBart Van Assche1-3/+5
2017-03-27scsi: osd_uld: remove an unneeded NULL checkDan Carpenter1-4/+3
2017-03-21scsi: utilize new cdev_device_add helper functionLogan Gunthorpe1-36/+20
2017-02-22scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig1-1/+2
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh1-2/+2
2013-07-25SCSI: OSD: convert class code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+1
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-17/+9
2012-11-27[SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd classBoaz Harrosh1-0/+28
2012-02-25[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] libosd: osd_dev_info: Unique Identification of an OSD deviceBoaz Harrosh1-3/+97
2009-12-04[SCSI] osduld: Use device->release instead of internal krefBoaz Harrosh1-85/+77
2009-12-04[SCSI] osduld: Ref-counting bug fixBoaz Harrosh1-0/+8
2009-06-10[SCSI] osduld: use filp_open() when looking up an osd-deviceBoaz Harrosh1-36/+30
2009-05-09Reduce path_lookup() abusesAl Viro1-10/+10
2009-04-03[SCSI] osd_uld: Remove creation of osd_scsi class symlinkBoaz Harrosh1-6/+0
2009-03-12[SCSI] libosd: OSDv2 auto detectionBoaz Harrosh1-0/+5
2009-03-12[SCSI] osd_uld: API for retrieving osd devices from KernelBoaz Harrosh1-0/+63
2009-03-12[SCSI] osd_uld: OSD scsi ULDBoaz Harrosh1-0/+419