aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-4/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+5
2010-10-21BKL: introduce CONFIG_BKL.Gravatar Arnd Bergmann 1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 5-54/+29
2010-08-09switch ufs to ->evict_inode()Gravatar Al Viro 4-21/+28
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-8/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+4
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-2/+10
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheGravatar Christoph Hellwig 3-18/+10
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-178/+2
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-6/+4
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 2-2/+2
2010-05-27ufs: permit mounting of BorderWare filesystemsGravatar Thomas Stewart 2-0/+3
2010-05-24ufs: Remove dead quota codeGravatar Jan Kara 7-195/+1
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-1/+5
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-4/+4
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+12
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-9/+1
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-4/+4
2010-05-21ufs: add ufs speciffic ->setattr callGravatar Dmitry Monakhov 5-3/+13
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