a90fdc Changes after running %prep

Authored and Committed by Packit Service 3 years ago
342 files changed. 31668 lines added. 11027 lines removed.
Makefile.am
file modified
+6 -2
README
file added
+9
api/examples/glfsxmp.c
file modified
+5 -0
api/src/gfapi.aliases
file modified
+3 -0
api/src/gfapi.map
file modified
+9 -0
api/src/glfs-fops.c
file modified
+183 -24
api/src/glfs-internal.h
file modified
+6 -0
api/src/glfs-mgmt.c
file modified
+8 -2
api/src/glfs-resolve.c
file modified
+13 -1
api/src/glfs.c
file modified
+79 -2
api/src/glfs.h
file modified
+28 -0
cli/src/Makefile.am
file modified
+0 -2
cli/src/cli-cmd-global.c
file modified
+57 -0
cli/src/cli-cmd-parser.c
file modified
+208 -23
cli/src/cli-cmd-system.c
file modified
+1 -1
cli/src/cli-cmd-volume.c
file modified
+21 -24
cli/src/cli-cmd.c
file modified
+2 -1
cli/src/cli-rpc-ops.c
file modified
+118 -9
cli/src/cli-xml-output.c
file modified
+4 -3
cli/src/cli.c
file modified
+24 -21
cli/src/cli.h
file modified
+5 -0
configure.ac
file modified
+54 -35
contrib/fuse-util/Makefile.am
file modified
+0 -1
doc/Makefile.am
file modified
+2 -2
doc/gluster.8
file modified
+10 -1
doc/mount.glusterfs.8
file modified
+6 -1
events/eventskeygen.py
file modified
+1 -1
events/src/glustereventsd.py
file modified
+1 -1
events/src/peer_eventsapi.py
file modified
+1 -1
events/tools/eventsdash.py
file modified
+1 -1
extras/LinuxRPM/Makefile.am
file modified
+2 -2
extras/Makefile.am
file modified
+6 -2
extras/control-cpu-load.sh
file modified
+1 -1
extras/control-mem.sh
file modified
+1 -1
extras/ganesha/Makefile.am
file added
+2
extras/ganesha/config/Makefile.am
file added
+4
extras/ganesha/config/ganesha-ha.conf.sample
file added
+19
extras/ganesha/ocf/Makefile.am
file added
+11
extras/ganesha/ocf/ganesha_grace
file added
+221
extras/ganesha/ocf/ganesha_mon
file added
+234
extras/ganesha/ocf/ganesha_nfsd
file added
+167
extras/ganesha/scripts/Makefile.am
file added
+6
extras/ganesha/scripts/create-export-ganesha.sh
file added
+91
extras/ganesha/scripts/dbus-send.sh
file added
+70
extras/ganesha/scripts/ganesha-ha.sh
file added
+1199
extras/ganesha/scripts/generate-epoch.py
file added
+48
extras/geo-rep/schedule_georep.py.in
file modified
+3 -3
extras/group-gluster-block
file modified
+8 -0
extras/group-virt.example
file modified
+5 -0
extras/hook-scripts/Makefile.am
file modified
+1 -1
extras/hook-scripts/S40ufo-stop.py
file modified
+1 -1
extras/hook-scripts/create/Makefile.am
file removed
-1
extras/hook-scripts/create/post/Makefile.am
file removed
-8
extras/hook-scripts/delete/Makefile.am
file removed
-1
extras/hook-scripts/delete/pre/Makefile.am
file removed
-8
extras/hook-scripts/set/post/S30samba-set.sh
file modified
+1 -1
extras/hook-scripts/set/post/S32gluster_enable_shared_storage.sh
file modified
+9 -9
extras/hook-scripts/start/post/Makefile.am
file modified
+1 -1
extras/hook-scripts/start/post/S30samba-start.sh
file modified
+1 -1
extras/hook-scripts/start/post/S31ganesha-start.sh
file added
+122
extras/identify-hangs.sh
file added
+53
extras/quota/Makefile.am
file added
+8
extras/quota/quota_fsck.py
file modified
+7 -7
extras/quota/xattr_analysis.py
file modified
+1 -1
extras/snap_scheduler/gcron.py
file modified
+5 -4
extras/snap_scheduler/snap_scheduler.py
file modified
+3 -3
extras/systemd/Makefile.am
file modified
+3 -3
extras/systemd/glusterd.service.in
file modified
+6 -0
gating.yaml
file added
+7
geo-replication/gsyncd.conf.in
file modified
+15 -7
geo-replication/src/gverify.sh
file modified
+25 -8
geo-replication/src/peer_georep-sshkey.py.in
file modified
+3 -3
geo-replication/src/peer_gsec_create.in
file modified
+2 -2
geo-replication/src/peer_mountbroker.in
file modified
+1 -1
geo-replication/src/peer_mountbroker.py.in
file modified
+3 -3
geo-replication/syncdaemon/argsupgrade.py
file modified
+12 -1
geo-replication/syncdaemon/changelogagent.py
file modified
+1 -1
geo-replication/syncdaemon/gsyncd.py
file modified
+12 -2
geo-replication/syncdaemon/gsyncdconfig.py
file modified
+84 -16
geo-replication/syncdaemon/gsyncdstatus.py
file modified
+1 -1
geo-replication/syncdaemon/libgfchangelog.py
file modified
+2 -1
geo-replication/syncdaemon/master.py
file modified
+53 -14
geo-replication/syncdaemon/monitor.py
file modified
+4 -2
geo-replication/syncdaemon/repce.py
file modified
+2 -3
geo-replication/syncdaemon/resource.py
file modified
+66 -20
geo-replication/syncdaemon/subcmds.py
file modified
+12 -3
geo-replication/syncdaemon/syncdutils.py
file modified
+103 -18
glusterfs.spec.in
file modified
+734 -129
glusterfsd/src/glusterfsd-messages.h
file modified
+2 -1
glusterfsd/src/glusterfsd-mgmt.c
file modified
+24 -4
glusterfsd/src/glusterfsd.c
file modified
+56 -28
glusterfsd/src/glusterfsd.h
file modified
+2 -0
heal/src/glfs-heal.c
file modified
+16 -5
libglusterfs/Makefile.am
file modified
+2 -2
libglusterfs/src/cluster-syncop.c
file modified
+6 -0
libglusterfs/src/common-utils.c
file modified
+4 -0
libglusterfs/src/dict.c
file modified
+60 -5
libglusterfs/src/event-epoll.c
file modified
+42 -34
libglusterfs/src/events.c
file modified
+26 -34
libglusterfs/src/fd.c
file modified
+61 -76
libglusterfs/src/gen-defaults.py
file modified
+1 -1
libglusterfs/src/generator.py
file modified
+1 -1
libglusterfs/src/gf-dirent.c
file modified
+1 -1
libglusterfs/src/globals.c
file modified
+58 -240
libglusterfs/src/glusterfs/common-utils.h
file modified
+1 -0
libglusterfs/src/glusterfs/dict.h
file modified
+11 -0
libglusterfs/src/glusterfs/glfs-message-id.h
file modified
+1 -0
libglusterfs/src/glusterfs/globals.h
file modified
+44 -22
libglusterfs/src/glusterfs/glusterfs.h
file modified
+20 -3
libglusterfs/src/glusterfs/iatt.h
file modified
+20 -0
libglusterfs/src/glusterfs/inode.h
file modified
+1 -0
libglusterfs/src/glusterfs/logging.h
file modified
+1 -1
libglusterfs/src/glusterfs/mem-pool.h
file modified
+22 -27
libglusterfs/src/glusterfs/mem-types.h
file modified
+1 -0
libglusterfs/src/glusterfs/syncop.h
file modified
+45 -14
libglusterfs/src/glusterfs/timespec.h
file modified
+2 -0
libglusterfs/src/glusterfs/xlator.h
file modified
+8 -1
libglusterfs/src/graph.c
file modified
+1 -0
libglusterfs/src/graph.y
file modified
+1 -1
libglusterfs/src/inode.c
file modified
+45 -13
libglusterfs/src/libglusterfs.sym
file modified
+14 -2
libglusterfs/src/logging.c
file modified
+5 -2
libglusterfs/src/mem-pool.c
file modified
+249 -369
libglusterfs/src/stack.c
file modified
+2 -0
libglusterfs/src/syncop.c
file modified
+272 -185
libglusterfs/src/timer.c
file modified
+11 -5
libglusterfs/src/timespec.c
file modified
+22 -0
libglusterfs/src/xlator.c
file modified
+61 -19
rpc/rpc-lib/src/rpc-clnt.c
file modified
+10 -3
rpc/rpc-lib/src/rpc-transport.c
file modified
+13 -29
rpc/rpc-lib/src/rpc-transport.h
file modified
+2 -2
rpc/rpc-lib/src/rpcsvc.c
file modified
+21 -22
rpc/rpc-lib/src/rpcsvc.h
file modified
+1 -1
rpc/rpc-transport/socket/src/name.c
file modified
+14 -1
rpc/rpc-transport/socket/src/socket.c
file modified
+232 -127
rpc/rpc-transport/socket/src/socket.h
file modified
+3 -0
rpc/xdr/src/cli1-xdr.x
file modified
+1 -0
rpc/xdr/src/glusterfs-fops.x
file modified
+1 -0
rpc/xdr/src/glusterfs3.h
file modified
+59 -0
rpc/xdr/src/glusterfs4-xdr.x
file modified
+12 -0
rpc/xdr/src/libgfxdr.sym
file modified
+2 -1
run-tests.sh
file modified
+1 -1
tests/basic/afr/ta-check-locks.t
file modified
+2 -0
tests/basic/afr/ta-read.t
file modified
+2 -0
tests/basic/afr/ta-shd.t
file modified
+2 -0
tests/basic/afr/ta-write-on-bad-brick.t
file modified
+2 -0
tools/gfind_missing_files/gfid_to_path.py
file modified
+1 -1
tools/glusterfind/S57glusterfind-delete-post.py
file modified
+2 -2
tools/glusterfind/glusterfind
file modified
+1 -1
tools/glusterfind/glusterfind.in
file modified
+1 -1
tools/glusterfind/src/brickfind.py
file modified
+1 -1
tools/glusterfind/src/changelog.py
file modified
+51 -9
tools/glusterfind/src/gfind_py2py3.py
file modified
+25 -0
tools/glusterfind/src/libgfchangelog.py
file modified
+3 -4
tools/glusterfind/src/main.py
file modified
+79 -34
tools/glusterfind/src/nodeagent.py
file modified
+1 -1
tools/glusterfind/src/utils.py
file modified
+1 -1
xlators/Makefile.am
file modified
+1 -4
xlators/cluster/afr/src/afr-common.c
file modified
+180 -216
xlators/cluster/afr/src/afr-inode-write.c
file modified
+9 -2
xlators/cluster/afr/src/afr-lk-common.c
file modified
+0 -1
xlators/cluster/afr/src/afr-self-heal-common.c
file modified
+65 -20
xlators/cluster/afr/src/afr-self-heal-data.c
file modified
+6 -1
xlators/cluster/afr/src/afr-self-heal-entry.c
file modified
+44 -8
xlators/cluster/afr/src/afr-self-heal-metadata.c
file modified
+6 -8
xlators/cluster/afr/src/afr-self-heal-name.c
file modified
+8 -5
xlators/cluster/afr/src/afr-self-heal.h
file modified
+7 -5
xlators/cluster/afr/src/afr-self-heald.c
file modified
+10 -4
xlators/cluster/afr/src/afr-self-heald.h
file modified
+0 -3
xlators/cluster/afr/src/afr-transaction.c
file modified
+17 -59
xlators/cluster/afr/src/afr.c
file modified
+10 -0
xlators/cluster/afr/src/afr.h
file modified
+5 -3
xlators/cluster/dht/src/Makefile.am
file modified
+12 -2
xlators/cluster/dht/src/dht-common.c
file modified
+358 -199
xlators/cluster/dht/src/dht-common.h
file modified
+35 -1
xlators/cluster/dht/src/dht-helper.c
file modified
+91 -22
xlators/cluster/dht/src/dht-inode-read.c
file modified
+37 -5
xlators/cluster/dht/src/dht-inode-write.c
file modified
+8 -8
xlators/cluster/dht/src/dht-rebalance.c
file modified
+241 -170
xlators/cluster/dht/src/dht-rename.c
file modified
+33 -11
xlators/cluster/dht/src/dht-selfheal.c
file modified
+42 -32
xlators/cluster/dht/src/dht-shared.c
file modified
+7 -3
xlators/cluster/dht/src/switch.c
file modified
+9 -0
xlators/cluster/dht/src/tier-common.c
file added
+1199
xlators/cluster/dht/src/tier-common.h
file added
+55
xlators/cluster/dht/src/tier.c
file added
+3105
xlators/cluster/dht/src/tier.h
file added
+110
xlators/cluster/ec/src/ec-combine.c
file modified
+3 -2
xlators/cluster/ec/src/ec-common.c
file modified
+150 -47
xlators/cluster/ec/src/ec-common.h
file modified
+44 -4
xlators/cluster/ec/src/ec-data.c
file modified
+4 -3
xlators/cluster/ec/src/ec-data.h
file modified
+1 -1
xlators/cluster/ec/src/ec-dir-read.c
file modified
+15 -8
xlators/cluster/ec/src/ec-dir-write.c
file modified
+56 -53
xlators/cluster/ec/src/ec-fops.h
file modified
+74 -70
xlators/cluster/ec/src/ec-generic.c
file modified
+79 -26
xlators/cluster/ec/src/ec-heal.c
file modified
+252 -76
xlators/cluster/ec/src/ec-heald.c
file modified
+18 -6
xlators/cluster/ec/src/ec-helpers.c
file modified
+8 -0
xlators/cluster/ec/src/ec-inode-read.c
file modified
+57 -32
xlators/cluster/ec/src/ec-inode-write.c
file modified
+113 -82
xlators/cluster/ec/src/ec-locks.c
file modified
+69 -36
xlators/cluster/ec/src/ec-messages.h
file modified
+1 -1
xlators/cluster/ec/src/ec-types.h
file modified
+19 -8
xlators/cluster/ec/src/ec.c
file modified
+51 -22
xlators/cluster/ec/src/ec.h
file modified
+1 -0
xlators/debug/io-stats/src/io-stats.c
file modified
+21 -17
xlators/features/Makefile.am
file modified
+2 -2
xlators/features/barrier/src/barrier.c
file modified
+2 -2
xlators/features/bit-rot/src/bitd/bit-rot.c
file modified
+50 -10
xlators/features/bit-rot/src/bitd/bit-rot.h
file modified
+8 -12
xlators/features/bit-rot/src/stub/bit-rot-stub-mem-types.h
file modified
+1 -0
xlators/features/bit-rot/src/stub/bit-rot-stub-messages.h
file modified
+3 -1
xlators/features/bit-rot/src/stub/bit-rot-stub.c
file modified
+56 -6
xlators/features/changelog/lib/examples/python/libgfchangelog.py
file modified
+3 -1
xlators/features/changelog/lib/src/gf-changelog-helpers.c
file modified
+4 -47
xlators/features/changelog/lib/src/gf-changelog.c
file modified
+1 -2
xlators/features/changelog/src/changelog-helpers.h
file modified
+4 -0
xlators/features/changelog/src/changelog-rpc-common.c
file modified
+10 -2
xlators/features/changelog/src/changelog.c
file modified
+111 -40
xlators/features/changetimerecorder/Makefile.am
file added
+3
xlators/features/changetimerecorder/src/Makefile.am
file added
+26
xlators/features/changetimerecorder/src/changetimerecorder.c
file added
+2371
xlators/features/changetimerecorder/src/changetimerecorder.h
file added
+21
xlators/features/changetimerecorder/src/ctr-helper.c
file added
+293
xlators/features/changetimerecorder/src/ctr-helper.h
file added
+854
xlators/features/changetimerecorder/src/ctr-messages.h
file added
+61
xlators/features/changetimerecorder/src/ctr-xlator-ctx.c
file added
+362
xlators/features/changetimerecorder/src/ctr-xlator-ctx.h
file added
+68
xlators/features/changetimerecorder/src/ctr_mem_types.h
file added
+22
xlators/features/cloudsync/src/cloudsync-common.c
file modified
+16 -0
xlators/features/cloudsync/src/cloudsync-common.h
file modified
+35 -0
xlators/features/cloudsync/src/cloudsync-fops-c.py
file modified
+28 -10
xlators/features/cloudsync/src/cloudsync-fops-h.py
file modified
+1 -1
xlators/features/cloudsync/src/cloudsync-mem-types.h
file modified
+1 -0
xlators/features/cloudsync/src/cloudsync-plugins/src/Makefile.am
file modified
+5 -1
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/Makefile.am
file added
+3
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile.am
file added
+12
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/archivestore.h
file added
+203
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/cvlt-messages.h
file added
+30
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcloudsynccvlt.sym
file added
+1
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt-mem-types.h
file added
+19
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c
file added
+842
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.h
file added
+84
xlators/features/cloudsync/src/cloudsync.c
file modified
+527 -62
xlators/features/cloudsync/src/cloudsync.h
file modified
+20 -0
xlators/features/locks/src/clear.c
file modified
+2 -2
xlators/features/locks/src/common.c
file modified
+327 -8
xlators/features/locks/src/common.h
file modified
+47 -0
xlators/features/locks/src/entrylk.c
file modified
+10 -13
xlators/features/locks/src/inodelk.c
file modified
+99 -68
xlators/features/locks/src/locks.h
file modified
+24 -7
xlators/features/locks/src/posix.c
file modified
+282 -33
xlators/features/locks/src/reservelk.c
file modified
+0 -2
xlators/features/quota/src/quota-enforcer-client.c
file modified
+13 -1
xlators/features/quota/src/quota.c
file modified
+49 -5
xlators/features/quota/src/quota.h
file modified
+3 -0
xlators/features/quota/src/quotad-helpers.c
file modified
+0 -3
xlators/features/shard/src/shard.c
file modified
+5919 -6036
xlators/features/shard/src/shard.h
file modified
+2 -1
xlators/features/snapview-client/src/snapview-client.c
file modified
+13 -9
xlators/features/snapview-server/src/snapview-server-helpers.c
file modified
+41 -3
xlators/features/snapview-server/src/snapview-server-messages.h
file modified
+1 -1
xlators/features/snapview-server/src/snapview-server-mgmt.c
file modified
+8 -2
xlators/features/snapview-server/src/snapview-server.c
file modified
+11 -1
xlators/features/trash/src/trash.c
file modified
+1 -1
xlators/features/upcall/src/upcall-internal.c
file modified
+18 -1
xlators/features/utime/src/utime-gen-fops-c.py
file modified
+11 -1
xlators/features/utime/src/utime-gen-fops-h.py
file modified
+1 -1
xlators/features/utime/src/utime-helpers.c
file modified
+1 -1
xlators/features/utime/src/utime-messages.h
file modified
+2 -1
xlators/features/utime/src/utime.c
file modified
+143 -13
xlators/mgmt/glusterd/src/Makefile.am
file modified
+4 -2
xlators/mgmt/glusterd/src/glusterd-bitrot.c
file modified
+85 -0
xlators/mgmt/glusterd/src/glusterd-brick-ops.c
file modified
+53 -8
xlators/mgmt/glusterd/src/glusterd-conn-mgmt.c
file modified
+7 -1
xlators/mgmt/glusterd/src/glusterd-errno.h
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-ganesha.c
file added
+915
xlators/mgmt/glusterd/src/glusterd-geo-rep.c
file modified
+35 -5
xlators/mgmt/glusterd/src/glusterd-gfproxyd-svc-helper.c
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-handler.c
file modified
+130 -22
xlators/mgmt/glusterd/src/glusterd-messages.h
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-mgmt.c
file modified
+21 -6
xlators/mgmt/glusterd/src/glusterd-mountbroker.c
file modified
+4 -1
xlators/mgmt/glusterd/src/glusterd-nfs-svc.c
file modified
+10 -17
xlators/mgmt/glusterd/src/glusterd-op-sm.c
file modified
+107 -34
xlators/mgmt/glusterd/src/glusterd-peer-utils.c
file modified
+7 -4
xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c
file modified
+3 -1
xlators/mgmt/glusterd/src/glusterd-rebalance.c
file modified
+13 -43
xlators/mgmt/glusterd/src/glusterd-replace-brick.c
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-rpc-ops.c
file modified
+22 -11
xlators/mgmt/glusterd/src/glusterd-server-quorum.c
file modified
+1 -0
xlators/mgmt/glusterd/src/glusterd-shd-svc.c
file modified
+10 -0
xlators/mgmt/glusterd/src/glusterd-sm.c
file modified
+1 -2
xlators/mgmt/glusterd/src/glusterd-snapshot-utils.c
file modified
+233 -15
xlators/mgmt/glusterd/src/glusterd-snapshot.c
file modified
+15 -5
xlators/mgmt/glusterd/src/glusterd-store.c
file modified
+45 -32
xlators/mgmt/glusterd/src/glusterd-store.h
file modified
+2 -0
xlators/mgmt/glusterd/src/glusterd-svc-helper.c
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-syncop.c
file modified
+36 -5
xlators/mgmt/glusterd/src/glusterd-syncop.h
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-tier.c
file modified
+2 -1
xlators/mgmt/glusterd/src/glusterd-tierd-svc-helper.c
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-utils.c
file modified
+722 -101
xlators/mgmt/glusterd/src/glusterd-utils.h
file modified
+11 -1
xlators/mgmt/glusterd/src/glusterd-volgen.c
file modified
+169 -35
xlators/mgmt/glusterd/src/glusterd-volume-ops.c
file modified
+113 -265
xlators/mgmt/glusterd/src/glusterd-volume-set.c
file modified
+959 -111
xlators/mgmt/glusterd/src/glusterd.c
file modified
+8 -1
xlators/mgmt/glusterd/src/glusterd.h
file modified
+52 -15
xlators/mount/fuse/src/fuse-bridge.c
file modified
+224 -58
xlators/mount/fuse/src/fuse-bridge.h
file modified
+29 -3
xlators/mount/fuse/src/fuse-helpers.c
file modified
+0 -1
xlators/mount/fuse/utils/mount.glusterfs.in
file modified
+14 -2
xlators/nfs/server/src/acl3.c
file modified
+5 -0
xlators/nfs/server/src/mount3.c
file modified
+11 -0
xlators/nfs/server/src/mount3udp_svc.c
file modified
+1 -5
xlators/nfs/server/src/nlm4.c
file modified
+7 -0
xlators/performance/io-threads/src/io-threads.c
file modified
+1 -0
xlators/performance/md-cache/src/md-cache.c
file modified
+105 -91
xlators/performance/nl-cache/src/nl-cache-helper.c
file modified
+14 -22
xlators/performance/quick-read/src/quick-read.c
file modified
+6 -5
xlators/performance/readdir-ahead/src/readdir-ahead.c
file modified
+1 -0
xlators/performance/write-behind/src/write-behind.c
file modified
+8 -2
xlators/protocol/client/src/client-handshake.c
file modified
+14 -18
xlators/protocol/client/src/client-helpers.c
file modified
+13 -9
xlators/protocol/client/src/client-rpc-fops.c
file modified
+137 -98
xlators/protocol/client/src/client-rpc-fops_v2.c
file modified
+132 -113
xlators/protocol/client/src/client.c
file modified
+33 -16
xlators/protocol/client/src/client.h
file modified
+12 -4
xlators/protocol/server/src/server-handshake.c
file modified
+27 -14
xlators/protocol/server/src/server-helpers.c
file modified
+0 -3
xlators/protocol/server/src/server.c
file modified
+17 -7
xlators/storage/posix/src/posix-common.c
file modified
+94 -13
xlators/storage/posix/src/posix-entry-ops.c
file modified
+42 -8
xlators/storage/posix/src/posix-helpers.c
file modified
+272 -83
xlators/storage/posix/src/posix-inode-fd-ops.c
file modified
+323 -101
xlators/storage/posix/src/posix-messages.h
file modified
+2 -1
xlators/storage/posix/src/posix-metadata.c
file modified
+247 -100
xlators/storage/posix/src/posix-metadata.h
file modified
+13 -1
xlators/storage/posix/src/posix.h
file modified
+18 -4
xlators/system/posix-acl/src/posix-acl.c
file modified
+8 -0
    Changes after running %prep
    
    ignore: true
    
        
file modified
+6 -2
file added
+9
file modified
+5 -0
file modified
+3 -0
file modified
+9 -0
file modified
+183 -24
file modified
+6 -0
file modified
+8 -2
file modified
+13 -1
file modified
+79 -2
file modified
+28 -0
file modified
+0 -2
file modified
+57 -0
file modified
+208 -23
file modified
+1 -1
file modified
+21 -24
file modified
+2 -1
file modified
+118 -9
file modified
+4 -3
file modified
+24 -21
file modified
+5 -0
file modified
+54 -35
file modified
+2 -2
file modified
+10 -1
file modified
+6 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+6 -2
file modified
+1 -1
file modified
+1 -1
file modified
+8 -0
file modified
+5 -0
file modified
+7 -7
file modified
+3 -3
file added
+7
file modified
+734 -129
file modified
+56 -28
file modified
+2 -0
file modified
+16 -5
file modified
+2 -2
file modified
+60 -5
file modified
+42 -34
file modified
+26 -34
file modified
+61 -76
file modified
+1 -1
file modified
+58 -240
file modified
+1 -0
file modified
+1 -1
file modified
+45 -13
file modified
+5 -2
file modified
+249 -369
file modified
+2 -0
file modified
+272 -185
file modified
+11 -5
file modified
+22 -0
file modified
+61 -19
file modified
+10 -3
file modified
+13 -29
file modified
+21 -22
file modified
+1 -1
file modified
+1 -0
file modified
+1 -0
file modified
+59 -0
file modified
+12 -0
file modified
+2 -1
file modified
+1 -1
file modified
+2 -0
file modified
+2 -0
file modified
+79 -34
file modified
+1 -4
file modified
+10 -0
file modified
+252 -76
file modified
+51 -22
file modified
+1 -0
file modified
+2 -2
file modified
+5919 -6036