Whamcloud - gitweb
Squashed 'lipe/' changes from 39ab2a0..2a015e6
authorJohn L. Hammond <jhammond@whamcloud.com>
Mon, 23 Aug 2021 22:23:19 +0000 (17:23 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Mon, 23 Aug 2021 22:23:19 +0000 (17:23 -0500)
commit7d665cba3b245f3d49166de48c39fd9df9843633
tree080e924745856a24e75af9748f90c80ff8e948c9
parentb6fee2b803e7ae817f52911c9475e21227260d1d
Squashed 'lipe/' changes from 39ab2a0..2a015e6

2a015e6 EX-2453 lipe: add lipe_scan2 to RPM
989583f EX-2453 lipe: add xattr_name() test
d9cff4d EX-2453 lipe: lipe_scan2 attribute handling
8c46fbb EX-2453 lipe: defer getting object paths
3fad488 EX-2453 lipe: remove 'all_inode' parameters
6445f44 EX-2453 lipe: remove watch_fid parameters
c40e612 EX-2453 lipe: add lipe_scan2
8128fe0 EX-1325 lamigo: improve debug/error messages
7055a64 EX-2453 lipe: add paths handling to lipe_scan()
307dbcb EX-2453 lipe: move lipe_scan2() wrapper to policy.c
788a15c EX-3623 lipe: include errno.h in lipe_expression_test.c
288b18b EX-3476 lipe-scripts: Add --now to hp stop
1f01cf2 EX-2797 lpurge: initial support for DoM
2327aad EX-2853 lamigo: initial supoprt for DoM
e524af6 EX-3198 lipe: add lipe_convert_expr
3981e3b EX-2453 lipe: add LIPE_OBJECT_ATTR_PATHS
d87813e EX-2453 lipe: add json formatting to lipe_object_attrs
071e07b EX-2600 lipe: parse link xattr once
f1c8142 EX-2453 lipe: add lipe_scan2()
61f28b5 EX-2453 lipe: reduce surface area of results and counters

git-subtree-dir: lipe
git-subtree-split: 2a015e67c4d3cdc7802178f1ad0fd85fc251fb0a
40 files changed:
.gitignore
Makefile.am
lipe.spec.in
lipe_convert_expr [new file with mode: 0755]
man/lipe_find.1
man/lipe_scan.1
pybuild/lipe_expression_tests.py
pylipe/__init__.py
pylipe/lipe_convert_expr.py [new file with mode: 0644]
pylipe/lipe_hotpool_test.py
scripts/stratagem-hp-stop.sh
src/Makefile.am
src/debug.c
src/debug.h
src/flist.c
src/general_policy.c
src/general_policy.h
src/lamigo.c
src/lamigo.h
src/ldiskfs_read_ldd.h
src/lipe_expression_test.c
src/lipe_ldiskfs.c
src/lipe_ldiskfs.h
src/lipe_object_attrs.c [new file with mode: 0644]
src/lipe_object_attrs.h
src/lipe_scan.c [moved from src/lipe.c with 94% similarity]
src/lipe_scan2.c [new file with mode: 0644]
src/lipe_scan2.h [new file with mode: 0644]
src/lipe_ssh.c
src/lipe_zfs.c
src/lipe_zfs.h
src/lpurge.c
src/lustre_ea.c
src/lustre_ea.h
src/lustre_ea_ldiskfs.c
src/policy.c
src/policy.h
src/posix.c
src/posix.h
src/posix_ea.c