aboutsummaryrefslogtreecommitdiff
path: root/fs/freevxfs
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] convert freevxfsGravatar Al Viro 1-32/+23
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
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert freevxfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-01-03fs: propagate umode_t, misc bitsGravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-05-10treewide: fix a few typos in commentsGravatar Justin P. Mattock 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-3/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-21BKL: remove BKL from freevxfsGravatar Arnd Bergmann 2-22/+2
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 3-5/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 3-5/+7
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+2
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLGravatar jan Blunck 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
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
2009-01-22fs/Kconfig: move vxfs outGravatar Alexey Dobriyan 1-0/+16
2008-12-31freevxfs: ensure fast symlinks are NUL-terminatedGravatar Duane Griffin 1-1/+3
2008-04-29fs/freevxfs/: proper externsGravatar Adrian Bunk 3-5/+6
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()Gravatar David Howells 4-23/+40
2008-02-03fs/: Spelling fixesGravatar Joe Perches 2-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-16vxfs warning fixesGravatar Andrew Morton 1-1/+1
2007-05-08freevxfs: possible null pointer dereference fixGravatar Dmitriy Monakhov 2-2/+2
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-3/+0
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 4-4/+4
2006-12-08[PATCH] struct path: convert freevxfsGravatar Josef Sipek 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-2/+2
2006-09-29[PATCH] freevxfs: fix leak on error pathGravatar Alexey Dobriyan 1-3/+8
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 2-3/+3
2006-07-31[PATCH] freevxfs: Add missing lock_kernel() to vxfs_readdirGravatar Josh Triplett 1-0/+2
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 3-5/+5
2006-06-25[PATCH] fs/freevxfs: cleanup of spelling errorsGravatar Cliff Wickman 2-8/+8
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-2/+1