aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs/super.c
AgeCommit message (Expand)Author
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-02ufs: remove the BKLArnd Bergmann
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09switch ufs to ->evict_inode()Al Viro
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
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-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2009-12-16ufs: NFS supportAlexey Dobriyan
2009-06-11ufs: add ->sync_fsChristoph Hellwig
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-04-02fs/ufs: return f_fsid for statfs(2)Coly Li
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin
2009-03-22Update my email addressGertjan van Wingerde
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-07-24UFS: add const to parser token tableSteven Whitehouse
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig
2007-10-17ufs: implement show_optionsEvgeniy Dushistov
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-09-25ufs: fix sun stateEvgeniy Dushistov
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-16is_power_of_2: ufs/super.cvignesh babu
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek