aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/hypfs/hypfs_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15s390/hypfs: avoid error message under KVMJuergen Gross1-1/+1
2019-01-28s390/hypfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+4
2018-07-19s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-28s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu1-3/+3
2016-06-10s390: Make diag224 publicJanosch Frank1-14/+0
2016-06-10s390: hypfs: Move diag implementation and data definitionsJanosch Frank1-254/+107
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-1/+9
2013-09-03don't pass superblock to hypfs_{mkdir,create*}Al Viro1-14/+14
2013-09-03don't pass superblock to hypfs_diag_create_filesAl Viro1-27/+23
2013-06-26s390/hypfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-6/+2
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+0
2011-09-15s390: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-01-05[S390] hypfs: Move buffer allocation from open to readMichael Holzheu1-62/+20
2010-10-29[S390] hypfs: Fix error handling in hypfs_diag initializationMichael Holzheu1-8/+11
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-17[S390] s390_hypfs: Add new attributesMichael Holzheu1-7/+116
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-2/+2
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens1-2/+2
2009-10-14[S390] hypfs: Use subcode 6 if subcode 7 is not availableMichael Holzheu1-1/+1
2009-03-31[S390] fix hypfs build failureHeiko Carstens1-0/+2
2008-12-25[S390] convert hypfs printks to pr_xxx macros.Michael Holzheu1-3/+7
2007-05-31[S390] Add exception handler for diagnose 224Michael Holzheu1-3/+14
2006-12-15[S390] hypfs fixesChristian Borntraeger1-2/+2
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky1-16/+7
2006-09-28[S390] hypfs sparse warnings.Michael Holzheu1-1/+2
2006-09-20[S390] __exit cleanup.Heiko Carstens1-1/+1
2006-09-20[S390] hypfs compiler warnings.Michael Holzheu1-4/+8
2006-09-20[S390] hypfs comment cleanup.Michael Holzheu1-1/+1
2006-07-12[S390] Fix sparse warnings.Heiko Carstens1-1/+1
2006-06-23[PATCH] s390_hypfs filesystemMichael Holzheu1-0/+696