summaryrefslogtreecommitdiff
path: root/drivers/s390/char/tape_char.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-04s390/tape: Remove tape load display supportJan Höppner1-4/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-17s390: Remove compat supportHeiko Carstens1-26/+0
2025-10-21Merge branch 'tape-block-sizes'Heiko Carstens1-56/+55
2025-10-21s390/tape: Add support for bigger block sizesJan Höppner1-21/+49
2025-10-21s390/tape: Introduce idal buffer arrayJan Höppner1-6/+4
2025-10-21s390/tape: Move idal allocation to core functionsJan Höppner1-29/+2
2025-10-21s390/tape: Remove count parameter from read/write_block functionsJan Höppner1-2/+2
2025-10-21s390/tape: Use scnprintf() instead of sprintf()Heiko Carstens1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva1-2/+0
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann1-26/+15
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
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
2014-09-25s390/tape: fix MTIOCGET ioctl to report blocksizeStefan Haberland1-1/+3
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-05-16s390/tape: remove tape block leftoversHeiko Carstens1-13/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-01-13[S390] tape_char: add missing compat_ptr conversionHeiko Carstens1-3/+15
2009-12-18[S390] tape: Add pr_fmt() macro to all tape source filesMichael Holzheu1-0/+3
2009-12-07[S390] tape: remove BKL from tape driverMartin Schwidefsky1-21/+24
2009-12-07[S390] tape: cleanup reference countingMartin Schwidefsky1-3/+4
2009-12-07[S390] tape: remove f_pos changes from read / write function.Martin Schwidefsky1-2/+0
2009-03-26[S390] tape message cleanupCarsten Otte1-7/+0
2008-08-21[S390] drivers/s390: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-06-20drivers/s390: cdev lock_kernel() pushdownJonathan Corbet1-3/+9
2008-04-17[S390] tape: duplicate sysfs filename when setting tape device onlineMichael Holzheu1-2/+2
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-16/+1
2007-02-05[S390] Add crypto support for 3592 tape devicesMichael Holzheu1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-4/+4
2006-12-08[PATCH] struct path: convert s390-driversJosef Sipek1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] ->compat_ioctl for 390 tape_charChristoph Hellwig1-0/+20
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+492