rsync/rsync.git
16 years agoWe don't disable inc_recurse due to -H anymore.
Wayne Davison [Mon, 3 Sep 2007 21:21:21 +0000 (21:21 +0000)]
We don't disable inc_recurse due to -H anymore.

16 years agoChanges to allow hard-linking to work in inc_recurse mode.
Wayne Davison [Mon, 3 Sep 2007 21:21:17 +0000 (21:21 +0000)]
Changes to allow hard-linking to work in inc_recurse mode.

16 years ago- Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison [Mon, 3 Sep 2007 21:21:12 +0000 (21:21 +0000)]
- Changes to allow hard-linking to work in inc_recurse mode.
- Incremented SUBPROTOCOL_VERSION to 7.

16 years agoChanged some instances of \" in checkit calls to '.
Wayne Davison [Mon, 3 Sep 2007 20:43:58 +0000 (20:43 +0000)]
Changed some instances of \" in checkit calls to '.

16 years agoAdded weeding of "sending incremental file list" line to filter_outfile().
Wayne Davison [Mon, 3 Sep 2007 19:52:35 +0000 (19:52 +0000)]
Added weeding of "sending incremental file list" line to filter_outfile().

16 years agoAdded hashtable.o.
Wayne Davison [Mon, 3 Sep 2007 04:59:15 +0000 (04:59 +0000)]
Added hashtable.o.

16 years agoRemoved the old version of the hashtable functions and updated
Wayne Davison [Mon, 3 Sep 2007 04:59:12 +0000 (04:59 +0000)]
Removed the old version of the hashtable functions and updated
the code to use the structures and functions calls.

16 years ago- Use the new hashtable structures and functions.
Wayne Davison [Mon, 3 Sep 2007 04:59:09 +0000 (04:59 +0000)]
- Use the new hashtable structures and functions.
- Tweaked a {read,write}_varint30() call set that didn't need to be "30".

16 years agoUpdated hashtable structures.
Wayne Davison [Mon, 3 Sep 2007 04:59:05 +0000 (04:59 +0000)]
Updated hashtable structures.

16 years agoThe hashtable routines from hlink.c modified to have more generic names,
Wayne Davison [Mon, 3 Sep 2007 04:46:57 +0000 (04:46 +0000)]
The hashtable routines from hlink.c modified to have more generic names,
to support 2 sizes of key (32 and 64 bits), and to have a non-allocating
option for the find routine (returning NULL for no match).

16 years agoUse new0() function instead of new() followed by memset().
Wayne Davison [Mon, 3 Sep 2007 04:19:11 +0000 (04:19 +0000)]
Use new0() function instead of new() followed by memset().

16 years agoTweaked _new_array() to handle new use_calloc parameter.
Wayne Davison [Mon, 3 Sep 2007 04:19:02 +0000 (04:19 +0000)]
Tweaked _new_array() to handle new use_calloc parameter.

16 years agoAdded new0() and new_array0() to allocate and zero the memory.
Wayne Davison [Mon, 3 Sep 2007 04:18:58 +0000 (04:18 +0000)]
Added new0() and new_array0() to allocate and zero the memory.

16 years agoOne more tweak to latest omit-dir-times code.
Wayne Davison [Sun, 2 Sep 2007 06:25:26 +0000 (06:25 +0000)]
One more tweak to latest omit-dir-times code.

16 years agoAdded --no-omit-dir-times and --no-O.
Wayne Davison [Sun, 2 Sep 2007 06:20:42 +0000 (06:20 +0000)]
Added --no-omit-dir-times and --no-O.

16 years agoDon't include the checksum_seed in the full-file MD5 checksum.
Wayne Davison [Sun, 2 Sep 2007 06:00:30 +0000 (06:00 +0000)]
Don't include the checksum_seed in the full-file MD5 checksum.

16 years agoBump up the SUBPROTOCOL_VERSION number.
Wayne Davison [Sun, 2 Sep 2007 06:00:27 +0000 (06:00 +0000)]
Bump up the SUBPROTOCOL_VERSION number.

16 years agoMade omit_dir_times a static variable in options.c by encoding
Wayne Davison [Sat, 1 Sep 2007 16:57:01 +0000 (16:57 +0000)]
Made omit_dir_times a static variable in options.c by encoding
all the time-preserving semantics into preserve_times.

