aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs/super.c
AgeCommit message (Expand)Author
2016-05-28hpfs: implement the show_options methodMikulas Patocka
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-09-03hpfs: support hotfixesMikulas Patocka
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2015-07-09hpfs: kstrdup() out of memory handlingSanidhya Kashyap
2015-07-09hpfs: Remove unessary castFiro Yang
2015-07-09hpfs: add fstrim supportMikulas Patocka
2014-06-06fs/hpfs: increase pr_warn levelFabian Frederick
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick
2014-06-06fs/hpfs: convert printk to pr_foo()Fabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-02-02hpfs: remember free spaceMikulas Patocka
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka
2013-07-04hpfs: better test for errorsMikulas Patocka
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2012-10-09hpfs: drop lock/unlock superMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-29hpfs: assorted endianness annotationsAl Viro
2012-05-29hpfs: endianness bugsAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka
2011-05-09HPFS: Remove remaining locksMikulas Patocka
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka
2011-03-02hpfs: remove the BKLArnd Bergmann
2011-01-12switch hpfsAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds
2010-10-30hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09switch hpfs to ->evict_inode()Al Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16hpfs: use bitmap_weight()Akinobu Mita
2009-12-16hpfs: use hweight32Akinobu Mita
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-05-09Fix races around the access to ->s_optionsAl Viro
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02fs/hpfs: return f_fsid for statfs(2)Coly Li
2009-03-31New helper - current_umask()Al Viro