]>
git.ipfire.org Git - thirdparty/snapper.git/log
Ondrej Kozina [Mon, 22 Apr 2013 13:00:20 +0000 (15:00 +0200)]
- clarify note about xattribute namespaces in xattrs2.cc test
Arvin Schnell [Mon, 22 Apr 2013 12:37:38 +0000 (14:37 +0200)]
- moved mount and umount functions from Filesystem to SDir class
Arvin Schnell [Fri, 19 Apr 2013 12:44:47 +0000 (14:44 +0200)]
- use standard function name
Arvin Schnell [Fri, 19 Apr 2013 12:04:31 +0000 (14:04 +0200)]
- handle XATTRS bit
Arvin Schnell [Fri, 19 Apr 2013 08:32:48 +0000 (01:32 -0700)]
Merge pull request #14 from oniko/xattrs
- remove unused copy constructor and assign operator
Ondrej Kozina [Fri, 19 Apr 2013 08:14:42 +0000 (10:14 +0200)]
- remove unused copy constructor and assign operator
Arvin Schnell [Thu, 18 Apr 2013 16:07:30 +0000 (18:07 +0200)]
- use iomanip
Arvin Schnell [Thu, 18 Apr 2013 15:55:31 +0000 (17:55 +0200)]
- removed unused constructor and initialization
Arvin Schnell [Thu, 18 Apr 2013 13:57:14 +0000 (15:57 +0200)]
- catch by reference
Arvin Schnell [Thu, 18 Apr 2013 13:42:02 +0000 (15:42 +0200)]
- catch by reference
Arvin Schnell [Thu, 18 Apr 2013 12:31:43 +0000 (14:31 +0200)]
- added missing includes for gcc 4.3
Arvin Schnell [Thu, 18 Apr 2013 10:32:02 +0000 (03:32 -0700)]
Merge pull request #13 from oniko/xattrs
- fix includes to avoid useless libattr dependency
Ondrej Kozina [Thu, 18 Apr 2013 10:25:14 +0000 (12:25 +0200)]
- fix includes to avoid useless libattr dependency
Arvin Schnell [Tue, 16 Apr 2013 14:55:49 +0000 (16:55 +0200)]
Merge branch 'xattrs' of https://github.com/oniko/ok-snap into oniko-xattrs
Ondrej Kozina [Tue, 19 Mar 2013 12:46:34 +0000 (13:46 +0100)]
- fix typo in man page
Ondrej Kozina [Tue, 19 Mar 2013 12:40:37 +0000 (13:40 +0100)]
- add xadiff command description to man page
Ondrej Kozina [Fri, 15 Mar 2013 16:26:56 +0000 (17:26 +0100)]
- add xattributes tests to run-all script
Ondrej Kozina [Fri, 15 Mar 2013 16:25:32 +0000 (17:25 +0100)]
- add XATTRS flag to files affected by set_xattr and remove_xattr hooks
Ondrej Kozina [Thu, 14 Mar 2013 18:03:16 +0000 (19:03 +0100)]
- fix broken 'xadiff' command
XAModifaction class contains list of operations suited
for replaying modifications on XA from source onto
destination file. i.e."What needs to be done, to make
src and destination files the same." Obviously, 'xadiff'
command should print exactly the oposite.
Ondrej Kozina [Wed, 13 Mar 2013 17:37:25 +0000 (18:37 +0100)]
- remove misleading notes about btrfs clone ioctl
Ondrej Kozina [Tue, 12 Mar 2013 17:44:38 +0000 (18:44 +0100)]
- use static_cast in operator<<(ostream, xa_value_t)
Ondrej Kozina [Tue, 12 Mar 2013 16:12:27 +0000 (17:12 +0100)]
- remove unused parameters in cmpFilesXattrs()
Ondrej Kozina [Tue, 12 Mar 2013 16:01:54 +0000 (17:01 +0100)]
- simplify XAModification class
Remove map from XAModification class. This was left over
from time I thought it would be benefitial to have
the operations on xattribute ordered.
Ondrej Kozina [Tue, 12 Mar 2013 15:52:21 +0000 (16:52 +0100)]
- do not test types matching in cmpFilesXattrs()
Ondrej Kozina [Tue, 12 Mar 2013 14:20:03 +0000 (15:20 +0100)]
- simplify operator<<(ostream, xa_value_t)
Ondrej Kozina [Tue, 12 Mar 2013 14:14:58 +0000 (15:14 +0100)]
- make the xattributes comparison independent
on File's status
We will compare xattributes each time without respect to
previous File's status. With certain exteded attributes
this will make the 'XAs have been modified' msg more
frequent as there're generaly different XAs for directories
and regular files (i.e.: SELinux, ACL). But this aproach
is closer to others attibutes concept at all.
Ondrej Kozina [Tue, 12 Mar 2013 14:01:42 +0000 (15:01 +0100)]
- fixes related to XATTRS status flag
XATTRS status flag is now placed on fixed (effectively reserved)
position no matter the ENABLE_XATTR #define state.
Ondrej Kozina [Mon, 4 Mar 2013 17:19:39 +0000 (18:19 +0100)]
- fix whitespace mess
Ondrej Kozina [Mon, 4 Mar 2013 16:24:42 +0000 (17:24 +0100)]
- fix typo in snapper/Makefile.am
Ondrej Kozina [Mon, 4 Mar 2013 15:38:47 +0000 (16:38 +0100)]
- revert mistake introduced during devel branch rebase
Arvin Schnell [Mon, 4 Mar 2013 09:07:46 +0000 (10:07 +0100)]
- renamed configure.in to configure.ac
Arvin Schnell [Thu, 28 Feb 2013 17:40:27 +0000 (18:40 +0100)]
- added filters for lvm
Ondrej Kozina [Wed, 27 Feb 2013 17:26:57 +0000 (18:26 +0100)]
- remove redundant include
Ondrej Kozina [Wed, 27 Feb 2013 16:44:49 +0000 (17:44 +0100)]
- code poloshing
Ondrej Kozina [Wed, 27 Feb 2013 16:04:26 +0000 (17:04 +0100)]
- inherit XA support from parent SDir
Ondrej Kozina [Wed, 27 Feb 2013 15:58:04 +0000 (16:58 +0100)]
- make XAs test configurable
Ondrej Kozina [Wed, 27 Feb 2013 15:48:17 +0000 (16:48 +0100)]
- simplify check for XAs support. remove unused code
Ondrej Kozina [Wed, 27 Feb 2013 15:16:05 +0000 (16:16 +0100)]
- remove unused code
Ondrej Kozina [Wed, 27 Feb 2013 12:49:15 +0000 (13:49 +0100)]
- add ctime check only for future consideration
Ondrej Kozina [Wed, 27 Feb 2013 12:32:14 +0000 (13:32 +0100)]
- add xattrs2.cc to testsuite Makefile
Ondrej Kozina [Wed, 27 Feb 2013 12:31:23 +0000 (13:31 +0100)]
- add test to check XA revert on TYPE and CREATE changes in between two snapshots
Ondrej Kozina [Wed, 27 Feb 2013 12:29:47 +0000 (13:29 +0100)]
- use sym. link aware syscalls and add basic logging into XA test utilities
Ondrej Kozina [Mon, 25 Feb 2013 17:48:25 +0000 (18:48 +0100)]
- add support for XA undo statistics
Ondrej Kozina [Mon, 18 Feb 2013 12:29:04 +0000 (13:29 +0100)]
- simplify XA comparison (use only syscalls prefixed with 'l' to deal with links)
Ondrej Kozina [Mon, 18 Feb 2013 10:06:18 +0000 (11:06 +0100)]
Revert "- partial work on dealing with extended attributes and symbolic links"
This reverts commit
e88c0e0542954f7179ef6c1d59d5b61c3de451f8 .
"- going to introduce a new and simplified method to deal with links"
Ondrej Kozina [Wed, 6 Feb 2013 18:37:06 +0000 (19:37 +0100)]
- partial work on dealing with extended attributes and symbolic links
Ondrej Kozina [Wed, 6 Feb 2013 14:27:46 +0000 (15:27 +0100)]
- add stub files for XA testing
Ondrej Kozina [Tue, 5 Feb 2013 18:14:46 +0000 (19:14 +0100)]
- add new command xadiff
Ondrej Kozina [Tue, 5 Feb 2013 18:13:26 +0000 (19:13 +0100)]
- add conditions respecting ENABLE_XATTRS configuration option
Ondrej Kozina [Tue, 5 Feb 2013 18:11:14 +0000 (19:11 +0100)]
- add configuration option --enable-xattrs
Ondrej Kozina [Tue, 5 Feb 2013 18:09:42 +0000 (19:09 +0100)]
- config.h should be first include
Ondrej Kozina [Tue, 5 Feb 2013 18:01:32 +0000 (19:01 +0100)]
- remove unused typedef
Ondrej Kozina [Mon, 4 Feb 2013 17:23:30 +0000 (18:23 +0100)]
- fix experimental xa_diff() method
Ondrej Kozina [Mon, 4 Feb 2013 16:36:57 +0000 (17:36 +0100)]
- add experimental diff report for XAs
Ondrej Kozina [Mon, 4 Feb 2013 16:35:55 +0000 (17:35 +0100)]
- modify operator<< for XAModification class
- use iterator in XAModification.isEmpty() method
Ondrej Kozina [Thu, 31 Jan 2013 15:01:40 +0000 (16:01 +0100)]
- add index and simplify operator<<(xa_value_t)
Ondrej Kozina [Thu, 31 Jan 2013 14:08:33 +0000 (15:08 +0100)]
- fix misleading debug msg
Ondrej Kozina [Thu, 31 Jan 2013 09:55:53 +0000 (10:55 +0100)]
- remove unused find() method in XAttributes class
Ondrej Kozina [Wed, 30 Jan 2013 17:37:02 +0000 (18:37 +0100)]
- move serialize method to XAModification() class
- change XAmodification() class accordingly to new method seliazeTo()
- additional fixies and general code simplifaction
Ondrej Kozina [Wed, 30 Jan 2013 17:34:36 +0000 (18:34 +0100)]
- fix condition on open() check
- close fd on error
- catch XAttributesException() during container construction
Ondrej Kozina [Wed, 30 Jan 2013 17:31:27 +0000 (18:31 +0100)]
- add XAttributesException
Ondrej Kozina [Wed, 23 Jan 2013 17:06:03 +0000 (18:06 +0100)]
- split XAttributes class into XAttributes and XAModification. This commit is partial rewrite
Ondrej Kozina [Tue, 22 Jan 2013 14:33:50 +0000 (15:33 +0100)]
- fix broken XA_DELETE interpretation
Ondrej Kozina [Tue, 22 Jan 2013 13:49:27 +0000 (14:49 +0100)]
- fix broken xa_change_t design and add debugging output for XAttributes()
Ondrej Kozina [Fri, 18 Jan 2013 16:29:49 +0000 (17:29 +0100)]
- add initial support to revert XA changes in between two snapshots
Ondrej Kozina [Fri, 18 Jan 2013 16:29:14 +0000 (17:29 +0100)]
- do not forget type of note
Ondrej Kozina [Wed, 16 Jan 2013 17:07:39 +0000 (18:07 +0100)]
- initial support for detecting extended attributes changes in between two snapshots
Ondrej Kozina [Wed, 16 Jan 2013 16:44:59 +0000 (17:44 +0100)]
- temporary fix for latest autoconf tools
Arvin Schnell [Mon, 25 Feb 2013 09:55:31 +0000 (10:55 +0100)]
- updated translations
Arvin Schnell [Fri, 22 Feb 2013 13:27:44 +0000 (14:27 +0100)]
- simplified and improved copyfile function
Arvin Schnell [Fri, 22 Feb 2013 10:50:03 +0000 (11:50 +0100)]
- use sendfile instead of read/write loop
Arvin Schnell [Thu, 21 Feb 2013 13:25:50 +0000 (14:25 +0100)]
- removed obsolete calls to renice and ionice in cron scripts
Arvin Schnell [Wed, 20 Feb 2013 11:43:32 +0000 (12:43 +0100)]
- removed unneeded include
Arvin Schnell [Wed, 20 Feb 2013 11:33:17 +0000 (12:33 +0100)]
- removed use of Factory in testsuite
Arvin Schnell [Wed, 20 Feb 2013 10:33:34 +0000 (11:33 +0100)]
- removed unneeded include
Arvin Schnell [Wed, 20 Feb 2013 10:33:20 +0000 (11:33 +0100)]
- catch base exception
Arvin Schnell [Wed, 13 Feb 2013 10:59:17 +0000 (11:59 +0100)]
- more configure options
Arvin Schnell [Mon, 11 Feb 2013 13:59:04 +0000 (05:59 -0800)]
Merge pull request #6 from oniko/oniko
- fix build with GCC 4.8
Ondrej Kozina [Mon, 11 Feb 2013 13:45:27 +0000 (14:45 +0100)]
- fix build with GCC 4.8
Arvin Schnell [Sat, 9 Feb 2013 11:48:03 +0000 (06:48 -0500)]
- added testcase
Arvin Schnell [Sat, 9 Feb 2013 11:47:47 +0000 (06:47 -0500)]
- added interruption point
Arvin Schnell [Fri, 8 Feb 2013 09:47:57 +0000 (04:47 -0500)]
- removed potential security issues
Arvin Schnell [Thu, 7 Feb 2013 17:14:00 +0000 (18:14 +0100)]
- zypp-plugin required dbus-1-python
Arvin Schnell [Thu, 7 Feb 2013 09:16:59 +0000 (04:16 -0500)]
- faster algorithm/data-structure for btrfs comparison
Arvin Schnell [Wed, 6 Feb 2013 17:22:49 +0000 (12:22 -0500)]
- workaround not required anymore
Arvin Schnell [Wed, 6 Feb 2013 17:01:10 +0000 (12:01 -0500)]
- workaround not required anymore
Arvin Schnell [Wed, 6 Feb 2013 13:57:26 +0000 (08:57 -0500)]
- extended testsuite
Arvin Schnell [Wed, 6 Feb 2013 13:24:13 +0000 (08:24 -0500)]
- read mount status from /proc/mounts
Arvin Schnell [Wed, 6 Feb 2013 13:23:21 +0000 (08:23 -0500)]
- catch three more exception
Arvin Schnell [Wed, 6 Feb 2013 09:30:58 +0000 (10:30 +0100)]
- fixed compatibility issue with boost 1.52
Arvin Schnell [Mon, 4 Feb 2013 15:15:12 +0000 (10:15 -0500)]
- create read-only lvm snapshots
Arvin Schnell [Mon, 4 Feb 2013 14:40:01 +0000 (15:40 +0100)]
- diffutils is only required by the cli
Arvin Schnell [Mon, 4 Feb 2013 13:06:23 +0000 (14:06 +0100)]
- use btrfs send ioctl for snapshot comparison (fate #311399)
Arvin Schnell [Thu, 31 Jan 2013 13:28:28 +0000 (14:28 +0100)]
- fixed result creation
Arvin Schnell [Wed, 30 Jan 2013 17:39:52 +0000 (18:39 +0100)]
- fix compile with older gcc versions
Arvin Schnell [Wed, 30 Jan 2013 17:32:00 +0000 (18:32 +0100)]
- fix compile with older gcc versions
Arvin Schnell [Wed, 30 Jan 2013 13:34:03 +0000 (14:34 +0100)]
- added entries_recursive functions
Arvin Schnell [Wed, 30 Jan 2013 09:35:29 +0000 (10:35 +0100)]
- measure speedup
Arvin Schnell [Mon, 28 Jan 2013 15:50:17 +0000 (16:50 +0100)]
- fixed CXXFLAGS
Arvin Schnell [Mon, 28 Jan 2013 15:23:38 +0000 (16:23 +0100)]
- added test program