aboutsummaryrefslogtreecommitdiff
path: root/fs/freevxfs/vxfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-12freevxfs: fix lack of inode initializationGravatar Krzysztof Błaszkowski 1-0/+1
2016-06-01freevxfs: update documentation and cresdits for HP-UX supportGravatar Krzysztof Błaszkowski 1-1/+2
2016-06-01freevxfs: implement ->alloc_inode and ->destroy_inodeGravatar Christoph Hellwig 1-1/+27
2016-06-01freevxfs: avoid the need for forward declaring the super operationsGravatar Christoph Hellwig 1-13/+6
2016-06-01freevxfs: remove vxfs_put_fake_inodeGravatar Krzysztof Błaszkowski 1-6/+6
2016-06-01freevxfs: handle big endian HP-UX file systemsGravatar Krzysztof Błaszkowski 1-28/+73
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-03-12fs: Readd the fs module aliases.Gravatar Eric W. Biederman 1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-1/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-21BKL: remove BKL from freevxfsGravatar Arnd Bergmann 1-10/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()Gravatar David Howells 1-3/+7
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-09-29[PATCH] freevxfs: fix leak on error pathGravatar Alexey Dobriyan 1-3/+8
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-6/+7
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2005-09-07[PATCH] fs: convert kcalloc to kzallocGravatar Pekka Enberg 1-1/+1
2005-06-30[PATCH] freevxfs: minor cleanupsGravatar Pekka Enberg 1-4/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+278