python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / modules / vfs_glusterfs.c
7 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
2023-07-17 Andreas Schneiders3:modules: Fix code spelling
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2023-02-06 Andreas Schneiders3:modules: Initialize pointer with NULL
2022-10-13 Anoop C Svfs_glusterfs: Add path based fallback mechanism for...
2022-10-12 Anoop C Svfs_glusterfs: Simplify SMB_VFS_FDOPENDIR implementation
2022-10-12 Anoop C Svfs_glusterfs: Add path based fallback mechanism for...
2022-10-12 Anoop C Svfs_glusterfs: Do not use glfs_fgetxattr() for SMB_VFS_...
2022-10-12 Anoop C Svfs_glusterfs: Simplify SMB_VFS_GET_REAL_FILENAME_AT...
2022-10-06 Anoop C Svfs_glusterfs: Remove special handling of O_CREAT flag
2022-09-17 Volker Lendeckevfs: Add dirfsp to connectpath_fn()
2022-09-07 Andrew Walkers3:modules - fix read of uninitialized memory
2022-08-26 Anoop C Svfs_glusterfs: Implement SMB_VFS_FSTATAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_fgetxattr() for SMB_VFS_GET_REA...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READ_D...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_CREATE_...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_mknodat() for SMB_VFS_MKNODAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_linkat() for SMB_VFS_LINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_SYMLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_unlinkat() for SMB_VFS_UNLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_renameat() for SMB_VFS_RENAMEAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_mkdirat() for SMB_VFS_MKDIRAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_openat() for SMB_VFS_OPENAT
2022-08-26 Anoop C Svfs_glusterfs: Accept fsp with const qualifier
2022-08-06 Volker Lendeckevfs: Add struct vfs_open_how.resolve
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-08-06 Stefan Metzmachervfs_glusterfs: add missing END_PROFILE(syscall_openat...
2022-05-17 Anoop C Svfs_glusterfs: Fix fdopendir implementation
2022-05-17 Anoop C Svfs_glusterfs: Fix get_real_filename_at implementation
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Implement vfs_gluster_get_real_filename_at()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2021-09-21 Christof Schmittvfs_glusterfs: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-07-14 Jeremy Allisons3: VFS: glusterfs. In vfs_gluster_read_dfs_pathat...
2021-07-04 Jeremy Allisons3: VFS: glusterfs: Remove vfs_gluster_getxattr.
2021-06-29 Noel PowerVFS: glusterfs Remove SMB_VFS_CHFLAGS
2021-06-29 Noel PowerVFS: glusterfs: Add SMB_VFS_FCHFLAGS implementation
2021-06-22 Jeremy Allisons3: VFS: glusterfs: Use real dirfsp for SMB_VFS_RENAMEAT()
2021-06-09 Jeremy Allisons3: VFS: glusterfs: Remove call to posix_sys_acl_blob_g...
2021-06-09 Jeremy Allisons3: VFS: glusterfs: Remove call to posixacl_xattr_acl_g...
2021-06-09 Jeremy Allisons3 VFS: glusterfs: Remove get_nt_acl_at_fn().
2021-05-18 Jeremy Allisons3: VFS: glusterfs: Remove sys_acl_delete_def_file_fn...
2021-05-18 Jeremy Allisons3: VFS: glusterfs: Make gluster call posixacl_xattr_ac...
2021-05-11 Jeremy Allisons3/modules: VFS: glusterfs: Remove SMB_VFS_STREAMINFO
2021-05-11 Noel Powers3: VFS: glusterfs: Initialise fstreaminfo_fn to NULL
2021-04-19 Samuel Cabreros3: VFS: glusterfs: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel Cabreros3: VFS: glusterfs: Implement SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/modules: VFS: Remove vfs_gluster_chmod() function
2021-04-11 Noel PowerVFS: gluster: Allow vfs_gluster_fchmod() to cope with...
2021-04-07 Jeremy Allisons3: VFS: glusterfs: Remove vfs_gluster_removexattr...
2021-04-07 Jeremy AllisonVFS: gluster: Allow vfs_gluster_fremovexattr() to cope...
2021-03-22 Jeremy Allisons3: VFS: gluster: vfs_gluster_create_dfs_pathat() isn...
2021-03-12 Jeremy AllisonVFS: glusterfs: Ensure vfs_gluster_fsetxattr() only...
2021-03-12 Jeremy AllisonVFS: glusterfs: Ensure vfs_gluster_flistxattr() only...
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-02-13 Jeremy Allisons3: VFS: glusterfs: Fix vfs_gluster_readlinkat() to...
2021-02-09 Jeremy Allisons3: VFS: gluster: Fix vfs_gluster_linkat() to cope...
2021-01-28 Ralph Boehmevfs_glusterfs: support real dirfsps in vfs_gluster_unli...
2021-01-22 Volker Lendeckevfs: Simplify vfs_gluster_getwd()
2021-01-17 Jeremy Allisons3: VFS: glusterfs: Fix vfs_gluster_symlinkat() to...
2021-01-15 Jeremy Allisons3: VFS: glusterfs: Fix vfs_gluster_mknodat() to cope...
2021-01-15 Jeremy Allisons3: VFS: glusterfs: Fix missing END_PROFILE() in mkdira...
2021-01-11 Ralph Boehmevfs_glusterfs: support read dirfsps in vfs_gluster_openat()
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs_glusterfs: support real dirfsps in vfs_gluster_mkdi...
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmevfs_glusterfs: implement pathref opens with become_root...
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for *at related director...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-11-27 Günther Deschnervfs_glusterfs: print exact cmdline for disabling write...
2020-11-11 Jeremy Allisons3: modules: gluster. Fix the error I made in preventin...
2020-11-04 Günther Deschners3-vfs_glusterfs: always disable write-behind translator
2020-11-03 Jeremy Allisons3: modules: vfs_glusterfs: Fix leak of char **lines...
2020-11-02 Günther Deschners3-vfs_glusterfs: refuse connection when write-behind...
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-06-17 Anoop C Svfs_glusterfs: Enable caching of selinux xattr by default
2020-06-03 Jeremy Allisons3: VFS: gluster. Ensure read_dfs_pathat() returns...
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_glusterfs: implement SMB_VFS_OPENAT()
2020-05-07 Jeremy Allisons3: VFS: glusterfs. Remove NULL definition of get_nt_ac...
2020-05-07 Jeremy Allisons3: VFS: Add null notice of get_nt_acl_at_fn().
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmevfs_glusterfs: realign vfs_gluster_get_real_filename...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_glusterfs: realign synthetic_smb_fname() args in...
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs: Add tevent_req pointer...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs. Pass in struct vfs_glus...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs. Protect vfs_gluster_pre...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs: Add tevent_req pointer...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs. Pass in struct vfs_glus...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_glusterfs. Protect vfs_gluster_pwr...
next