aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: better test for errorsMikulas Patocka2013-07-132-2/+9
* hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-3/+6
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+4
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
| * vfs: remove dget() from dentry_unhash()Sage Weil2011-05-261-3/+0
* | HPFS: Remove unused variableMikulas Patocka2011-05-091-4/+0
* | HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka2011-05-091-1/+1
* | HPFS: Fix some unaligned accessesMikulas Patocka2011-05-093-24/+32
* | HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-0911-418/+498
* | HPFS: Implement fsync for hpfsMikulas Patocka2011-05-091-2/+2
* | HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka2011-05-091-8/+8
* | HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka2011-05-091-0/+4
* | HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka2011-05-091-0/+3
* | HPFS: Use types with defined widthMikulas Patocka2011-05-091-112/+107
* | HPFS: Remove mark_inode_dirtyMikulas Patocka2011-05-091-3/+0
* | HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-096-75/+7
* | HPFS: Remove remaining locksMikulas Patocka2011-05-099-155/+50
* | HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka2011-05-094-18/+51
* | HPFS: Make HPFS compile on preempt and SMPMikulas Patocka2011-05-092-6/+0
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | hpfs: remove the BKLArnd Bergmann2011-03-027-62/+75
|/
* hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert2011-01-171-1/+1
* switch hpfsAl Viro2011-01-124-9/+3
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-8/+14
*-. Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-313-4/+4
|\ \
| | * hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner2010-10-303-4/+4
* | | new helper: mount_bdev()Al Viro2010-10-291-5/+4
| |/ |/|
* | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+7
|\ \
| * | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
| |/
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* switch hpfs to ->evict_inode()Al Viro2010-08-093-7/+9
* remove inode_setattrChristoph Hellwig2010-08-091-3/+9
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* Don't mess with generic_permission() under ->d_lock in hpfsAl Viro2010-03-031-6/+9
* sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-0310-82/+97
* hpfs: use bitmap_weight()Akinobu Mita2009-12-161-6/+8
* hpfs: use hweight32Akinobu Mita2009-12-161-5/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-125-1/+4
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+4
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-111-0/+3
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1