aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-178/+2
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-6/+4
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-24ufs: Remove dead quota codeJan Kara7-195/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+12
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-9/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-4/+4
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov5-3/+13
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2-0/+9
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-15/+61
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+4
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig5-11/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig4-1/+26
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-0/+7
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-3/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-9/+15
2010-03-03sanitize const/signedness of ufs a bitAl Viro2-7/+7
2009-12-16ufs: NFS supportAlexey Dobriyan1-0/+52
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan3-11/+11
2009-06-18ufs: sector_t cannot be negativeRoel Kluin1-9/+1
2009-06-11ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-11switch ufs to simple_fsync()Al Viro3-24/+2
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-1/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+6
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-05-09switch ufs directories to ufs_sync_file()Al Viro3-3/+3
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-23/+31
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-26ufs: Use lowercase names of quota functionsJan Kara2-10/+10
2009-03-22Update my email addressGertjan van Wingerde1-1/+1
2009-01-22fs/Kconfig: move ufs outAlexey Dobriyan1-0/+43
2008-11-14CRED: Wrap task credential accesses in the UFS filesystemDavid Howells1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds1-1/+1