summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-021-20/+1
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-53/+47
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-021-1/+1
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-021-0/+16
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-021-10/+12
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-231-1/+1
* nilfs2: add missing line spacingRyusuke Konishi2016-05-231-0/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-231-5/+3
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-231-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi2015-11-061-1/+4
* nilfs2: drop null test before destroy functionsJulia Lawall2015-11-061-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-3/+3
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* | nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi2015-04-171-1/+1
|/
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig2015-01-201-3/+1
* nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-141-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-1/+1
|\
| * dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-1/+1
* | nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-081-1/+8
|/
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* git simplify nilfs check for busy subtreeAl Viro2013-09-031-19/+7
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko2013-07-031-3/+5
* nilfs2: implement calculation of free inodes countVyacheslav Dubeyko2013-07-031-2/+23
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* nilfs2: nuke write_super from commentsArtem Bityutskiy2012-08-041-4/+0
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-301-0/+3
* nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao2012-07-301-3/+0
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* 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-3/+3
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-2/+0
* nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-101-1/+1
* nilfs2: implement resize ioctlRyusuke Konishi2011-05-101-0/+72
* nilfs2: add routine to move secondary super blockRyusuke Konishi2011-05-101-0/+57
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-40/+23
* nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-091-54/+51
* nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-091-11/+0
* nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-3/+0
* nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi2011-03-091-5/+5
* nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-091-27/+29