summaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)Author
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-09-03git simplify nilfs check for busy subtreeAl Viro
2013-07-05helper for reading ->d_countAl Viro
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-08-04nilfs2: nuke write_super from commentsArtem Bityutskiy
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi
2011-05-10nilfs2: add routine to move secondary super blockRyusuke Konishi
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-01-22nilfs2: fix crash after one superblock became unavailableRyusuke Konishi
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-10nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi
2011-01-10fs/nilfs2/super.c: Use printf extension %pVJoe Perches
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-10-29convert nilfsAl Viro
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2010-10-23nilfs2: eliminate sparse warnings - "symbol not declared"Jiro SEKIBA