summaryrefslogtreecommitdiff
path: root/fs/hpfs
Commit message (Expand)AuthorAge
* switch hpfs to ->evict_inode()Al Viro2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Don't mess with generic_permission() under ->d_lock in hpfsAl Viro2010-03-03
* sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-03
* hpfs: use bitmap_weight()Akinobu Mita2009-12-16
* hpfs: use hweight32Akinobu Mita2009-12-16
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* Fix races around the access to ->s_optionsAl Viro2009-05-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-02
|\
| * New helper - current_umask()Al Viro2009-03-31
* | fs/hpfs: return f_fsid for statfs(2)Coly Li2009-04-02
|/
* constify dentry_operations: misc filesystemsAl Viro2009-03-27
* fs/Kconfig: move hpfs outAlexey Dobriyan2009-01-22
* CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells2008-11-14
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-23
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* [patch 05/14] hpfs: dont call permission()Miklos Szeredi2008-07-26
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* mount options: fix hpfsMiklos Szeredi2008-02-08
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* hpfs: convert to new aopsNick Piggin2007-10-16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-10
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12
* [PATCH] struct path: convert hpfsJosef Sipek2006-12-08
* [PATCH] hpfs: fix printk format warningsRandy Dunlap2006-12-07
* [PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan2006-12-07
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-07
* [PATCH] hpfs endianness annotationsAl Viro2006-10-10
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-01
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-01
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-01
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-01
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-27
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-27
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-27
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-24
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28