summaryrefslogtreecommitdiff
path: root/fs/affs
Commit message (Expand)AuthorAge
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-09
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-09
* switch affs 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
* fs/affs: use ERR_CASTJulia Lawall2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
|/
* fix affs parse_options()Al Viro2010-01-26
* Fix remount races with symlink handling in affsAl Viro2010-01-26
* Fix a leak in affs_fill_super()Al Viro2010-01-26
* affs: add ->sync_fsChristoph Hellwig2009-06-11
* sanitize ->fsync() for affsAl Viro2009-06-11
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* Fix races around the access to ->s_optionsAl Viro2009-05-09
* fs/affs: return f_fsid for statfs(2)Coly Li2009-04-02
* constify dentry_operations: misc filesystemsAl Viro2009-03-27
* affs: fix missing unlocks in affs_remove_linkChristoph Hellwig2009-03-27
* fs/Kconfig: move affs outAlexey Dobriyan2009-01-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-05
|\
| * affs: do not zero ->i_opAl Viro2009-01-05
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-04
|/
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-14
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-25
* [PATCH] f_count may wrap aroundAl Viro2008-07-26
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* affs: convert s_bmlock into a mutexMatthias Kaehlcke2008-07-26
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-06
* affs: be*_add_cpu conversionMarcin Slusarz2008-04-30
* fs/affs/file.c: use BUG_ONJulia Lawall2008-04-29
* affs: handle match_strdup failureJim Meyering2008-04-29
* mount options: fix affsMiklos Szeredi2008-02-08
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-07
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* fs: mark nibblemap constPhilippe De Muyter2007-10-17
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* fs: affs 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
* affs: use zero_user_pageNate Diller2007-05-09
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* [PATCH] affs: implement ->drop_inodeChristoph Hellwig2007-02-20