aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/hypfs
AgeCommit message (Expand)AuthorFilesLines
2022-08-15s390/hypfs: avoid error message under KVMGravatar Juergen Gross 2-2/+2
2022-05-06s390/hypfs: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hGravatar Heiko Carstens 1-0/+1
2022-01-26s390/hypfs: include z/VM guests with access control group setGravatar Vasily Gorbik 1-2/+4
2021-08-05s390: rename dma section to amode31Gravatar Heiko Carstens 1-1/+1
2021-08-05s390: replace deprecated CPU-hotplug functionsGravatar Sebastian Andrzej Siewior 1-5/+5
2021-06-28s390/hypfs: use register pair instead of register asmGravatar Heiko Carstens 1-7/+6
2021-02-13s390/hypfs: use store_tod_clock_ext()Gravatar Heiko Carstens 2-3/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-62/+75
2019-09-18vfs: Convert hypfs to use the new mount APIGravatar David Howells 1-58/+70
2019-09-18hypfs: Fix error number left in struct pointer memberGravatar David Howells 1-4/+5
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2019-09-03hypfs: don't bother with d_delete()Gravatar Al Viro 1-1/+1
2019-07-23s390/hypfs: fix a typo in the name of a functionGravatar Christophe JAILLET 1-2/+2
2019-04-29s390/kernel: introduce .dma sectionsGravatar Gerald Schaefer 1-16/+2
2019-01-28s390/hypfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 7-27/+19
2019-01-18s390/hypfs: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2018-10-09s390/hypfs: do not use stack buffers for hardware dataGravatar Martin Schwidefsky 1-19/+23
2018-07-19s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZEROGravatar Gustavo A. R. Silva 1-2/+2
2018-06-25s390: hypfs: use ktime_get_seconds() instead of get_seconds()Gravatar Arnd Bergmann 1-3/+3
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-05-02Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-1/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hGravatar Deepa Dinamani 1-1/+0
2018-04-15hypfs_kill_super(): deal with failed allocationsGravatar Al Viro 1-1/+1
2017-12-05s390: add a few more SPDX identifiersGravatar Martin Schwidefsky 1-0/+1
2017-11-24s390: Remove redundant license textGravatar Greg Kroah-Hartman 1-1/+0
2017-11-24s390: add SPDX identifiers to the remaining filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 6-0/+6
2016-10-31s390: hypfs: make inode explicitly non-modularGravatar Paul Gortmaker 1-20/+4
2016-10-28s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentGravatar Michael Holzheu 1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-270/+107
2016-06-28s390/hypfs: use basic block for diag inline assemblyGravatar Heiko Carstens 1-5/+7
2016-06-13s390: avoid extable collisionsGravatar Heiko Carstens 2-2/+2
2016-06-10s390: Make diag224 publicGravatar Janosch Frank 1-14/+0
2016-06-10s390: hypfs: Move diag implementation and data definitionsGravatar Janosch Frank 1-254/+107
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-10-14s390/diag: add a statistic for diagnose callsGravatar Martin Schwidefsky 4-2/+21
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-8/+4
2015-06-23make simple_positive() publicGravatar Al Viro 1-6/+1
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"Gravatar David Hildenbrand 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+9
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+0
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsGravatar David Howells 1-9/+9