summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_snapper.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_snapper: Remove chown_fn().Jeremy Allison2019-10-151-22/+0
* s3: VFS: vfs_snapper: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-17/+0
* s3: VFS: vfs_snapper: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-18/+0
* s3: VFS: vfs_snapper. Implement unlinkat().Jeremy Allison2019-09-261-0/+23
* s3: VFS: vfs_snapper. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-18/+0
* s3: VFS: vfs_snapper. Implement mkdirat().Jeremy Allison2019-09-111-0/+22
* s3: VFS: vfs_snapper. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-29/+0
* s3: VFS: vfs_snapper. Implement symlinkat().Jeremy Allison2019-09-031-1/+33
* s3: VFS: vfs_snapper. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-43/+0
* s3: VFS: vfs_snapper. Implement readlinkat().Jeremy Allison2019-08-231-0/+52
* s3: VFS: vfs_snapper. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-20/+0
* s3: VFS: vfs_snapper. Implement mknodat().Jeremy Allison2019-08-221-0/+25
* s3: VFS: vfs_snapper. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-29/+0
* s3: VFS: vfs_snapper. Implement linkat().Jeremy Allison2019-08-201-0/+37
* s3: VFS: vfs_snapper. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-28/+0
* s3: VFS: vfs_snapper. Implement renameat().Jeremy Allison2019-08-161-0/+35
* s3: VFS: vfs_snapper: Make setxattr return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-33/+4
* s3: VFS: vfs_snapper: Make removexattr return errno = EROFS on a shadow copy ...Jeremy Allison2019-08-121-32/+4
* s3: VFS: vfs_snapper: Make chflags return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-31/+4
* s3: VFS: vfs_snapper: Make rmdir return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-27/+5
* s3: VFS: vfs_snapper: Make mkdir return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-28/+5
* s3: VFS: vfs_snapper: Make mknod return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-25/+4
* s3: VFS: vfs_snapper: Make ntimes return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-22/+5
* s3: VFS: vfs_snapper: Make chown return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-29/+5
* s3: VFS: vfs_snapper: Make chmod return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-30/+5
* s3: VFS: vfs_snapper: Make unlink return errno = EROFS on a shadow copy path.Jeremy Allison2019-08-121-22/+5
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* modules: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+2
* vfs_snapper: drop unneeded fstat handlerDavid Disseldorp2019-03-271-19/+0
* modules: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+3
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-45/+0
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-17/+25
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-11/+31
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-7/+15
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-11/+26
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-7/+15
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-15/+31
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-17/+34
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-12/+29
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-13/+26
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-12/+33
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-12/+32
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-11/+32
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-11/+30
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs: Fix warnings for time_t != longVolker Lendecke2016-10-191-2/+3
* s3: vfs: snapper: Fix snapper_gmt_strip_snapshot() function to strip @GMT tok...Jeremy Allison2016-08-181-2/+20
* s3: vfs: snapper: Add and use len_before_gmt, calculated as (p-name).Jeremy Allison2016-08-181-3/+5