summaryrefslogtreecommitdiff
path: root/pgsql.h
AgeCommit message (Expand)Author
2015-06-11updated copyright and email addressAndreas Baumann
2015-05-07fixed the rename problem (EEXIST if the destination file exists isAndreas Baumann
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
2013-04-15added statsfs patch from Роман БородинAndreas Baumann
2012-05-06added mount option blocksize, can be set when creating the filsystemAndreas Baumann
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
2012-04-30changed size to a bigintAndreas Baumann
2012-04-26normal file renames and moves between directories workAndreas Baumann
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
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
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
2012-04-10some rearangementsAndreas Baumann