aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/cio/blacklist.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-17s390/cio: cio_ignore_proc_seq_next should increase position indexGravatar Vasily Averin 1-2/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-07s390: Use pr_warn instead of pr_warningGravatar Joe Perches 1-5/+4
2015-04-15s390: remove use of seq_printf return valueGravatar Joe Perches 1-5/+7
2013-12-16s390/blacklist: Perform subchannel scan only when neededGravatar Peter Oberparleiter 1-3/+3
2013-12-16s390/cio: Delay scan for newly available I/O devicesGravatar Peter Oberparleiter 1-1/+1
2013-05-02s390/cio: add condev keyword to cio_ignoreGravatar Sebastian Ott 1-0/+7
2013-05-02s390/cio: add ipldev keyword to cio_ignoreGravatar Sebastian Ott 1-2/+19
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 1-3/+1
2011-09-15s390: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-2/+1
2010-10-25[S390] cio: remove custom implementation of hex_to_bin()Gravatar Andy Shevchenko 1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-10-06[S390] Fix memory leak in /proc/cio_ignoreGravatar Christian Borntraeger 1-8/+5
2009-03-26[S390] cio: fix wrong buffer access in cio_ignore_writeGravatar Sebastian Ott 1-2/+1
2008-12-25[S390] convert cio printks to pr_xxx macros.Gravatar Michael Ernst 1-5/+9
2008-10-10[S390] cio: introduce purge function for /proc/cio_ignoreGravatar Peter Oberparleiter 1-4/+7
2008-06-10[S390] cio: Fix sparse warnings in blacklist.c.Gravatar Cornelia Huck 1-3/+3
2008-05-15[S390] blacklist.c: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-05-07[S390] cio: Fix parsing mechanism for blacklisted devices.Gravatar Michael Ernst 1-154/+170
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Gravatar Michael Ernst 1-1/+0
2008-04-29s390: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-5/+2
2008-04-29proc: remove proc_root from driversGravatar Alexey Dobriyan 1-1/+1
2008-01-26[S390] constify function pointer tables.Gravatar Jan Engelhardt 1-1/+1
2007-07-27[S390] cio: Clean up messages.Gravatar Cornelia Huck 1-11/+8
2007-02-12[PATCH] mark struct file_operations const 5Gravatar Arjan van de Ven 1-1/+1
2007-02-05[S390] Avoid excessive inlining.Gravatar Heiko Carstens 1-4/+4
2007-02-05[S390] Get rid of a lot of sparse warnings.Gravatar Heiko Carstens 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[S390] cio async subchannel reprobe.Gravatar Peter Oberparleiter 1-34/+1
2006-04-11[PATCH] s390: wrong return codes in cio_ignore_proc_init()Gravatar Cornelia Huck 1-2/+2
2006-02-01[PATCH] s390: Remove CVS generated informationGravatar Heiko Carstens 1-1/+0
2006-01-14[PATCH] s390: email-address changeGravatar Cornelia Huck 1-2/+2
2006-01-06[PATCH] s390: Fix missing release function and cosmetic changesGravatar Cornelia Huck 1-4/+3
2006-01-06[PATCH] s390: multiple subchannel sets supportGravatar Cornelia Huck 1-36/+50
2006-01-06[PATCH] s390: convert /proc/cio_ignoreGravatar Cornelia Huck 1-30/+92
2006-01-06[PATCH] s390: introduce for_each_subchannelGravatar Cornelia Huck 1-23/+23
2006-01-06[PATCH] s390: introduce struct subchannel_idGravatar Cornelia Huck 1-11/+12
2005-09-17[PATCH] s390: bl_dev array sizeGravatar Heiko Carstens 1-2/+2
2005-06-21[PATCH] s390: cio max channels checksGravatar Cornelia Huck 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+351