summaryrefslogtreecommitdiff
path: root/schema.sql
AgeCommit message (Expand)Author
2013-04-17more realistic values for free disk blocksAndreas Baumann
2013-04-17some first results in statfs, but some sizes are weird, also PGDATA handling ...Andreas Baumann
2012-05-06added mount option blocksize, can be set when creating the filsystemAndreas Baumann
2012-05-01ids and block numbers are bigints too nowAndreas Baumann
2012-04-30changed size to a bigintAndreas Baumann
2012-04-24removed 'path' in schema, translating path now iteratively to id viaAndreas Baumann
2012-04-20fixed some nasty bugsAndreas Baumann
2012-04-19removed funny locking ideas and ref_counter in database, this isAndreas Baumann
2012-04-19reference counting pushed to databaseAndreas Baumann
2012-04-18got a first working version without a maxsize limitAndreas Baumann
2012-04-17storing ctime,mtime,atime now, mtime and atime are not set correctly everywhe...Andreas Baumann
2012-04-17added a timestamp testAndreas Baumann
2012-04-14-Andreas Baumann
2012-04-13replace isdir with mode (in database and in code)Andreas Baumann
2012-04-12added some rudimentary install docu, renamed test.sql to create.sql and schem...Andreas Baumann