summaryrefslogtreecommitdiff
path: root/pgsql.h
AgeCommit message (Collapse)Author
2015-06-11updated copyright and email addressAndreas Baumann
2015-05-07fixed the rename problem (EEXIST if the destination file exists isAndreas Baumann
wrong, the destination file should get all data and metadata from the source file)
2013-04-17some code rearrangments around statfs functionsAndreas Baumann
2013-04-16added some OIDs to path code for the blocks free operationAndreas Baumann
2013-04-15changed return type of free/used functions (64-bit)Andreas Baumann
2013-04-15started to rewrite, removed dependecy on shell/PerlAndreas Baumann
resulting a fictive number for free files and free blocks for now added test cases removed function.sql
2013-04-15added statsfs patch from Роман БородинAndreas Baumann
2012-05-06added mount option blocksize, can be set when creating the filsystemAndreas Baumann
(first write), schema.sql doesn't contain block size information anymore
2012-05-01removed a lot of casts around off_t and size_tAndreas Baumann
2012-05-01more cleanup around 64-bit id/inodesAndreas Baumann
2012-05-01ids and block numbers are bigints too nowAndreas Baumann
fixed a UMR in psql_read_buf
2012-04-30changed size to a bigintAndreas Baumann
2012-04-26normal file renames and moves between directories workAndreas Baumann
fixed some memory problems in error cases fixed location of read_only check (always after checking metadata of the manipulated objects in order to have proper error messages)
2012-04-25some work for renameAndreas Baumann
2012-04-24split get_meta function in two, one working with path, one with idAndreas Baumann
2012-04-19removed funny locking ideas and ref_counter in database, this isAndreas Baumann
not the solution!
2012-04-19added a first multi-threaded version with a databse poolAndreas Baumann
2012-04-19added first simple transaction policy (per FUSE operation)Andreas Baumann
2012-04-19reference counting pushed to databaseAndreas Baumann
implemented simple strategy: don't allow files to be open twice
2012-04-18got a first working version without a maxsize limitAndreas Baumann
2012-04-17fixed buffer overflow in symlink readingAndreas Baumann
2012-04-16started to add timestampsAndreas Baumann
2012-04-14mode, uid and gid are stored nowAndreas Baumann
2012-04-13replace isdir with mode (in database and in code)Andreas Baumann
2012-04-13added unlink for files and corrected rmdirAndreas Baumann
2012-04-12implemented rmdirAndreas Baumann
2012-04-10more cleanupAndreas Baumann
fixed lost connections after fuse reinitializations
2012-04-10some rearangementsAndreas Baumann