nilfs2-kmod7-1.0.0  Sun Apr 19, 2015 JST

	* fix gcc warning at nilfs_checkpoint_is_mounted()
	* fix minor race issue with chattr:
	  - put out gfp mask manipulation from nilfs_set_inode_flags()
	  - add mimic of inode_set_flags() helper
	  - use inode_set_flags() in nilfs_set_inode_flags() to
	    atomically set inode->i_flags.
	* support build for recent mainline kernels (v3.10 ~ v4.0):
	  - fix build error due to relocation of version.h
	  - fix build error due to change of readdir at Linux 3.11
	  - fix build error due to change of bio struct at Linux 3.14
	  - fix build error due to change related to iov iterator at Linux 3.16
	  - use d_obtain_root() and add its compat function
	  - fix build error due to removal of vm_ops->remap_pages()
	  - fix build error due to removal of mapping->backing_dev_info
	* improve execution time of lscp command on aged file systems:
	  - unify type of key arguments in bmap interface
	  - add bmap function to seek a valid key
	  - add helper to find existent block on metadata file
	  - improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
	* reduce the number of atomic bit operations with set_mask_bits
	  helper:
	  - do not use async write flag for segment summary buffers
	  - add mimic of set_mask_bits() helper
	  - use set_mask_bits() for operations on buffer state bitmap
	* cleanup:
	  - use bgl_lock_ptr() helper to simplify nilfs_mdt_bgl_lock()

nilfs2-kmod-centos7-0.1.5  Sun Apr 5, 2015 JST

	* fix build error on CentOS 7.1 supporting a change of
	  truncate_pagecache() function.

nilfs2-kmod-centos7-0.1.4  Fri Mar 13, 2015 JST

	* fix deadlock of segment constructor during recovery
	* fix potential memory overrun on inode

nilfs2-kmod-centos7-0.1.3  Sat Feb 7, 2015 JST

	* fix deadlock of segment constructor over I_SYNC flag
	* fix the nilfs_iget() vs. nilfs_new_inode() races

nilfs2-kmod-centos7-0.1.2  Sun Oct 19, 2014 JST

	* improve the performance of fdatasync()
	* add missing blkdev_issue_flush() to nilfs_sync_fs()

nilfs2-kmod-centos7-0.1.1  Sat Sep 27, 2014 JST

	* fix data loss with mmap()

nilfs2-kmod-centos7-0.1.0  Wed Jul 9, 2014 JST

	* update project's web site in nilfs2.txt
	* verify metadata sizes read from disk
	* add FITRIM ioctl support
	* add NILFS_IOCTL_SET_SUINFO ioctl support
	* apply "nilfs2: add comments for ioctls"
	* apply "nilfs2: use atomic64_t type for inode_count and blocks_count
	  fields in nilfs_root struct"
	* apply "nilfs2: implement calculation of tree inodes count"
	* apply "helper for reading ->d_count"
	* apply "mm + fs: store shadow entries in pace cache"
	* add kern_feature.h header file
	* add .gitignore file
	* Import source files from stable kernel-3.10.y.