aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02nilfs2: refactor parser of snapshot mount optionRyusuke Konishi1-18/+35
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-20/+1
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-53/+47
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi1-1/+1
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi1-0/+16
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi1-10/+12
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-23nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi1-5/+3
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi1-1/+4
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall1-8/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-20nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig1-3/+1
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner1-0/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko1-1/+8
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-09-03git simplify nilfs check for busy subtreeAl Viro1-19/+7
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root structVyacheslav Dubeyko1-3/+5
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko1-2/+23
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-08-04nilfs2: nuke write_super from commentsArtem Bityutskiy1-4/+0
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi1-0/+3
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao1-3/+0
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-2/+0
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi1-1/+1
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi1-0/+72
2011-05-10nilfs2: add routine to move secondary super blockRyusuke Konishi1-0/+57
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-40/+23
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi1-54/+51
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi1-11/+0
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi1-3/+0
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi1-5/+5
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi1-27/+29