16 years agoDocument the new --append and --append-verify options.
Wayne Davison [Sat, 1 Sep 2007 16:38:09 +0000 (16:38 +0000)]
Document the new --append and --append-verify options.

16 years agoDowngrade the new --append option to --append-verify for protocols < 30.
Wayne Davison [Sat, 1 Sep 2007 16:38:04 +0000 (16:38 +0000)]
Downgrade the new --append option to --append-verify for protocols < 30.

16 years agoHandle the new --append and --append-verify options.
Wayne Davison [Sat, 1 Sep 2007 16:38:00 +0000 (16:38 +0000)]
Handle the new --append and --append-verify options.

16 years agoTweaked a comment.
Wayne Davison [Sat, 1 Sep 2007 00:59:44 +0000 (00:59 +0000)]
Tweaked a comment.

16 years agoMake the verbose message about the file-list expansion clearer in
Wayne Davison [Wed, 29 Aug 2007 23:10:16 +0000 (23:10 +0000)]
Make the verbose message about the file-list expansion clearer in
what is being expanded.

16 years agoDon't omit the -4/-6 options if no IPv6 support was compiled into
Wayne Davison [Wed, 22 Aug 2007 00:36:56 +0000 (00:36 +0000)]
Don't omit the -4/-6 options if no IPv6 support was compiled into
rsync.  Just make them a no-op.

16 years agoIn pool_free_old(), one code path was not clearing a "next" pointer,
Wayne Davison [Tue, 21 Aug 2007 05:04:02 +0000 (05:04 +0000)]
In pool_free_old(), one code path was not clearing a "next" pointer,
so the code could try to free an extent twice in certain circumstances.

16 years agoFix pool_create() to honor the POOL_INTERN flag.
Wayne Davison [Tue, 21 Aug 2007 04:54:30 +0000 (04:54 +0000)]
Fix pool_create() to honor the POOL_INTERN flag.
(Thanks to Brion Vibber.)

16 years agoFixed a null-pointer dereference pointed out by Olivier Thauvin.
Wayne Davison [Thu, 16 Aug 2007 01:22:46 +0000 (01:22 +0000)]
Fixed a null-pointer dereference pointed out by Olivier Thauvin.

16 years agoImproved the arg-checking of a daemon command.
Wayne Davison [Sat, 11 Aug 2007 16:53:31 +0000 (16:53 +0000)]
Improved the arg-checking of a daemon command.

16 years agoDocument the RSYNC_CONNECT_PROG environment variable.
Wayne Davison [Sat, 11 Aug 2007 16:51:48 +0000 (16:51 +0000)]
Document the RSYNC_CONNECT_PROG environment variable.

16 years agoAdded support for a %H escape in the value of the RSYNC_CONNECT_PROG
Wayne Davison [Sat, 11 Aug 2007 16:20:56 +0000 (16:20 +0000)]
Added support for a %H escape in the value of the RSYNC_CONNECT_PROG
environment variable.

16 years agoGet rid of the comment that --xattrs implies --perms and the
Wayne Davison [Sat, 4 Aug 2007 22:19:49 +0000 (22:19 +0000)]
Get rid of the comment that --xattrs implies --perms and the
outdated text that said it was a non-standard option.

16 years agoMake the --xattrs option not imply --perms.
Wayne Davison [Sat, 4 Aug 2007 22:19:43 +0000 (22:19 +0000)]
Make the --xattrs option not imply --perms.

16 years agoLet's go with "delta transfer algorithm" (thanks, Matt).
Wayne Davison [Sat, 4 Aug 2007 19:09:26 +0000 (19:09 +0000)]
Let's go with "delta transfer algorithm" (thanks, Matt).

16 years agoAvoid a crash if pop_local_filters() has some pointer gaps.
Wayne Davison [Sat, 4 Aug 2007 19:09:21 +0000 (19:09 +0000)]
Avoid a crash if pop_local_filters() has some pointer gaps.

16 years ago- Call the rsync algorithm differential rather than incremental.
Wayne Davison [Sat, 4 Aug 2007 17:47:08 +0000 (17:47 +0000)]
- Call the rsync algorithm differential rather than incremental.
- Don't refer to --files-from in the talk of incremental recursion,
  since it might make people think that --files-from disables
  incremental recursion for any recursively scanned directories.

