aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-06-06fs/hpfs: increase pr_warn levelGravatar Fabian Frederick 1-1/+1
2014-06-06fs/hpfs: use pr_fmt for loggingGravatar Fabian Frederick 1-1/+1
2014-06-06fs/hpfs: convert printk to pr_foo()Gravatar Fabian Frederick 1-1/+2
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2013-01-29Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+4
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 1-1/+1
2012-12-20hpfs: drop vmtruncateGravatar Marco Stornelli 1-1/+4
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-8/+11
2012-05-29hpfs: get rid of bitfields in struct fnodeGravatar Al Viro 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-4/+4
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 1-17/+17
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesGravatar Mikulas Patocka 1-0/+4
2011-05-09HPFS: Remove mark_inode_dirtyGravatar Mikulas Patocka 1-3/+0
2011-05-09HPFS: Remove CR/LF conversion optionGravatar Mikulas Patocka 1-1/+0
2011-05-09HPFS: Remove remaining locksGravatar Mikulas Patocka 1-5/+0
2011-03-02hpfs: remove the BKLGravatar Arnd Bergmann 1-5/+4
2011-01-17hpfs_setattr error case avoids unlock_kernelGravatar Dr. David Alan Gilbert 1-1/+1
2010-08-09switch hpfs to ->evict_inode()Gravatar Al Viro 1-5/+7
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitGravatar Al Viro 1-2/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2008-10-23[PATCH] hpfs: cleanup ->setattrGravatar Christoph Hellwig 1-10/+19
2006-12-07[PATCH] hpfs: fix printk format warningsGravatar Randy Dunlap 1-1/+4
2006-10-10[PATCH] hpfs endianness annotationsGravatar Al Viro 1-5/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-03-23[PATCH] sem2mutex: HPFSGravatar Ingo Molnar 1-5/+5
2005-09-09[PATCH] update filesystems for new delete_inode behaviorGravatar Mark Fasheh 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+291