aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+1
|\
| * New helper - current_umask()Al Viro2009-03-311-1/+1
* | fs/hpfs: return f_fsid for statfs(2)Coly Li2009-04-021-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-261-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* mount options: fix hpfsMiklos Szeredi2008-02-081-3/+14
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* hpfs: convert to new aopsNick Piggin2007-10-161-5/+13
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-213-2/+3
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-5/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-123-4/+4
* [PATCH] struct path: convert hpfsJosef Sipek2006-12-082-3/+3
* [PATCH] hpfs: fix printk format warningsRandy Dunlap2006-12-075-16/+37