Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[safe/jmp/linux-2.6] / fs / nilfs2 / super.c
2010-05-10 Ryusuke Konishinilfs2: disallow remount of snapshot from/to a regular...
2010-05-10 Ryusuke Konishinilfs2: update comment on deactivate_super at nilfs_get_sb
2010-05-10 Ryusuke Konishinilfs2: replace MS_VERBOSE with MS_SILENT
2010-05-10 Ryusuke Konishinilfs2: add missing initialization of s_mode
2010-05-10 Ryusuke Konishinilfs2: fix misuse of open_bdev_exclusive/close_bdev_ex...
2010-05-10 Ryusuke Konishinilfs2: add missing endian conversion on super block...
2010-05-10 Li Hongnilfs2: add a print message after loading nilfs2
2010-05-10 Li Hongnilfs2: cleanup multi kmem_cache_{create,destroy} code
2010-05-10 Ryusuke Konishinilfs2: change default of 'errors' mount option to...
2010-05-03 Ryusuke Konishinilfs2: fix sync silent failure
2010-03-14 Ryusuke Konishinilfs2: remove whitespaces before quoted newlines
2010-03-14 Ryusuke Konishinilfs2: fix various typos in comments
2010-02-13 Ryusuke Konishinilfs2: get rid of s_dirt flag use
2010-02-13 Ryusuke Konishinilfs2: fix potential hang in nilfs_error on errors...
2010-02-13 Jiro SEKIBAnilfs2: issue discard request after cleaning segments
2009-12-16 Al Viroswitch nilfs2 to deactivate_locked_super()
2009-11-20 Ryusuke Konishinilfs2: add norecovery mount option
2009-11-20 Ryusuke Konishinilfs2: move recovery completion into load_nilfs function
2009-11-20 Ryusuke Konishinilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
2009-11-20 Ryusuke Konishinilfs2: separate constructor of metadata files
2009-11-20 Ryusuke Konishinilfs2: add size option of private object to metadata...
2009-11-20 Jiro SEKIBAnilfs2: cleanup unused match_bool function
2009-11-20 Jiro SEKIBAnilfs2: Using nobarrier option instead of barrier=off
2009-09-22 Alexey Dobriyanconst: mark remaining export_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-14 Ryusuke Konishinilfs2: remove individual gfp constants for each metada...
2009-09-14 Zhu Yanhainilfs2: add more check routines in mount process
2009-09-14 Zhang Qiangnilfs2: An unassigned variable is assigned to a never...
2009-09-14 Jiro SEKIBAnilfs2: stop using periodic write_super callback
2009-09-14 Jiro SEKIBAnilfs2: clean up nilfs_write_super
2009-09-14 Jiro SEKIBAnilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
2009-09-14 Jiro SEKIBAnilfs2: remove redundant super block commit
2009-09-14 Jiro SEKIBAnilfs2: implement nilfs_show_options to display mount...
2009-08-18 Zhang Qiangnilfs2: missing a read lock for segment writer in nilfs...
2009-06-24 Al Viroswitch nilfs2 to inode->i_acl
2009-06-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-12 Ryusuke Konishinilfs2: get rid of bd_mount_sem use from nilfs
2009-06-12 Ryusuke Konishinilfs2: correct exclusion control in nilfs_remount...
2009-06-12 Ryusuke Konishinilfs2: simplify remaining sget() use
2009-06-12 Ryusuke Konishinilfs2: get rid of sget use for checking if current...
2009-06-12 Ryusuke Konishinilfs2: get rid of sget use for acquiring nilfs object
2009-06-12 Ryusuke Konishinilfs2: remove meaningless EBUSY case from nilfs_get_sb...
2009-06-12 Christoph Hellwignilfs2: call nilfs2_write_super from nilfs2_sync_fs
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-10 Ryusuke Konishinilfs2: use device's backing_dev_info for btree node...
2009-04-13 Ryusuke Konishinilfs2: remove module version
2009-04-13 Ryusuke Konishinilfs2: return f_fsid for statfs2
2009-04-07 Ryusuke Konishinilfs2: support nanosecond timestamp
2009-04-07 Ryusuke Konishinilfs2: introduce secondary super block
2009-04-07 Ryusuke Konishinilfs2: simplify handling of active state of segments
2009-04-07 Ryusuke Konishinilfs2: super block operations fix endian bug
2009-04-07 Ryusuke Konishinilfs2: replace BUG_ON and BUG calls triggerable from...
2009-04-07 Ryusuke Konishinilfs2: extend nilfs_sustat ioctl struct
2009-04-07 Ryusuke Konishinilfs2: cleanup nilfs_clear_inode
2009-04-07 Ryusuke Konishinilfs2: super block operations