16 years ago- Use the new XMIT_NON_XFER_DIR flag.
Wayne Davison [Sat, 4 Aug 2007 17:47:02 +0000 (17:47 +0000)]
- Use the new XMIT_NON_XFER_DIR flag.
- Make sure that non-inc-recurse mode sets FLAG_XFER_DIR on all
  the non-implied directories.
- Don't set FLAG_XFER_DIR on non-directories.

16 years ago- Added XMIT_NON_XFER_DIR flag.
Wayne Davison [Sat, 4 Aug 2007 17:46:59 +0000 (17:46 +0000)]
- Added XMIT_NON_XFER_DIR flag.
- Incremented the SUBPROTOCOL_VERSION number.

16 years agoOnly honor XFLAGS_HLINKED on a non-directory.
Wayne Davison [Sat, 4 Aug 2007 16:10:37 +0000 (16:10 +0000)]
Only honor XFLAGS_HLINKED on a non-directory.

16 years agoChanged flags variable in send_file_entry() to xflags.
Wayne Davison [Sat, 4 Aug 2007 16:08:16 +0000 (16:08 +0000)]
Changed flags variable in send_file_entry() to xflags.

16 years agoFiles with the same size should also be skipped by --append.
Wayne Davison [Wed, 1 Aug 2007 22:47:36 +0000 (22:47 +0000)]
Files with the same size should also be skipped by --append.

16 years agoDon't output a negative time-remaining value if the file has grown.
Wayne Davison [Wed, 1 Aug 2007 22:35:54 +0000 (22:35 +0000)]
Don't output a negative time-remaining value if the file has grown.

16 years agoFixed the port-parsing in an rsync:// path; e.g., this now
Wayne Davison [Wed, 1 Aug 2007 22:25:02 +0000 (22:25 +0000)]
Fixed the port-parsing in an  path; e.g., this now
works properly:  rsync://backup@otherbox/module/a:123:b

16 years agoIf readdir() gives us an empty name, reject it.
Wayne Davison [Wed, 1 Aug 2007 22:18:46 +0000 (22:18 +0000)]
If readdir() gives us an empty name, reject it.

16 years agoIf --no-ir is specified, pass it to the server.
Wayne Davison [Tue, 24 Jul 2007 04:09:46 +0000 (04:09 +0000)]
If --no-ir is specified, pass it to the server.

16 years agoLet's try using egrep instead of grep since grep on Solaris
Wayne Davison [Sun, 15 Jul 2007 06:37:17 +0000 (06:37 +0000)]
Let's try using egrep instead of grep since grep on Solaris
systems was failing to work right.

16 years agoUpdated the --max-delete docs.
Wayne Davison [Sun, 15 Jul 2007 06:01:27 +0000 (06:01 +0000)]
Updated the --max-delete docs.

16 years agoMention the improved --max-delete behavior.
Wayne Davison [Sun, 15 Jul 2007 05:51:05 +0000 (05:51 +0000)]
Mention the improved --max-delete behavior.

16 years agoWe don't need a compatibility check for --max-delete anymore.
Wayne Davison [Sun, 15 Jul 2007 05:43:05 +0000 (05:43 +0000)]
We don't need a compatibility check for --max-delete anymore.

16 years agoWe now take a negative value specified to --max-delete as being
Wayne Davison [Sun, 15 Jul 2007 05:42:30 +0000 (05:42 +0000)]
We now take a negative value specified to --max-delete as being
synonymous with --max-delete=0.  We also pass a request for 0
deletions to the server as --max-delete=-1.  This ensures that we
can send a backward-compatible option to old and new versions alike.

16 years agoImprove the description of --update with respect to symlinks and
Wayne Davison [Sat, 14 Jul 2007 22:24:03 +0000 (22:24 +0000)]
Improve the description of --update with respect to symlinks and
special files.

16 years agoMake extra-verbose output of touch_up_dirs() only mention the dirs.
Wayne Davison [Sat, 14 Jul 2007 21:58:36 +0000 (21:58 +0000)]
Make extra-verbose output of touch_up_dirs() only mention the dirs.

16 years agoUsing --relative with --no-implied-dirs turns off incremental recursion.
Wayne Davison [Sat, 14 Jul 2007 21:49:11 +0000 (21:49 +0000)]
Using --relative with --no-implied-dirs turns off incremental recursion.
(A temporary measure until some bugs can be fixed.)

