aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ufs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+7
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01ufs: switch to ->free_inode()Al Viro1-8/+2
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+8
2018-01-29ufs: use new i_version APIJeff Layton1-1/+2
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor1-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-15/+15
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-12/+12
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+9
2017-06-17ufs: fix the logics for tail relocationAl Viro1-0/+9
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+40
2017-06-14ufs: fix s_size/s_dsize usersAl Viro1-11/+12
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+18
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-07-06ufs: kill lock_ufs()Al Viro1-32/+2
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro1-0/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+11
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick1-0/+10
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick1-1/+1
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick1-8/+7
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick1-133/+130
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick1-18/+10
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09ufs: drop lock/unlock superMarco Stornelli1-10/+11
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy1-10/+30
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy1-3/+0
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-4/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0