aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/hypfs
AgeCommit message (Expand)AuthorFilesLines
2014-03-17hypfs: Add clarification for "weight_min" attributeGravatar Michael Holzheu 1-2/+7
2014-01-24s390/hypfs: add interface for diagnose 0x304Gravatar Martin Schwidefsky 5-5/+176
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-88/+76
2013-09-03don't pass superblock to hypfs_{mkdir,create*}Gravatar Al Viro 4-46/+39
2013-09-03don't pass superblock to hypfs_diag_create_filesGravatar Al Viro 3-30/+26
2013-09-03don't pass superblock to hypfs_vm_create_files()Gravatar Al Viro 3-36/+35
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-1/+1
2013-06-26s390/hypfs: Cocci spatch "ptr_ret.spatch"Gravatar Thomas Meyer 1-6/+2
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-17s390/hypfs: Use PTR_RET functionGravatar Alexandru Gheorghiu 1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-27more file_inode() open-coded instancesGravatar Al Viro 1-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 2-2/+2
2013-02-14s390/time: rename tod clock access functionsGravatar Heiko Carstens 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2012-09-26hypfs: ->d_parent is never NULL or negativeGravatar Al Viro 1-2/+0
2012-09-21userns: Convert s390 hypfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-6/+14
2012-07-20s390/comments: unify copyright messages and remove file namesGravatar Heiko Carstens 5-6/+3
2012-07-16s390/hypfs: Add missing get_next_ino()Gravatar Michael Holzheu 1-0/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREGGravatar Al Viro 1-5/+5
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-11-02hypfs: remove unnecessary nlink settingGravatar Miklos Szeredi 1-2/+0
2011-09-15s390: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-2/+1
2011-04-10treewide: remove extra semicolonsGravatar Justin P. Mattock 1-1/+1
2011-01-05[S390] hypfs: Move buffer allocation from open to readGravatar Michael Holzheu 6-118/+195
2010-10-29Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-8/+11
2010-10-29[S390] hypfs: Fix error handling in hypfs_diag initializationGravatar Michael Holzheu 1-8/+11
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-4/+4
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 3-0/+3
2010-08-09switch hypfs to ->evict_inode()Gravatar Al Viro 1-3/+3
2010-05-17[S390] s390_hypfs: Add new attributesGravatar Michael Holzheu 4-30/+224
2010-05-17[S390] avoid default_llseek in s390 driversGravatar Martin Schwidefsky 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-2/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-29/+13
2010-03-03Simplify failure exits in s390/hypfs fill_super()Gravatar Al Viro 1-29/+13
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPGravatar Heiko Carstens 1-2/+2
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Gravatar Heiko Carstens 2-3/+3
2009-10-14[S390] hypfs: Use subcode 6 if subcode 7 is not availableGravatar Michael Holzheu 1-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-2/+2
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-11[S390] hypfs: Use "%u" instead of "%d" for unsigned ints in snprintfGravatar Michael Holzheu 1-1/+1
2009-09-11[S390] hypfs: remove useless variable qnameGravatar Vitaliy Gusev 1-4/+0
2009-03-31[S390] fix hypfs build failureGravatar Heiko Carstens 1-0/+2
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0