summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+107Star
* | HPFS: Remove mark_inode_dirtyMikulas Patocka2011-05-091-3/+0Star
* | HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-096-75/+7Star
* | HPFS: Remove remaining locksMikulas Patocka2011-05-099-155/+50Star
* | 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/+0Star
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | 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-134-9/+3Star
* 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-11-013-4/+4
|\ \
| | * hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner2010-10-303-4/+4
* | | new helper: mount_bdev()Al Viro2010-10-291-5/+4Star
| |/ |/|
* | 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-282-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/+2Star
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-125-1/+4
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-121-0/+4
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-121-0/+3
* push BKL down into ->put_superChristoph Hellwig2009-06-121-0/+5
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-031-1/+1
|\
| * New helper - current_umask()Al Viro2009-04-011-1/+1
* | fs/hpfs: return f_fsid for statfs(2)Coly Li2009-04-031-0/+3
|/
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-1/+1
* fs/Kconfig: move hpfs outAlexey Dobriyan2009-01-221-0/+14
* CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells2008-11-142-14/+14
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-234-13/+22
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [patch 05/14] hpfs: dont call permission()Miklos Szeredi2008-07-271-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* mount options: fix hpfsMiklos Szeredi2008-02-081-3/+14