aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/super.c
AgeCommit message (Expand)Author
2009-12-16switch nilfs2 to deactivate_locked_super()Al Viro
2009-11-20nilfs2: add norecovery mount optionRyusuke Konishi
2009-11-20nilfs2: move recovery completion into load_nilfs functionRyusuke Konishi
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi
2009-11-20nilfs2: separate constructor of metadata filesRyusuke Konishi
2009-11-20nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi
2009-11-20nilfs2: cleanup unused match_bool functionJiro SEKIBA
2009-11-20nilfs2: Using nobarrier option instead of barrier=offJiro SEKIBA
2009-09-22const: mark remaining export_operations constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi
2009-09-14nilfs2: add more check routines in mount processZhu Yanhai
2009-09-14nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA
2009-09-14nilfs2: clean up nilfs_write_superJiro SEKIBA
2009-09-14nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA
2009-09-14nilfs2: remove redundant super block commitJiro SEKIBA
2009-09-14nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA
2009-08-18nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang
2009-06-24switch nilfs2 to inode->i_aclAl Viro
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-06-11nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi
2009-06-11nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi
2009-06-11nilfs2: simplify remaining sget() useRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi
2009-06-11nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi
2009-06-11nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-06-10nilfs2: use device's backing_dev_info for btree node cachesRyusuke Konishi
2009-04-13nilfs2: remove module versionRyusuke Konishi
2009-04-13nilfs2: return f_fsid for statfs2Ryusuke Konishi
2009-04-07nilfs2: support nanosecond timestampRyusuke Konishi
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi
2009-04-07nilfs2: simplify handling of active state of segmentsRyusuke Konishi
2009-04-07nilfs2: super block operations fix endian bugRyusuke Konishi
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi
2009-04-07nilfs2: cleanup nilfs_clear_inodeRyusuke Konishi
2009-04-07nilfs2: super block operationsRyusuke Konishi