summaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* ufs: kill lock_ufs()Al Viro2015-07-061-32/+2
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-061-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+11
|\
| * fs/ufs: restore s_lock mutex_init()Fabian Frederick2015-06-171-0/+1
| * fs/ufs: restore s_lock mutexFabian Frederick2015-06-161-0/+10
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
* fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-081-1/+1
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-081-20/+24
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-081-18/+18
* fs/ufs: use pr_fmtFabian Frederick2014-08-081-8/+7
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-081-133/+130
* ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-061-18/+10
* fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer2014-04-071-2/+0
* fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer2014-04-071-2/+0
* fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer2014-04-071-2/+0
* fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-071-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* 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