summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams2021-03-051-67/+90
* s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson2021-03-031-0/+1
* vfs_error_inject: add unlinkat hookRalph Boehme2021-02-011-0/+37
* vfs_fruit: fix close for fake_fdRalph Boehme2021-01-131-4/+10
* vfs_fruit: check fake_fd in fruit_pread_meta_stream()Ralph Boehme2021-01-131-0/+5
* vfs_fruit: use "fake_fd" instead of "created"Ralph Boehme2021-01-131-10/+1
* vfs_streams_xattr: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-131-2/+2
* vfs_fruit: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-131-2/+2
* vfs_virusfilter: Allocate separate memory for config char*Arne Kreddig2021-01-131-9/+57
* vfs_zfsacl: add missing inherited flag on hidden "magic" everyone@ ACERalph Boehme2020-12-091-1/+2
* vfs_zfsacl: reformattingRalph Boehme2020-12-091-2/+3
* vfs_glusterfs: print exact cmdline for disabling write-behind translatorGünther Deschner2020-12-021-2/+5
* Revert "vfs_ceph: drop fdopendir handler"David Disseldorp2020-12-021-3/+12
* vfs_shadow_copy2: Preserve all open flags assuming ROFSAnoop C S2020-11-191-2/+2
* s3: modules: gluster. Fix the error I made in preventing talloc leaks from a ...Jeremy Allison2020-11-191-8/+12
* s3-vfs_glusterfs: always disable write-behind translatorGünther Deschner2020-11-051-3/+17
* s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return.Jeremy Allison2020-11-031-0/+2
* s3-vfs_glusterfs: refuse connection when write-behind xlator is presentGünther Deschner2020-11-031-0/+89
* vfs_zfsacl: only grant DELETE_CHILD if ACL tag is specialAndrew Walker2020-10-301-1/+4
* vfs_zfsacl: use a helper variable in zfs_get_nt_acl_common()Ralph Boehme2020-10-301-4/+11
* vfs_zfsacl: README.Coding fixRalph Boehme2020-10-301-1/+2
* vfs_zfsacl: Add new parameter to stop automatic addition of special entriesAndrew Walker2020-10-301-0/+24
* vfs_zfsacl: use handle based facl() call to query ZFS filesytem ACLRalph Boehme2020-10-301-37/+122
* s3:modules: Do not install vfs modules only used for testingAndreas Schneider2020-10-271-4/+8
* vfs_shadow_copy2: Avoid closing snapsdir twiceAnoop C S2020-10-271-0/+7
* Revert "Add vfs_ring."Karolin Seeger2020-09-142-121/+0
* Revert "vfs_ring: Adapt to 4.13 VFS"Karolin Seeger2020-09-141-5/+3
* vfs_ring: Adapt to 4.13 VFSVolker Lendecke2020-09-101-3/+5
* Add vfs_ring.Jean-Marc Saffroy2020-09-102-0/+121
* vfs_shadow_copy2: Fix a log messageAnoop C S2020-06-211-2/+2
* vfs_shadow_copy: Fix a log messageAnoop C S2020-06-211-2/+1
* vfs_glusterfs: Enable caching of selinux xattr by defaultAnoop C S2020-06-171-0/+6
* vfs: Move reparse point functions to util_reparse.cVolker Lendecke2020-06-154-9/+107
* vfs: Fix typosVolker Lendecke2020-06-101-2/+2
* vfs_default: Remove an unused data memberAnoop C S2020-06-101-2/+0
* s3: VFS: default. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+14
* s3: VFS: shadow_copy2. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+5
* s3: VFS: gluster. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+15
* s3: VFS: ceph. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+19
* s3: VFS: catia. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+5
* s3: VFS: cap. Ensure read_dfs_pathat() returns stat info.Jeremy Allison2020-06-031-0/+6
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-039-9/+9
* s3: VFS: cap. Fixup mistake using the wrong parameter to capencode.Jeremy Allison2020-05-261-1/+1
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-2128-1342/+0
* vfs_shadow_copy2: use SMB_VFS_NEXT_OPENAT() in shadow_copy2_get_shadow_copy_d...Ralph Boehme2020-05-211-5/+14
* s3: VFS: fruit. Now we've gotten rid of SMB_VFS_OPEN(), add const to the func...Jeremy Allison2020-05-211-15/+7
* vfs_fruit: use SMB_VFS_NEXT_OPENAT()Ralph Boehme2020-05-211-9/+29
* vfs_xattr_tdb: implement SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+58
* vfs_virusfilter: implement SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+182
* vfs_unityed_media: implement SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+56