summaryrefslogtreecommitdiff
path: root/FILELIST
diff options
context:
space:
mode:
Diffstat (limited to 'FILELIST')
-rw-r--r--FILELIST14
1 files changed, 8 insertions, 6 deletions
diff --git a/FILELIST b/FILELIST
index ca57cd6..6b219de 100644
--- a/FILELIST
+++ b/FILELIST
@@ -1,6 +1,8 @@
-schema.sql - create schema for PgFuse in PostgreSQL database
-clean.sql - remove data and schema from PostgreSQL database
-config.h - global limitations of the program
-pgfuse.c - main and hooks for FUSE operations
-pgsql.c - implementation of PostgreSQL access functions
-pgsql.h - header file of PostgreSQL access functions
+schema.sql - create schema for PgFuse in PostgreSQL database
+clean.sql - remove data and schema from PostgreSQL database
+config.h - global limitations of the program
+pgfuse.c - main and hooks for FUSE operations
+pgsql.c - implementation of PostgreSQL access functions
+pgsql.h - header file of PostgreSQL access functions
+testfsync.c - tests flush, fsync, fdatasync, can't be done eaily
+ with file system commands only