summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs
AgeCommit message (Expand)Author
2014-08-11cwfs: add optional uid argument to allow command, unify permission override codecinap_lenrek
2014-08-09cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji o...cinap_lenrek
2014-05-03cwfs: fix 1GB memsize limitationcinap_lenrek
2014-02-07cwfs: limit memsize() to 1GB until pool can handle huge allocationscinap_lenrek
2014-02-01cwfs: use pragma pack for on disk structures for amd64cinap_lenrek
2013-10-16cwfs: fix putbuf(nil) in error case of cmd_check()cinap_lenrek
2013-10-11cwfs: add checktag() call for cache bucket in dumpblock(), fix error stringscinap_lenrek
2013-10-11cwfs: more checking for cfsdump(), cleanup Tsuper hack in cwrecur()cinap_lenrek
2013-08-08cwfs: fix out of order repliescinap_lenrek
2013-08-07cwfs: use atomic compare and swap to avoid semacquire() syscalls in new queue...cinap_lenrek
2013-08-05fix this megashitcinap_lenrek
2013-08-05cwfs: remove reflockcinap_lenrek
2013-08-04cwfs: faster queue implementation using semacquire()cinap_lenrek
2013-07-18cwfs: add rtmp flag for check command to remove temporary files after recovercinap_lenrek
2013-02-25cwfs: fix mtime for dump yyyy directoriescinap_lenrek
2013-01-309p message size too smallcinap_lenrek
2012-12-07cwfs: allow previously authorized channels to attach as nonecinap_lenrek
2012-12-07cwfs: make none attach workcinap_lenrek
2012-08-01cwfs: fix read offset integer overflowcinap_lenrek
2012-07-24cwfs: remove noatime runtime optioncinap_lenrek
2012-07-24cwfs: make sure we do a full dump after toggling noatimecinap_lenrek
2012-07-23cwfs: fix noatime dumpscinap_lenrek
2012-07-14cwfs: noatime flagcinap_lenrek
2012-07-13cwfs: make /srv/cwfs.cmd redable to receive command outputcinap_lenrek
2012-07-12cwfs: set whochan for who command, cleanupcinap_lenrek
2012-05-21cwfs: fix disappearing /tmp +t bugcinap_lenrek
2012-05-18cwfs: add fsmempercent enviroment variable to control iobuffer allocationcinap_lenrek
2012-04-14cwfs: write superblocks to worm immidiately after ream to avoid scary touchsb...cinap_lenrek
2012-02-23correcting unicode superscripts for 1 2 and 3cinap_lenrek
2011-12-12cwfs: simplify checkname, allow space charactercinap_lenrek
2011-09-07cwfs: cfs needs to run after con_session(), so revert previous change and jus...cinap_lenrek
2011-09-07cwfs: fix race between cmd_exec("users") and serve processes, cleanup portfns.hcinap_lenrek
2011-09-07cwfs: fix use after free bug (ai->cuid), remove waitedfor abort()cinap_lenrek
2011-07-22cwfs: fixed memsize()aiju
2011-07-21cwfs: fix auth filedescriptor leakcinap_lenrek
2011-06-16remove mconf cruftcinap_lenrek
2011-06-11cwfs: store newcache format option in configcinap_lenrek
2011-06-11cwfs: dont use hardcoded firstsb for cwfscinap_lenrek
2011-06-06cwfs: restore backup block even if directory block didnt got a new addresscinap_lenrek
2011-05-12cwfs: +tcinap_lenrek
2011-05-07added 'chatty' command to cwfsaiju
2011-05-01cwfs: cleanupcinap_lenrek
2011-05-01cwfs: fix network listener, relay auth errors. boot(8): split bootargs only o...cinap_lenrek
2011-05-01cwfs: allow reseting noauth and readonly config optionscinap_lenrek
2011-04-29cwfs: back to previous versioncinap_lenrek
2011-04-29cwfs: fix config modecinap_lenrek
2011-04-29make /n/other workcinap_lenrek
2011-04-29cwfs: remove startup delaycinap_lenrek
2011-04-28cwfs: reduce verbosity, added -d options if you want it anywaycinap_lenrek
2011-04-20cwfs: fix compiler warningcinap_lenrek