aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart
2010-05-24ufs: Remove dead quota codeJan Kara
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-03sanitize const/signedness of ufs a bitAl Viro
2009-12-16ufs: NFS supportAlexey Dobriyan
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan
2009-06-18ufs: sector_t cannot be negativeRoel Kluin
2009-06-11ufs: add ->sync_fsChristoph Hellwig
2009-06-11switch ufs to simple_fsync()Al Viro
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-05-09switch ufs directories to ufs_sync_file()Al Viro
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin
2009-03-26ufs: Use lowercase names of quota functionsJan Kara
2009-03-22Update my email addressGertjan van Wingerde
2009-01-22fs/Kconfig: move ufs outAlexey Dobriyan
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemDavid Howells
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds