aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2010-03-12ufs: make solaris fsck happyGravatar Evgeniy Dushistov 1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateGravatar Alex Viskovatoff 2-0/+9
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-15/+61
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-3/+4
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 5-11/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 4-1/+26
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+6
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemGravatar Christoph Hellwig 1-0/+7
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-3/+4
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-9/+15
2010-03-03sanitize const/signedness of ufs a bitGravatar Al Viro 2-7/+7
2009-12-16ufs: NFS supportGravatar Alexey Dobriyan 1-0/+52
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSGravatar Alexey Dobriyan 3-11/+11
2009-06-18ufs: sector_t cannot be negativeGravatar Roel Kluin 1-9/+1
2009-06-11ufs: add ->sync_fsGravatar Christoph Hellwig 1-10/+22
2009-06-11switch ufs to simple_fsync()Gravatar Al Viro 3-24/+2
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-1/+10
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-0/+2
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itGravatar Al Viro 1-1/+10
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+6
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+3
2009-05-09switch ufs directories to ufs_sync_file()Gravatar Al Viro 3-3/+3
2009-04-02fs/ufs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-23/+31
2009-03-27ufs: copy symlink data into the correct union memberGravatar Duane Griffin 1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedGravatar Duane Griffin 1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksGravatar Duane Griffin 2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockGravatar Duane Griffin 1-0/+11
2009-03-26ufs: Use lowercase names of quota functionsGravatar Jan Kara 2-10/+10
2009-03-22Update my email addressGravatar Gertjan van Wingerde 1-1/+1
2009-01-22fs/Kconfig: move ufs outGravatar Alexey Dobriyan 1-0/+43
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Gravatar Linus Torvalds 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-07-24UFS: add const to parser token tableGravatar Steven Whitehouse 1-1/+1
2008-05-13ufs: remove unneeded ufs_put_inode prototypeGravatar Christoph Hellwig 1-1/+0
2008-04-28ufs: replace __inline with inlineGravatar Harvey Harrison 1-1/+1
2008-04-28ufs: remove unused fs64_add and fs64_subGravatar Marcin Slusarz 1-18/+0
2008-04-28ufs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 4-11/+11
2008-04-28ufs: [bl]e*_add_cpu conversionGravatar Marcin Slusarz 1-8/+8
2008-03-19fs/ufs/balloc.c: fix sparc64 printk warningGravatar Andrew Morton 1-2/+2
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Gravatar Roel Kluin 1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hGravatar Mike Frysinger 12-11/+960
2008-02-08ufs: fix symlink creation on ufs2Gravatar Evgeniy Dushistov 1-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()Gravatar David Howells 4-23/+33