aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
AgeCommit message (Expand)Author
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17ufs: fix the logics for tail relocationAl Viro
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-14ufs: fix s_size/s_dsize usersAl Viro
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-09ufs: set correct ->s_maxsizeAl Viro
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-07-06ufs: kill lock_ufs()Al Viro
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick
2014-08-08fs/ufs: use pr_fmtFabian Frederick
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-09ufs: drop lock/unlock superMarco Stornelli
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
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