summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:modules: VFS CAP symlinkat always failsPavel Filipenský2022-01-121-1/+1
* s3:modules: Fix the horrible vfs_crossrename modulePavel Filipenský2022-01-121-1/+1
* s3:modules:recycle - fix crash in recycle_unlink_internalAndrew Walker2021-11-191-12/+5
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-165-0/+5
* s3: VFS: xattr_tdb. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-11-101-0/+10
* s3: VFS: streams_depot. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-11-101-0/+10
* vfs_preopen.c: Fix -Wformat error on macOSAlex Richardson2021-10-181-1/+1
* s3: VFS: zfsacl: Ensure we use a pathref fd, not an io fd, for getting/settin...Jeremy Allison2021-10-181-9/+8
* vfs_btrfs: fix btrfs_fget_compression()Ralph Boehme2021-09-131-4/+3
* vfs_gpfs: deal with pathrefs fsps in smbd_gpfs_set_times()Ralph Boehme2021-09-061-5/+37
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fntimes()Ralph Boehme2021-09-061-6/+2
* vfs_gpfs: pass fsp to smbd_gpfs_set_times()Ralph Boehme2021-09-061-6/+5
* vfs_gpfs: deal with pathref fsps in vfs_gpfs_fntimes()Ralph Boehme2021-09-061-3/+37
* vfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-4/+40
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-5/+1
* vfs_gpfs: add path based fallback for gpfswrap_fstat_x() on pathref handlesRalph Boehme2021-09-061-3/+30
* vfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()Ralph Boehme2021-09-061-0/+73
* vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC sharesRalph Boehme2021-09-061-1/+5
* vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()Stefan Metzmacher2021-09-061-10/+0
* vfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running some module initializati...Ralph Boehme2021-09-061-6/+5
* s3: VFS: streams_depot: Allow "streams directory" outside of share path to wo...Jeremy Allison2021-08-251-0/+23
* s3: VFS: vfs_streams_depot: Factor out the code that gets the absolute stream...Jeremy Allison2021-08-251-14/+36
* s3: VFS: ceph. Fix enumerating directories. dirfsp->fh->fd != AT_FDCWD in thi...Jeremy Allison2021-08-251-2/+12
* vfs_default: detect EOPNOTSUPP and ENOSYS errors from copy_file_range()Ralph Boehme2021-08-161-3/+9
* s3: VFS: default. In vfswrap_getxattrat_do_async() always use the pathref fsp.Jeremy Allison2021-07-151-11/+10
* s3: VFS: default. In vfswrap_getxattrat_do_sync() always use the pathref fsp.Jeremy Allison2021-07-151-21/+9
* s3: VFS: default: Add 'handle' member to struct vfswrap_getxattrat_stateJeremy Allison2021-07-151-0/+2
* s3: VFS: default: Move vfswrap_fgetxattr() before the async versions.Jeremy Allison2021-07-151-30/+30
* s3: tests: Our tests for "smbd async dosmode = yes" haven't been working corr...Jeremy Allison2021-07-151-1/+1
* s3: VFS: Update status of SMB_VFS_READ_DFS_PATHAT.Jeremy Allison2021-07-142-2/+2
* s3: VFS: time_audit. In smb_time_audit_read_dfs_pathat(), cope with relative ...Jeremy Allison2021-07-141-1/+12
* s3: VFS: shadow_copy2. In shadow_copy2_read_dfs_pathat(), cope with relative ...Jeremy Allison2021-07-141-3/+16
* s3: VFS: glusterfs. In vfs_gluster_read_dfs_pathat(), cope with relative path...Jeremy Allison2021-07-141-7/+16
* s3: VFS: full_audit. In smb_full_audit_read_dfs_pathat(), cope with relative ...Jeremy Allison2021-07-141-1/+10
* s3: VFS: ceph: In cephwrap_read_dfs_pathat(), cope with relative pathnames.Jeremy Allison2021-07-141-7/+16
* s3: VFS: cap: Fix cap_read_dfs_pathat() to cope with relative paths.Jeremy Allison2021-07-141-2/+13
* s3: VFS: default. In vfswrap_read_dfs_pathat(), cope with relative pathnames.Jeremy Allison2021-07-141-2/+0
* s3: VFS: default. In vfswrap_read_dfs_pathat() use sys_fstatat().Jeremy Allison2021-07-141-3/+5
* s2: VFS: default. Fix vfswrap_read_dfs_pathat() to use fsp_get_pathref_fd() n...Jeremy Allison2021-07-141-1/+1
* s3: VFS: default. Fix vfswrap_readdir() to use sys_fstatat().Jeremy Allison2021-07-141-5/+6
* s3: expect fstatat() and dirfd()Ralph Boehme2021-07-142-14/+0
* vfs_shadow_copy2: ensure we call convert_sbuf() in shadow_copy2_*stat() on al...Ralph Boehme2021-07-141-42/+138
* s3: VFS: streams_xattr: In streams_xattr_stat() use synthetic_pathref() with ...Jeremy Allison2021-07-141-34/+15
* s3: VFS: fruit. In ad_get_meta_fsp(), we only need a handle on the base file,...Jeremy Allison2021-07-141-0/+1
* s3: VFS: Update status of SMB_VFS_GETXATTR.Jeremy Allison2021-07-042-2/+2
* vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2021-07-044-66/+0
* s3: VFS: xattr_tdb: Remove xattr_tdb_getxattr.Jeremy Allison2021-07-041-48/+0
* s3: VFS: vxfs: Remove vxfs_get_xattr.Jeremy Allison2021-07-041-30/+0
* s3: VFS: unityed_media: Remove um_getxattr.Jeremy Allison2021-07-041-32/+0
* s3: VFS: snapper: Remove snapper_gmt_getxattr.Jeremy Allison2021-07-041-53/+0