aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* ufs: drop lock/unlock superMarco Stornelli2012-10-091-10/+11
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-221-10/+30
* fs/ufs: re-arrange the code a bitArtem Bityutskiy2012-07-221-59/+58
* fs/ufs: remove extra superblock write on unmountArtem Bityutskiy2012-07-221-3/+0
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-4/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* ufs: remove the BKLArnd Bergmann2011-03-021-27/+37
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-4/+4
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* switch ufs to ->evict_inode()Al Viro2010-08-091-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-109/+1
|\
| * ufs: Remove dead quota codeJan Kara2010-05-241-126/+0
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-1/+1
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-1/+5
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+4
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+12
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-271-0/+2
|/
* fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2010-03-121-0/+3
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+6
* ufs: NFS supportAlexey Dobriyan2009-12-161-0/+52
* ufs: add ->sync_fsChristoph Hellwig2009-06-111-10/+22
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+10
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-111-1/+10
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+6
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
* fs/ufs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* ufs: validate maximum fast symlink size from superblockDuane Griffin2009-03-271-0/+11
* Update my email addressGertjan van Wingerde2009-03-221-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-2/+2
* Revert "UFS: add const to parser token table"Linus Torvalds2008-08-041-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* UFS: add const to parser token tableSteven Whitehouse2008-07-241-1/+1
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-081-1/+1
* ufs: fix symlink creation on ufs2Evgeniy Dushistov2008-02-081-2/+4
* iget: stop UFS from using iget() and read_inode()David Howells2008-02-071-5/+9
* ufs: fix nexstep dir block sizeEvgeniy Dushistov2007-12-051-2/+2
* revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton2007-10-301-8/+7
* ufs: Fix mount check in ufs_fill_super()Satyam Sharma2007-10-171-7/+8