aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+1
2015-01-20nilfs2: set up s_bdi like the generic mount_bdev codeGravatar Christoph Hellwig 1-3/+1
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Gravatar Andreas Rohner 1-0/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-08-08nilfs2: integrate sysfs support into driverGravatar Vyacheslav Dubeyko 1-1/+8
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDGravatar J. Bruce Fields 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-09-03git simplify nilfs check for busy subtreeGravatar Al Viro 1-19/+7
2013-07-05helper for reading ->d_countGravatar Al Viro 1-1/+1
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Gravatar Vyacheslav Dubeyko 1-3/+5
2013-07-03nilfs2: implement calculation of free inodes countGravatar Vyacheslav Dubeyko 1-2/+23
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-08-04nilfs2: nuke write_super from commentsGravatar Artem Bityutskiy 1-4/+0
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsGravatar Ryusuke Konishi 1-0/+3
2012-07-30nilfs2: remove references to long gone super operationsGravatar Fernando Luis Vazquez Cao 1-3/+0
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-2/+0
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostGravatar Ryusuke Konishi 1-1/+1
2011-05-10nilfs2: implement resize ioctlGravatar Ryusuke Konishi 1-0/+72
2011-05-10nilfs2: add routine to move secondary super blockGravatar Ryusuke Konishi 1-0/+57
2011-03-09nilfs2: get rid of nilfs_sb_info structureGravatar Ryusuke Konishi 1-40/+23
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structGravatar Ryusuke Konishi 1-54/+51
2011-03-09nilfs2: move next generation counter into nilfs objectGravatar Ryusuke Konishi 1-11/+0
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectGravatar Ryusuke Konishi 1-3/+0
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectGravatar Ryusuke Konishi 1-5/+5
2011-03-09nilfs2: move mount options to nilfs objectGravatar Ryusuke Konishi 1-27/+29
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeGravatar Miklos Szeredi 1-1/+1
2011-01-22nilfs2: fix crash after one superblock became unavailableGravatar Ryusuke Konishi 1-1/+2
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+4
2011-01-10headers: kobject.h reduxGravatar Alexey Dobriyan 1-1/+0
2011-01-10nilfs2: get rid of nilfs_mount_options structureGravatar Ryusuke Konishi 1-3/+3
2011-01-10fs/nilfs2/super.c: Use printf extension %pVGravatar Joe Perches 1-7/+16
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-4/+4
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-2/+2
2010-10-29convert nilfsGravatar Al Viro 1-9/+7
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-282/+327
2010-10-23nilfs2: eliminate sparse warnings - "symbol not declared"Gravatar Jiro SEKIBA 1-1/+1
2010-10-23nilfs2: get rid of bdi from nilfs objectGravatar Ryusuke Konishi 1-1/+4
2010-10-23nilfs2: add bdev freeze/thaw supportGravatar Ryusuke Konishi 1-4/+54
2010-10-23nilfs2: accept 64-bit checkpoint numbers in cp mount optionGravatar Ryusuke Konishi 1-13/+12
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesGravatar Ryusuke Konishi 1-7/+2
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsGravatar Ryusuke Konishi 1-0/+32
2010-10-23nilfs2: use iget for all metadata filesGravatar Ryusuke Konishi 1-7/+14
2010-10-23nilfs2: simplify life cycle management of nilfs objectGravatar Ryusuke Konishi 1-45/+22