aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/hypfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-09s390/hypfs_sprp: remove unneeded DMA zone allocationHeiko Carstens1-1/+1
2024-02-09s390/hypfs_diag0c: fix virtual vs physical address confusionHeiko Carstens1-2/+1
2024-02-09s390/hypfs_sprp: fix virtual vs physical address confusionHeiko Carstens1-1/+1
2023-10-18hypfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-625/+707
2023-07-24s390/hypfs: stop using ENOSYS error codeSven Schnelle1-3/+3
2023-07-24s390/hypfs: factor out filesystem codeHeiko Carstens10-584/+695
2023-07-24s390/hypfs: remove open-coded PTR_ALIGN()Heiko Carstens1-6/+1
2023-07-24s390/hypfs: simplify memory allocationHeiko Carstens1-32/+8
2023-07-13s390: convert to ctime accessor functionsJeff Layton1-2/+2
2022-11-23s390/hypfs: remove unused info_blk_hdr__pcpus() functionHeiko Carstens1-8/+0
2022-08-15s390/hypfs: avoid error message under KVMJuergen Gross2-2/+2
2022-05-06s390/hypfs: fix typos in commentsJulia Lawall1-1/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-01-26s390/hypfs: include z/VM guests with access control group setVasily Gorbik1-2/+4
2021-08-05s390: rename dma section to amode31Heiko Carstens1-1/+1
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-5/+5
2021-06-28s390/hypfs: use register pair instead of register asmHeiko Carstens1-7/+6
2021-02-13s390/hypfs: use store_tod_clock_ext()Heiko Carstens2-3/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-62/+75
2019-09-18vfs: Convert hypfs to use the new mount APIDavid Howells1-58/+70
2019-09-18hypfs: Fix error number left in struct pointer memberDavid Howells1-4/+5
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-09-03hypfs: don't bother with d_delete()Al Viro1-1/+1
2019-07-23s390/hypfs: fix a typo in the name of a functionChristophe JAILLET1-2/+2
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-16/+2
2019-01-28s390/hypfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman7-27/+19
2019-01-18s390/hypfs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-10-09s390/hypfs: do not use stack buffers for hardware dataMartin Schwidefsky1-19/+23
2018-07-19s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-2/+2
2018-06-25s390: hypfs: use ktime_get_seconds() instead of get_seconds()Arnd Bergmann1-3/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-1/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+0
2018-04-15hypfs_kill_super(): deal with failed allocationsAl Viro1-1/+1
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-11-24s390: Remove redundant license textGreg Kroah-Hartman1-1/+0
2017-11-24s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2016-10-31s390: hypfs: make inode explicitly non-modularPaul Gortmaker1-20/+4
2016-10-28s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-270/+107
2016-06-28s390/hypfs: use basic block for diag inline assemblyHeiko Carstens1-5/+7
2016-06-13s390: avoid extable collisionsHeiko Carstens2-2/+2
2016-06-10s390: Make diag224 publicJanosch Frank1-14/+0
2016-06-10s390: hypfs: Move diag implementation and data definitionsJanosch Frank1-254/+107