summaryrefslogtreecommitdiff
path: root/fs/ufs/super.c
Commit message (Expand)AuthorAge
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-15
* | ufs: use new i_version APIJeff Layton2018-01-29
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-21
|\
| * ufs: fix the logics for tail relocationAl Viro2017-06-17
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-17
|\ \ | |/
| * ufs: fix s_size/s_dsize usersAl Viro2017-06-14
| * ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-10
|\ \ | |/
| * ufs: set correct ->s_maxsizeAl Viro2017-06-09
* | fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-04
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* 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