version 3.6
[sahlberg/remote-cache.git] / migrate /
2009-07-23 rootversion 3.6 master
2009-07-23 Martin Schwenkeremote-cache-clean: add a final pass to remove empty...
2009-07-23 Martin SchwenkeAdditional cache cleaning algorithms.
2009-07-21 Martin SchwenkeRejig code and logging in preparation for extra cleanup...
2009-07-21 Martin SchwenkeNew remote-cache-clean script.
2009-07-15 rootremove the switch_to_real_user() function and switch_ba...
2009-07-15 rootremove the last use of switch_to_real_user()
2009-07-15 rootremote an additional switch_to_real_user()
2009-07-14 rootremove a switch_to_real_user()
2009-07-14 rootremove a dead function
2009-07-14 rootremove a call to switch_to_real_user
2009-07-14 rootremove the use of one switch_to_real_user()
2009-04-07 rootadd a simple array of hashes so that we dont keep addin...
2009-04-06 rootcheck that the umount actually worked and keep running...
2009-04-06 rootuse a mutex to make sur eonly one thread at a time...
2009-03-30 rootfix an error in a prototype
2009-03-30 rootCreate a new option --unexport=<path>" to be used to...
2009-03-29 rootuse a lock on the cache file to ensure that only one...
2009-03-29 rootFork() and return from the parent back to the shell...
2009-03-20 rootremove more switching between user ids
2009-03-20 rootremove more swhitches between root and the user.
2009-03-20 rootdont switch to/from the real user inmkdir() evaluate...
2009-03-19 rootremove all remaining talloc calls
2009-03-19 rootremove the use of talloc from unlink_parent_dir_cache()
2009-03-19 rootremove the use of talloc from open_parent_cache_ro()
2009-03-19 rootremove the use of talloc from open_dir_cache_ro()
2009-03-19 rootremove the use of talloc from unlink_object()
2009-03-17 Ronnie Sahlbergfix typo in the usage printout
2009-03-09 Ronnie Sahlbergremove use of talloc in performance critical paths
2009-03-06 rootmake sure we use null terminated path strings
2009-03-06 rootmake sure we null terminate the string we return in...
2009-03-06 rootremove some DEBUG statements we no longer need.
2009-03-06 rootsplit remote-cache into a two process model where we...
2009-03-05 rootadd gpl boilerplate to migrate.h
2009-02-27 Ronnie Sahlbergmake sure to check that fhs is no null before derefere...
2009-02-27 Ronnie Sahlberguse an explicit chmod to make sure the bits are set...
2009-02-27 Ronnie Sahlberguse file locking on the temporary cache file to prevent...
2009-02-27 Ronnie Sahlbergfix a broken debug statement
2009-02-27 Ronnie Sahlbergsmall files smaller than 128k are migrated explicitely...
2009-02-26 Ronnie Sahlbergdont switch uid in _unlink()
2009-02-26 Ronnie Sahlbergdont switch userid to/from the real user and root in...
2009-02-25 Ronnie Sahlbergdont flush the cached-file or the direcache after a...
2009-02-25 Ronnie SahlbergDont switch uid/gid to the user issuing the operation...
2009-02-25 Ronnie SahlbergAvoid switching to/from "real user"/root during _read()
2009-02-23 Ronnie Sahlbergoptimize away some expensive lstat()
2009-02-06 rootadd a "big_writes" argument
2009-02-05 rootmake it possible to tweak the max number of concurrent...
2009-02-05 rootsee if we can get a lock on the migration limiter file...
2009-02-05 rootreduce the loglevel for an info message from ERR to...
2009-02-05 rootincrease the limit on number of concurrent migrations...
2009-02-05 rootwhen trying to migrate a file, check and make sure...
2009-01-19 rootremove big-writes doenst work with NFS anyway
2009-01-19 rootremove the lock operation
2008-12-16 rootremove a debug statement
2008-12-16 rootThe kernel nfs daemon can not handle filesystems offeri...
2008-12-16 Ronnie Sahlbergadd an option to specify direct_io
2008-12-16 rootreactivate big writes
2008-12-11 rootfix bug when handling gids.
2008-11-24 rootplug some memory leaks
2008-11-23 rootrekmove debug code
2008-11-23 rootuse stat and check if the file exist before we try...
2008-11-15 rootdont leak filedescriptors
2008-11-12 rootset the "big_write" option when starting fuse.
2008-11-11 rootupdates to read write support
2008-07-23 Ronnie SahlbergGNU_SOURCE may already be defined so define it inside...
2008-07-22 Ronnie Sahlbergadd read/write functions for all commands we used to...
2008-07-22 Ronnie Sahlberginitial read/write support
2008-07-22 Ronnie SahlbergIf we detect a file no longer exists on the remote... read-only read-only
2008-07-22 Ronnie SahlbergAdd an option "--file-min-mtime-age". Files that have...
2008-06-23 Ronnie Sahlbergtell fuse to use the permissions from the fiulesystekm...
2008-06-18 Ronnie Sahlbergupdate access() root can always read and execute
2008-06-18 Ronnie Sahlbergpass the use_ino option to fuse
2008-06-18 Ronnie Sahlbergemulate the access() call
2008-06-18 Ronnie Sahlbergreduce the debuglevel for some messages
2008-06-18 Ronnie Sahlbergwe can also verify the local cache and purge files...
2008-06-18 Ronnie Sahlbergupdate GETATTR to know how to handle file_check_parent_...
2008-06-18 Ronnie Sahlbergadd new parameter --file-check-parent-mtime
2008-06-17 Ronnie Sahlbergset the extra groups to a list with one entry, the...
2008-06-17 Ronnie Sahlbergdrop the extra groups for the process when we switch...
2008-06-16 Ronnie Sahlbergwhen reading a directory from a remote site,
2008-06-16 Ronnie Sahlbergswitch to the real user and obey the permissions when...
2008-06-16 Ronnie Sahlbergwhen emulating a read() check the stats for the file...
2008-06-16 Ronnie SahlbergRevert "even if the user is not allowed to read the...
2008-06-16 Ronnie Sahlbergeven if the user is not allowed to read the file due...
2008-06-16 Ronnie Sahlbergwhen we create a cache for a directory, make sur ethe...
2008-06-16 Ronnie Sahlbergwhen creating a cache directory, make sure it gets...
2008-06-13 Ronnie Sahlbergwhen we change to a different user/gid
2008-06-10 Ronnie Sahlbergadd a new parameter
2008-06-10 Ronnie Sahlbergadd two more parameters
2008-06-10 Ronnie Sahlbergadd two new command line arguments
2008-06-10 Ronnie Sahlbergwhen emulating READDIR(),
2008-06-10 Ronnie Sahlbergcheck that --export, --cache and --remote all exist...
2008-06-04 Ronnie Sahlbergadd a new argument --max-dir-cache=SECONDS
2008-05-28 Ronnie Sahlbergadd gpl boilerplate
2008-05-27 Ronnie Sahlbergwe have to defer redirecting stderr to the logfile...
2008-05-27 Ronnie Sahlbergadd setting of debug level through -d or --debug
2008-05-27 Ronnie Sahlbergstart using popt to parse arguments
2008-05-27 Ronnie Sahlbergprint the remote-cache version on startup
2008-05-27 Ronnie Sahlbergremove references to gpfs and the migrate tool
2008-05-21 Ronnie Sahlbergif readdir fails, delete the local cache for the directory. origin/HEAD origin/master
next