summaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+8
|\
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-151-5/+8
* | ufs: use new i_version APIJeff Layton2018-01-291-1/+2
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-15/+15
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-12/+12
* Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-211-0/+9
|\
| * ufs: fix the logics for tail relocationAl Viro2017-06-171-0/+9
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-171-24/+40
|\ \ | |/
| * ufs: fix s_size/s_dsize usersAl Viro2017-06-141-11/+12
| * ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-141-13/+28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-101-0/+18
|\ \ | |/
| * ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18
* | fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-041-3/+2
|/
* 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
OpenPOWER on IntegriCloud