Corinna Vinschen 05297cca5f * fhandler.cc (fhandler_base::write): Don't attempt to sparsify
an already sparse file.  Drop check for FILE_SUPPORTS_SPARSE_FILES
	flag.  Explicitely set FILE_ATTRIBUTE_SPARSE_FILE attribute in
	cached attributes.
	(fhandler_base::lseek): Only set did_lseek if sparseness is supported.
	* fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Don't attempt
	to sparsify an already sparse file.  Explicitely set
	FILE_ATTRIBUTE_SPARSE_FILE attribute in cached attributes.
	* mount.cc (oopt): Add "sparse" flag.
	(fillout_mntent): Ditto.
	* path.h (enum path_types): Add PATH_SPARSE.
	(path_conv::support_sparse): New method.
	(path_conv::fs_flags): Constify.
	(path_conv::fs_name_len): Ditto.
	include/sys/mount.h: Replace unused MOUNT_MIXED flag with MOUNT_SPARSE.
2012-12-14 10:45:29 +00:00
..
2011-12-17 23:39:47 +00:00
2005-07-26 00:55:42 +00:00
2012-06-06 04:45:48 +00:00
2011-05-18 01:25:41 +00:00
2011-12-17 23:39:47 +00:00
2008-12-31 21:33:34 +00:00
2007-06-21 15:57:54 +00:00
2009-12-26 06:20:56 +00:00
2011-12-17 23:39:47 +00:00
2007-02-20 15:48:04 +00:00
2006-02-02 22:46:37 +00:00
2008-04-24 08:46:41 +00:00