summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/hpfs_fn.h
Commit message (Expand)AuthorAgeFilesLines
* hpfs: handle allocation failures in hpfs_add_pos()Al Viro2016-05-121-1/+1
* hpfs: support hotfixesMikulas Patocka2015-09-031-0/+7
* hpfs: add fstrim supportMikulas Patocka2015-07-091-0/+4
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-061-0/+5
* hpfs: remember free spaceMikulas Patocka2014-02-021-1/+1
* hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-241-0/+1
* hpfs: implement prefetch to improve performanceMikulas Patocka2013-07-041-2/+5
* hpfs: drop vmtruncateMarco Stornelli2012-12-201-0/+1
* userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-8/+8
|\
| * hpfs: assorted endianness annotationsAl Viro2012-05-291-2/+2
| * hpfs: annotate eaAl Viro2012-05-291-2/+2
| * hpfs: annotate struct hpfs_direntAl Viro2012-05-291-1/+1
| * hpfs: bitmaps are little-endianAl Viro2012-05-291-3/+3
* | HPFS: remove PRINTK() macroDan Carpenter2012-05-311-7/+0
|/
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+1
* HPFS: Fix some unaligned accessesMikulas Patocka2011-05-091-3/+9
* HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-091-14/+13
* HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-091-11/+0
* HPFS: Remove remaining locksMikulas Patocka2011-05-091-9/+3
* HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka2011-05-091-9/+15
* hpfs: remove the BKLArnd Bergmann2011-03-021-0/+22
* switch hpfsAl Viro2011-01-121-1/+1
* hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner2010-10-301-1/+1
* switch hpfs to ->evict_inode()Al Viro2010-08-091-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-031-12/+18
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-231-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-2/+2
* [PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan2006-12-071-1/+2
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-241-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-2/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] sem2mutex: HPFSIngo Molnar2006-03-231-2/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+338