summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* new helper: ihold()Al Viro2010-10-251-1/+1
* affs: testing the wrong variableDan Carpenter2010-10-251-2/+2
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-10/+4
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-041-18/+5
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+8
* | affs: Use sema_init instead of init_MUTEXThomas Gleixner2010-10-121-2/+2
|/
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-091-5/+7
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-091-14/+5
* switch affs to ->evict_inode()Al Viro2010-08-093-17/+14
* remove inode_setattrChristoph Hellwig2010-08-091-2/+11
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-2/+3
|/
* fix affs parse_options()Al Viro2010-01-261-6/+6
* Fix remount races with symlink handling in affsAl Viro2010-01-264-8/+25
* Fix a leak in affs_fill_super()Al Viro2010-01-261-0/+2
* affs: add ->sync_fsChristoph Hellwig2009-06-111-13/+27
* sanitize ->fsync() for affsAl Viro2009-06-113-2/+15
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+6
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+4
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
* fs/affs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+4
* constify dentry_operations: misc filesystemsAl Viro2009-03-272-4/+3
* affs: fix missing unlocks in affs_remove_linkChristoph Hellwig2009-03-271-2/+6
* fs/Kconfig: move affs outAlexey Dobriyan2009-01-221-0/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-2/+1
|\
| * affs: do not zero ->i_opAl Viro2009-01-051-2/+1
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
|/
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-142-4/+4
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-4/+0
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* affs: convert s_bmlock into a mutexMatthias Kaehlcke2008-07-263-11/+12
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-065-46/+41
* affs: be*_add_cpu conversionMarcin Slusarz2008-04-301-2/+2
* fs/affs/file.c: use BUG_ONJulia Lawall2008-04-291-14/+7
* affs: handle match_strdup failureJim Meyering2008-04-291-1/+2
* mount options: fix affsMiklos Szeredi2008-02-081-2/+12
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-075-19/+32
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* fs: mark nibblemap constPhilippe De Muyter2007-10-171-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* fs: affs convert to new aopsNick Piggin2007-10-161-42/+59
OpenPOWER on IntegriCloud