ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source3 / modules / vfs_gpfs.c
2023-11-15 Christof Schmittvfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and...
2023-11-15 Christof Schmittvfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename...
2023-11-15 Christof Schmittvfs_gpfs: Move vfs_gpfs_fstat to nfs4_acls.c and rename...
2023-11-15 Christof Schmittvfs_gpfs: Move vfs_gpfs_stat to nfs4_acls.c and rename...
2023-11-15 Christof Schmittvfs_gpfs: Move stat_with_capability to nfs4_acls.c...
2023-11-15 Christof Schmittvfs_gpfs: Move fstatat_with_cap_dac_override to nfs4_acls.c
2023-11-15 Christof Schmittnfs4_acls: Implement fstat with DAC_CAP_OVERRIDE
2023-11-08 Christof Schmittvfs_gpfs: Implement CAP_DAC_OVERRIDE for fstatat
2023-11-08 Christof Schmittvfs_gpfs: Implement CAP_DAC_OVERRIDE for fstat
2023-11-08 Christof Schmittvfs_gpfs: Move fstatat with DAC_CAP_OVERRIDE to helper...
2023-11-08 Christof Schmittvfs_gpfs: Use O_PATH for opening dirfd for stat with...
2023-11-01 Volker Lendeckesmbd: Simplify sys_proc_fd_path()
2023-08-08 Joseph Suttons3:modules: Add missing newlines to logging messages
2023-06-25 Christof Schmittvfs_gpfs: Move call to load GPFS library
2023-06-25 Christof Schmittvfs_gpfs: Check error from gpfswrap_lib_init
2023-06-25 Christof Schmittvfs_gpfs: Register smbd process with GPFS
2022-10-24 Christof Schmittvfs_gpfs: Remove support for old GPFS without DACL_PROT...
2022-09-23 Volker Lendeckevfs_gpfs: Protect against timestamps before the Unix...
2022-08-19 Volker Lendeckevfs_gpfs: Prevent mangling of GPFS timestamps after...
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-06-22 Ralph Boehmevfs_gpfs: use sys_fstatat() in stat_with_capability()
2022-06-03 Ralph Boehmevfs_gpfs: use handle based gpfswrap_get_winattrs()
2022-06-03 Ralph Boehmevfs_gpfs: finally: use gpfswrap_fgetacl() instead of...
2022-06-03 Ralph Boehmevfs_gpfs: pass fsp to gpfs_getacl_with_capability()
2022-06-03 Ralph Boehmevfs_gpfs: pass fsp to vfs_gpfs_getacl()
2022-06-03 Ralph Boehmevfs_gpfs: use fsp in gpfsacl_get_posix_acl()
2022-06-03 Ralph Boehmevfs_gpfs: pass fsp to gpfsacl_get_posix_acl()
2022-06-03 Ralph Boehmevfs_gpfs: pass fsp to gpfs_get_nfs4_acl()
2022-06-03 Ralph Boehmevfs_gpfs: pass fsp to gpfsacl_emu_chmod()
2022-06-03 Ralph Boehmevfs_gpfs: indentation and README.Coding fixes
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Implement vfs_gpfs_get_real_filename_at()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-04-28 Christof Schmittvfs_gpfs: Ignore pathref fds for gpfs:recalls check
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-28 Christof Schmittvfs_gpfs: Initialize litemask to 0
2022-03-16 Archanavfs: Getting exact attribute value during gpfs_stat_x...
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2022-02-16 Bjoern Jackevfs_gpfs: use linux oplock specific funcions only when...
2022-02-11 Volker Lendeckesmbd: Use fsp_is_alternate_stream() where an fsp is...
2021-09-21 Christof Schmittvfs_gpfs: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof Schmittprofile: Remove syscall_kernel_flock profiling
2021-09-14 Christof Schmittvfs_gpfs: Remove call to kernel_flock
2021-09-14 Christof Schmittvfs_gpfs: Update comment in vfs_gpfs_kernel_flock
2021-08-26 Ralph Boehmevfs_gpfs: deal with pathrefs fsps in smbd_gpfs_set_times()
2021-08-26 Ralph Boehmevfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fntimes()
2021-08-26 Ralph Boehmevfs_gpfs: pass fsp to smbd_gpfs_set_times()
2021-08-26 Ralph Boehmevfs_gpfs: deal with pathref fsps in vfs_gpfs_fntimes()
2021-08-26 Ralph Boehmevfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_f...
2021-08-26 Ralph Boehmevfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos...
2021-08-26 Ralph Boehmevfs_gpfs: add path based fallback for gpfswrap_fstat_x...
2021-08-26 Ralph Boehmevfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()
2021-08-26 Ralph Boehmevfs_gpfs: make vfs_gpfs_connect() a no-op on IPC shares
2021-08-26 Stefan Metzmachervfs_gpfs: don't check for struct gpfs_config_data in...
2021-08-26 Ralph Boehmevfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running...
2021-07-14 Ralph Boehmes3: expect fstatat() and dirfd()
2021-06-09 Jeremy Allisons3: VFS: gpfs: Remove gpfsacl_sys_acl_blob_get_file().
2021-06-09 Jeremy Allisons3: VFS: gpfs: Remove gpfsacl_sys_acl_get_file().
2021-06-09 Jeremy Allisons3: VFS: gpfs. Remove gpfsacl_get_nt_acl_at().
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-02 Jeremy Allisons3: VFS: gpfs. parent_smb_fname() -> SMB_VFS_PARENT_PAT...
2021-05-18 Jeremy Allisons3: VFS: gpfs: Remove gpfsacl_sys_acl_delete_def_file().
2021-05-18 Jeremy Allisons3: VFS: gpfs: Add gpfsacl_sys_acl_delete_def_fd().
2021-04-19 Samuel Cabreros3: VFS: gpfs: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel Cabreros3: VFS: gpfs: Implement SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/modules: VFS: gpfs: Remove vfs_gpfs_chmod() function
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2020-12-30 Archanavfs_gpfs:Logging filename for smbd_gpfs_set_times_path()
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs_gpfs: add support for SMB_ACL_TYPE_DEFAULT in gpfsa...
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs_gpfs: fix bogus compiler warning
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for fstat() calls
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_gpfs: implement SMB_VFS_OPENAT()
2020-05-07 Jeremy Allisons3: VFS: gpfs. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: gpfs. Add gpfsacl_get_nt_acl_at().
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_gpfs: realign synthetic_smb_fname() args in gpfsacl...
2020-05-05 Ralph Boehmevfs_gpfs: pass smb_fname to gpfsacl_emu_chmod()
2020-04-29 Ralph Boehmevfs_gpfs: use parent_smb_fname()
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfswrap_quotac...
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfs_putacl...
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfswrap_quotac...
2020-01-21 Christof Schmittvfs_gpfs: Preserve errno across unbecome_root call
2020-01-21 Christof Schmittvfs_gpfs: Cleanup lease mapping function
2020-01-21 Christof Schmittvfs_gpfs: Change lease helper function to only provide...
2020-01-21 Christof Schmittvfs_gpfs: Remove function call from "if" statement
2020-01-21 Christof Schmittvfs_gpfs: Reformat function definition of vfs_gpfs_setlease
2020-01-21 Christof Schmittvfs_gpfs: Remove call to linux_set_lease_capability
2020-01-08 Christof Schmittvfs_gpfs: Update message for requesting sharemode on...
2020-01-08 Christof Schmittvfs_gpfs: Log failed gpfs_set_share call as error
2020-01-08 Christof Schmittvfs_gpfs: Print message when share modes are disabled...
2020-01-08 Christof Schmittvfs_gpfs: Explicitly log when share mode has been denied
next