aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs/hpfs_fn.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20hpfs: drop vmtruncateMarco Stornelli1-0/+1
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2012-05-31HPFS: remove PRINTK() macroDan Carpenter1-7/+0
2012-05-29hpfs: assorted endianness annotationsAl Viro1-2/+2
2012-05-29hpfs: annotate eaAl Viro1-2/+2
2012-05-29hpfs: annotate struct hpfs_direntAl Viro1-1/+1
2012-05-29hpfs: bitmaps are little-endianAl Viro1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka1-3/+9
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka1-14/+13
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka1-11/+0
2011-05-09HPFS: Remove remaining locksMikulas Patocka1-9/+3
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka1-9/+15
2011-03-02hpfs: remove the BKLArnd Bergmann1-0/+22
2011-01-12switch hpfsAl Viro1-1/+1
2010-10-30hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner1-1/+1
2010-08-09switch hpfs to ->evict_inode()Al Viro1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro1-12/+18
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2006-12-07[PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan1-1/+2
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-23[PATCH] sem2mutex: HPFSIngo Molnar1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+338