summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs: Simplify xattr_tdb_mkdirat()Volker Lendecke2022-09-191-18/+5
* streams_xattr: Avoid a talloc_strdupVolker Lendecke2022-09-191-12/+8
* smbd: Fix a typoVolker Lendecke2022-09-191-1/+1
* shadow_copy2: Don't implicitly return memory off talloc_tos()Volker Lendecke2022-09-191-3/+4
* shadow_copy2: Avoid a few ZERO_STRUCT()sVolker Lendecke2022-09-191-9/+11
* source3: A few whitespace fixesVolker Lendecke2022-09-191-4/+3
* vfs: Simplify vfswrap_parent_pathname()Volker Lendecke2022-09-191-11/+6
* vfs: Avoid a talloc in vfswrap_parent_pathname()Volker Lendecke2022-09-191-8/+7
* shadow_copy2: Remove an intermediate if-statementVolker Lendecke2022-09-171-7/+5
* shadow_copy2: Use dirfsp if it's aroundVolker Lendecke2022-09-171-5/+7
* shadow_copy2: Use dirfsp for connectpathVolker Lendecke2022-09-171-1/+8
* vfs: Add dirfsp to connectpath_fn()Volker Lendecke2022-09-177-15/+28
* s3:modules - fix read of uninitialized memoryAndrew Walker2022-09-071-0/+1
* Cleanup and bug fixes in vxfs vfs code.Saurabh Singh2022-09-023-73/+67
* s3: smbd: Remove allow_broken_path from get_referred_path() and it's callers.Jeremy Allison2022-08-281-1/+0
* vfs: Fix a copy&paste errorVolker Lendecke2022-08-261-3/+1
* vfs_glusterfs: Implement SMB_VFS_FSTATATAnoop C S2022-08-261-0/+50
* vfs_glusterfs: Use glfs_fgetxattr() for SMB_VFS_GET_REAL_FILENAME_ATAnoop C S2022-08-261-18/+28
* vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READ_DFS_PATHATAnoop C S2022-08-261-0/+16
* vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_CREATE_DFS_PATHATAnoop C S2022-08-261-10/+25
* vfs_glusterfs: Use glfs_mknodat() for SMB_VFS_MKNODATAnoop C S2022-08-261-3/+19
* vfs_glusterfs: Use glfs_linkat() for SMB_VFS_LINKATAnoop C S2022-08-261-5/+35
* vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READLINKATAnoop C S2022-08-261-3/+19
* vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_SYMLINKATAnoop C S2022-08-261-5/+23
* vfs_glusterfs: Use glfs_unlinkat() for SMB_VFS_UNLINKATAnoop C S2022-08-261-1/+19
* vfs_glusterfs: Use glfs_renameat() for SMB_VFS_RENAMEATAnoop C S2022-08-261-3/+31
* vfs_glusterfs: Use glfs_mkdirat() for SMB_VFS_MKDIRATAnoop C S2022-08-261-1/+17
* vfs_glusterfs: Use glfs_openat() for SMB_VFS_OPENATAnoop C S2022-08-261-29/+76
* vfs_glusterfs: Accept fsp with const qualifierAnoop C S2022-08-261-1/+1
* vfs_gpfs: Prevent mangling of GPFS timestamps after 2106Volker Lendecke2022-08-191-10/+33
* vfs_default: Use openat2(RESOLVE_NO_SYMLINKS) if availableVolker Lendecke2022-08-151-1/+52
* vfs_default: prepare O_PATH usage with openat2()Stefan Metzmacher2022-08-151-0/+18
* vfs_btrfs: fix include order, includes.h or replace.h should be firstStefan Metzmacher2022-08-151-2/+2
* vfs_io_uring: hide a possible definition of struct open_how in liburing/compat.hStefan Metzmacher2022-08-151-0/+18
* vfs_default: assert all passed in fsp's and names are non-stream typeRalph Boehme2022-08-101-34/+58
* vfs_streams_xattr: restrict which fcntl's are allowed on streamsRalph Boehme2022-08-101-0/+33
* vfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" optionRalph Boehme2022-08-101-1/+84
* vfs_xattr_tdb: add a module configRalph Boehme2022-08-101-97/+99
* vfs_xattr_tdb: move close_xattr_db()Ralph Boehme2022-08-101-10/+10
* vfs: Add struct vfs_open_how.resolveVolker Lendecke2022-08-068-0/+42
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-0628-162/+131
* vfs_glusterfs: add missing END_PROFILE(syscall_openat) to vfs_gluster_openat()Stefan Metzmacher2022-08-061-0/+1
* s3: smbd: Cleanup - integer align. consumedcnt should be a size_t.Jeremy Allison2022-08-051-1/+1
* s3: smbd: Add src_dirfsp and dst_dirfsp parameters to copy_internals().Jeremy Allison2022-08-021-0/+2
* vfs_error_inject: Ignore openat() from openat_pathref_dirfsp_nosymlink()Volker Lendecke2022-07-251-2/+16
* VFS: NULL dirfsp for openat on stream opensVolker Lendecke2022-07-253-1/+3
* vfs_shadow_copy2: Don't reference dirfsp for streamsVolker Lendecke2022-07-251-3/+30
* nfs4_acls: Correctly skip chown when gid did not changeChristof Schmitt2022-07-131-1/+1
* s3:vfs_fileid: add 'fileid:nolock_all_inodes = BOOL'Stefan Metzmacher2022-07-051-0/+3
* s3:vfs_fileid: add 'fileid:nolock_all_dirs = BOOL'Stefan Metzmacher2022-07-051-0/+4