16 years ago- When --omit-implied-dirs is specified and the creation of a directory
Wayne Davison [Sat, 14 Jul 2007 21:25:51 +0000 (21:25 +0000)]
- When --omit-implied-dirs is specified and the creation of a directory
  fails, we must make sure that the item we're skipping has a name that
  is still inside the missing hierarchy by using a prefix matching func.
- We now handle the failure to remove a file to create a dir the same
  way as a failed mkdir() (skipping the failed dir's contents).

16 years ago- Made f_name() and f_name_cmp() take const pointers.
Wayne Davison [Sat, 14 Jul 2007 21:21:15 +0000 (21:21 +0000)]
- Made f_name() and f_name_cmp() take const pointers.
- Added f_name_has_prefix().

16 years agoMake sure that any "dont compress" patterns that have wildcards in a
Wayne Davison [Sat, 14 Jul 2007 19:36:52 +0000 (19:36 +0000)]
Make sure that any "dont compress" patterns that have wildcards in a
suffix match stay in the wildcard-matching list.

16 years agoThe "dont compress" daemon option points to the --skip-compress option
Wayne Davison [Sat, 14 Jul 2007 19:32:10 +0000 (19:32 +0000)]
The "dont compress" daemon option points to the --skip-compress option
for the default set of non-compressed file suffixes.

16 years agoMention the latest changes.
Wayne Davison [Sat, 14 Jul 2007 19:29:04 +0000 (19:29 +0000)]
Mention the latest changes.

16 years agoDocument --skip-compress.
Wayne Davison [Sat, 14 Jul 2007 19:24:44 +0000 (19:24 +0000)]
Document --skip-compress.

16 years ago- Added support for the new --skip-compress option.
Wayne Davison [Sat, 14 Jul 2007 19:24:35 +0000 (19:24 +0000)]
- Added support for the new --skip-compress option.
- Optimized the matching of non-compressing file suffixes.

16 years agoParse the --skip-compress=LIST option and sent it to the sending side.
Wayne Davison [Sat, 14 Jul 2007 19:24:32 +0000 (19:24 +0000)]
Parse the --skip-compress=LIST option and sent it to the sending side.

16 years agoAdded more suffixes to the default "dont compress" value.
Wayne Davison [Sat, 14 Jul 2007 19:24:27 +0000 (19:24 +0000)]
Added more suffixes to the default "dont compress" value.

16 years agoMake sure that --dry-run with --del doesn't output extraneous info
Wayne Davison [Sat, 14 Jul 2007 04:47:42 +0000 (04:47 +0000)]
Make sure that --dry-run with --del doesn't output extraneous info
when the dest directory does not exist.

16 years agoThe delete-during code needs to skip directories that don't exist
Wayne Davison [Sat, 14 Jul 2007 04:20:13 +0000 (04:20 +0000)]
The delete-during code needs to skip directories that don't exist
yet in --dry-run mode to avoid outputting bogus delete details.

16 years agoMention license change.
Wayne Davison [Sat, 14 Jul 2007 04:06:33 +0000 (04:06 +0000)]
Mention license change.

16 years agoMade some descriptions concerning modification times clearer.
Wayne Davison [Thu, 12 Jul 2007 14:43:26 +0000 (14:43 +0000)]
Made some descriptions concerning modification times clearer.

16 years agoNeeded to use ndx_end in decrement_flist_in_progress().
Wayne Davison [Thu, 12 Jul 2007 14:04:11 +0000 (14:04 +0000)]
Needed to use ndx_end in decrement_flist_in_progress().

16 years agoMention how --ignore-existing can be useful for restarting a copy
Wayne Davison [Tue, 10 Jul 2007 14:49:35 +0000 (14:49 +0000)]
Mention how --ignore-existing can be useful for restarting a copy
that uses --link-dest.

16 years ago- Use "filename", not "file name".
Wayne Davison [Tue, 10 Jul 2007 14:21:59 +0000 (14:21 +0000)]
- Use "filename", not "file name".
- Say "regular file" instead of "file" when itemizing a list of
  non-directory types.
- Try to avoid "file" in its generic sense, as it is hard to figure
  out when it includes dirs and when it doesn't.

16 years agoTweaking the license text a bit more.
Wayne Davison [Tue, 10 Jul 2007 13:55:49 +0000 (13:55 +0000)]
Tweaking the license text a bit more.

16 years agoMartin gave his approval to use GPLv3 with this code.
Wayne Davison [Mon, 9 Jul 2007 01:24:01 +0000 (01:24 +0000)]
Martin gave his approval to use GPLv3 with this code.

16 years ago- Do directory touch-ups at the end, even in inc-recurse mode.
Wayne Davison [Sun, 8 Jul 2007 20:53:42 +0000 (20:53 +0000)]
- Do directory touch-ups at the end, even in inc-recurse mode.
- Use the latest F_DIR_*() defines (whose names were tweaked).

16 years ago- Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.
Wayne Davison [Sun, 8 Jul 2007 20:53:38 +0000 (20:53 +0000)]
- Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.
- Use the latest F_DIR_*() defines (whose names were tweaked).

16 years agoUse the latest F_DIR_*() defines (whose names were tweaked).
Wayne Davison [Sun, 8 Jul 2007 20:53:35 +0000 (20:53 +0000)]
Use the latest F_DIR_*() defines (whose names were tweaked).

16 years ago- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.
Wayne Davison [Sun, 8 Jul 2007 20:53:31 +0000 (20:53 +0000)]
- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.
- Define and use ACL_BUMP(), fixing a clash between -A and -x in a
  directory's data.
- Tweaked the F_DIR_*() defines to have more consistent names.
- Don't make F_SUM() return a char pointer that is const.

16 years agoChanged the spots that referred to the filter_level as filter_flags
Wayne Davison [Sun, 8 Jul 2007 06:30:28 +0000 (06:30 +0000)]
Changed the spots that referred to the filter_level as filter_flags
to make the naming consistent.

16 years agoAdded a test for --prune-empty-dirs.
Wayne Davison [Sun, 8 Jul 2007 06:25:57 +0000 (06:25 +0000)]
Added a test for --prune-empty-dirs.

16 years agoGot rid of the output differences for protocol 30 since it is now
Wayne Davison [Sun, 8 Jul 2007 06:25:54 +0000 (06:25 +0000)]
Got rid of the output differences for protocol 30 since it is now
the same as earlier protocols.

16 years ago- Incremental recursion mode does not process the dirs while scanning a
Wayne Davison [Sun, 8 Jul 2007 06:25:51 +0000 (06:25 +0000)]
- Incremental recursion mode does not process the dirs while scanning a
  file list's contents.  Instead, it handles a parent dir prior to each
  extra file list.  This makes the dir-processing order the same in
  protocol 30 as it is in earlier protocols.
- Moved the permission-fudging code for dirs into recv_generator() to
  make the new protocol-30 dir-handling logic easier.

16 years agoIf we get an ndx that is 1 entry prior to an incremental flist's
Wayne Davison [Sun, 8 Jul 2007 06:25:47 +0000 (06:25 +0000)]
If we get an ndx that is 1 entry prior to an incremental flist's
start, it refers to the file list's parent dir.

16 years ago- The sending side now sets the parent_ndx value in each file list.
Wayne Davison [Sun, 8 Jul 2007 06:25:42 +0000 (06:25 +0000)]
- The sending side now sets the parent_ndx value in each file list.
- Leave a 1-entry gap between incremental file lists so that we can use
  that index value to refer to the parent directory of each file list.
- Set and use the new ndx_end value in the file list.  The incremental
  recursion mode omits dirs in this value (except in the first list)
  since the generator will be using the new "gap" ndx value to process
  each parent dir.

16 years ago- Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.
Wayne Davison [Sun, 8 Jul 2007 06:25:36 +0000 (06:25 +0000)]
- Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.
- Added ndx_end value to struct file_list.

16 years agoAvoid the prune-empty-dir code when cleaning a file list created
Wayne Davison [Sat, 7 Jul 2007 20:43:14 +0000 (20:43 +0000)]
Avoid the prune-empty-dir code when cleaning a file list created
by get_dirlist().

16 years agoChanged "count" to "used" in struct file_list since there can
Wayne Davison [Sat, 7 Jul 2007 20:22:05 +0000 (20:22 +0000)]
Changed "count" to "used" in struct file_list since there can
be empty items that make the count inaccurate (and the name
somewhat deceiving).

16 years agoThe length check in make_file() doesn't need to subtract pathname_len
Wayne Davison [Sat, 7 Jul 2007 16:01:59 +0000 (16:01 +0000)]
The length check in make_file() doesn't need to subtract pathname_len
anymore, as the sender code never concatenates the F_PATHNAME() value
with the dirname+basename string these days.

16 years agoMake the comment even better.
Wayne Davison [Sat, 7 Jul 2007 15:37:56 +0000 (15:37 +0000)]
Make the comment even better.

16 years agoSwitching to GPL 3.
Wayne Davison [Sat, 7 Jul 2007 05:33:14 +0000 (05:33 +0000)]
Switching to GPL 3.

16 years agoTweaked a comment to remove a (really old) rsync version reference.
Wayne Davison [Sat, 7 Jul 2007 05:25:50 +0000 (05:25 +0000)]
Tweaked a comment to remove a (really old) rsync version reference.

16 years agoSwitch the checking of preserve_[ug]id var to checking [ug]id_ndx var
Wayne Davison [Mon, 2 Jul 2007 22:11:23 +0000 (22:11 +0000)]
Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
when the code is about to use the [ug]id_ndx value as an index (since
this saves a memory reference).

16 years agoUse module_dir instead of lp_path().
Wayne Davison [Mon, 2 Jul 2007 22:06:48 +0000 (22:06 +0000)]
Use module_dir instead of lp_path().

16 years agoIf a module's path is not absolute, make it absolute.
Wayne Davison [Mon, 2 Jul 2007 22:02:14 +0000 (22:02 +0000)]
If a module's path is not absolute, make it absolute.

16 years agoWe omit copying any user-space rsync.%FOO attributes unless the
Wayne Davison [Mon, 2 Jul 2007 21:35:14 +0000 (21:35 +0000)]
We omit copying any user-space %FOO attributes unless the
user specified -X twice.

16 years agoMake option variables a little clearer by using separate FOO_ndx
Wayne Davison [Mon, 2 Jul 2007 21:29:49 +0000 (21:29 +0000)]
Make option variables a little clearer by using separate FOO_ndx
values to index into the file-list extra-attribute array instead
of abusing the preserve_FOO variables.

16 years agoDecided against the last change.
Wayne Davison [Wed, 6 Jun 2007 15:43:34 +0000 (15:43 +0000)]
Decided against the last change.

16 years agoAllow a NULL address to be passed to pool_free_old() to indicate that
Wayne Davison [Wed, 6 Jun 2007 15:38:31 +0000 (15:38 +0000)]
Allow a NULL address to be passed to pool_free_old() to indicate that
it should free all old mem and reset to an empty state.

16 years agoCheck for the setacl command for Tru64 (which doesn't have setfacl).
Wayne Davison [Sat, 2 Jun 2007 16:44:23 +0000 (16:44 +0000)]
Check for the setacl command for Tru64 (which doesn't have setfacl).

16 years agoAttempting to make the mask test compatible with Solaris 8.
Wayne Davison [Sat, 2 Jun 2007 16:30:04 +0000 (16:30 +0000)]
Attempting to make the mask test compatible with Solaris 8.

16 years agoMention the pool_alloc changes.
Wayne Davison [Tue, 29 May 2007 04:23:50 +0000 (04:23 +0000)]
Mention the pool_alloc changes.

16 years agoUnified the file-list pool used in incremental recursion mode so that
Wayne Davison [Tue, 29 May 2007 04:19:47 +0000 (04:19 +0000)]
Unified the file-list pool used in incremental recursion mode so that
we use less memory, especially in small transfers.  As file lists are
discarded, we use the new pool_boundary() and pool_free_old() functions
to discard pool extents that are no longer needed.

16 years ago- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.
Wayne Davison [Tue, 29 May 2007 04:19:44 +0000 (04:19 +0000)]
- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.
- Added a pool_boundary variable to struct file_list.

16 years agoAdded pool_free_old() and pool_boundary() functions to add a way to
Wayne Davison [Tue, 29 May 2007 04:19:41 +0000 (04:19 +0000)]
Added pool_free_old() and pool_boundary() functions to add a way to
free all wholly affected extents older than a particular point in time.