summaryrefslogtreecommitdiff
path: root/pgfuse.c
AgeCommit message (Expand)Author
2012-04-19better verbosity output: print first, then aquire connections from DB poolAndreas Baumann
2012-04-19fixed severe read bugAndreas 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-19removed some old contantsAndreas Baumann
2012-04-19reference counting pushed to databaseAndreas Baumann
2012-04-19removed PgFuseFile (bad local data structure!), use FUSE file contextAndreas Baumann
2012-04-19removed size from PgFuseFile, update metadata on every writeAndreas Baumann
2012-04-18got a first working version without a maxsize limitAndreas Baumann
2012-04-17started to prepare for multi-threaded version, logigng the pid/thread_id in v...Andreas Baumann
2012-04-17made --help more readable and pageableAndreas Baumann
2012-04-17small docu cleanupsAndreas Baumann
2012-04-17fixed buffer overflow in symlink readingAndreas Baumann
2012-04-17storing ctime,mtime,atime now, mtime and atime are not set correctly everywhe...Andreas Baumann
2012-04-16started to add timestampsAndreas Baumann
2012-04-16also added fgetattrAndreas Baumann
2012-04-16added local symlinks, stil a cross directory problemAndreas Baumann
2012-04-16added chown (no security checks so far!)Andreas Baumann
2012-04-16added chmodAndreas Baumann
2012-04-16not keeping meta data in PgFuseFile buffer, causes trouble with chown/chmodAndreas Baumann
2012-04-14mode, uid and gid are stored nowAndreas Baumann
2012-04-13-Andreas Baumann
2012-04-13replace isdir with mode (in database and in code)Andreas Baumann
2012-04-13added statfsAndreas Baumann
2012-04-13added a fsync/fdatasync testAndreas Baumann
2012-04-13small cleanupsAndreas Baumann
2012-04-13implemented truncateAndreas Baumann
2012-04-13made read-only mode workAndreas Baumann
2012-04-13added unlink for files and corrected rmdirAndreas Baumann
2012-04-12implemented rmdirAndreas Baumann
2012-04-10fuse init and destry shown in syslog (always)Andreas Baumann
2012-04-10more cleanupAndreas Baumann
2012-04-10some rearangementsAndreas Baumann
2012-04-08removed search.hAndreas Baumann
2012-04-08minifixAndreas Baumann
2012-04-07removed unneeded codeAndreas Baumann
2012-04-07working open and readAndreas Baumann
2012-04-07separated storage of dir and dataAndreas Baumann
2012-04-07handling sizes on readdir nowAndreas Baumann
2012-04-07a working writeAndreas Baumann
2012-04-07added more stub functions for dir handlingAndreas Baumann
2012-04-06added creation of filesAndreas Baumann
2012-04-06added a test schema, added handling of dirsAndreas Baumann
2012-04-06first creation and showing of tree structure worksAndreas Baumann
2012-04-06fixed wrong usage of basename/dirnameAndreas Baumann
2012-04-06first writing worksAndreas Baumann
2012-04-06a very first DB select on mkdirAndreas Baumann
2012-04-06showing first empty virtual filesystem worksAndreas Baumann
2012-04-06added init and destroy, added syslogAndreas Baumann
2012-04-06sorted out more argument parsing troubleAndreas Baumann