summaryrefslogtreecommitdiff
path: root/fs/ufs/super.c
Commit message (Expand)AuthorAge
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* ufs: kill lock_ufs()Al Viro2015-07-06
* ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs/ufs: restore s_lock mutex_init()Fabian Frederick2015-06-17
| * fs/ufs: restore s_lock mutexFabian Frederick2015-06-16
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-17
* fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-17
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-08
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-08
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-08
* fs/ufs: use pr_fmtFabian Frederick2014-08-08
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-08
* ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-06
* fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer2014-04-07
* fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer2014-04-07
* fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer2014-04-07
* fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-07
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* ufs: drop lock/unlock superMarco Stornelli2012-10-09
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-22
* fs/ufs: re-arrange the code a bitArtem Bityutskiy2012-07-22
* fs/ufs: remove extra superblock write on unmountArtem Bityutskiy2012-07-22
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-10
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* Fix common misspellingsLucas De Marchi2011-03-31
* ufs: remove the BKLArnd Bergmann2011-03-02
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* switch ufs to ->evict_inode()Al Viro2010-08-09
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-30
|\
| * ufs: Remove dead quota codeJan Kara2010-05-24
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-24
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-24
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-24
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-24
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-24
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-27
|/
* fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2010-03-12
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-05