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