aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+2
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-5/+5
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-11/+11
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2013-05-31fix buffer leak after "scsi: saner replacements for ->proc_info()"Jan Beulich1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-04-09scsi_proc: make proc_scsi_host_open() preallocate a bigger bufferAl Viro1-1/+2
2013-04-09scsi: bury ->proc_info()Al Viro1-71/+8
2013-04-09scsi: saner replacements for ->proc_info()Al Viro1-9/+59
2011-05-28scsi: fix scsi_proc new kernel-doc warningRandy Dunlap1-5/+0
2011-05-01[SCSI] iterate over devices individually for /proc/scsi/scsiJeff Mahoney1-6/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-3/+0
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart1-4/+4
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-04-29scsi: use non-racy method for proc entries creationDenis V. Lunev1-2/+2
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke1-1/+6
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-2/+108
2007-02-16[SCSI] scsi_proc.c: display sdev->scsi_level correctlyAlan Stern1-3/+2
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-08-06[SCSI] Improve inquiry printingMatthew Wilcox1-3/+1
2006-05-10[SCSI] fix proc_scsi_write to return "length" on success with remove-single-device caseJames Bottomley1-2/+7
2006-01-14[SCSI] remove target parent limitiationChristoph Hellwig1-1/+5
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-5/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+336