index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_gpfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
vfs_gpfs: convert smb2gpfs_acl() to use talloc
Shwetha Acharya
1
-5
/
+7
2026-02-15
vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a name
Volker Lendecke
1
-6
/
+6
2026-02-15
vfs_gpfs: Use fstatvfs() instead of the path-based statvfs()
Volker Lendecke
1
-1
/
+2
2026-02-15
smbserver: Convert callers of sys_fsusage to sys_statvfs
Volker Lendecke
1
-2
/
+6
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-12
/
+13
2026-01-12
lib: Replace calls to [set|drop]_effective_capability
Volker Lendecke
1
-6
/
+6
2025-11-26
vfs_gpfs: Fix CID 1666430 Control flow issues (DEADCODE)
Anoop C S
1
-12
/
+4
2025-11-10
s3: Replace TALLOC_SIZE() with talloc_size()
Volker Lendecke
1
-1
/
+1
2025-11-10
vfs: Simplify vfs_gpfs_get_real_filename_at()
Volker Lendecke
1
-7
/
+0
2025-10-21
smbd: Use fsp_str_dbg() in DEBUGs
Volker Lendecke
1
-4
/
+5
2025-09-30
gpfs: Fetch GPFS DOS attributes asynchronously
Pawan Sahu
1
-8
/
+320
2025-02-06
vfs_gpfs: Remove one whitespace
Christof Schmitt
1
-1
/
+1
2025-02-06
vfs_gpfs: Remove winattr calls from vfs_gpfs_fntimes
Christof Schmitt
1
-53
/
+1
2025-02-06
vfs_gpfs: Set creation time from vfs_gpfs_fset_dos_attributes
Christof Schmitt
1
-15
/
+38
2025-02-06
vfs_gpfs: Simplify vfs_gpfs_fset_dos_attributes
Christof Schmitt
1
-35
/
+3
2025-02-06
vfs_gpfs: Use gpfs_get_winattrs instead of gpfs_fstat_x
Christof Schmitt
1
-12
/
+6
2025-02-06
vfs_gpfs: Remove pathref test
Christof Schmitt
1
-73
/
+0
2025-02-06
vfs_gpfs: Remove gpfs_stat_x fallback
Christof Schmitt
1
-26
/
+2
2025-02-05
vfs_gpfs: add gpfs:clamp_invalid_times
Ralph Boehme
1
-12
/
+31
2024-11-05
vfs_gpfs: trigger NOTIFY_ACTION_DIRLEASE_BREAK when changing offline attribute
Ralph Boehme
1
-8
/
+12
2024-11-05
smbd: pass lease, if any, to notify_fname()
Ralph Boehme
1
-8
/
+16
2023-11-15
vfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and rename function
Christof Schmitt
1
-26
/
+1
2023-11-15
vfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename function
Christof Schmitt
1
-16
/
+1
2023-11-15
vfs_gpfs: Move vfs_gpfs_fstat to nfs4_acls.c and rename function
Christof Schmitt
1
-22
/
+1
2023-11-15
vfs_gpfs: Move vfs_gpfs_stat to nfs4_acls.c and rename function
Christof Schmitt
1
-15
/
+1
2023-11-15
vfs_gpfs: Move stat_with_capability to nfs4_acls.c and rename function
Christof Schmitt
1
-46
/
+3
2023-11-15
vfs_gpfs: Move fstatat_with_cap_dac_override to nfs4_acls.c
Christof Schmitt
1
-19
/
+0
2023-11-15
nfs4_acls: Implement fstat with DAC_CAP_OVERRIDE
Christof Schmitt
1
-5
/
+3
2023-11-08
vfs_gpfs: Implement CAP_DAC_OVERRIDE for fstatat
Christof Schmitt
1
-0
/
+26
2023-11-08
vfs_gpfs: Implement CAP_DAC_OVERRIDE for fstat
Christof Schmitt
1
-0
/
+24
2023-11-08
vfs_gpfs: Move fstatat with DAC_CAP_OVERRIDE to helper function
Christof Schmitt
1
-8
/
+24
2023-11-08
vfs_gpfs: Use O_PATH for opening dirfd for stat with CAP_DAC_OVERRIDE
Christof Schmitt
1
-1
/
+6
2023-11-01
smbd: Simplify sys_proc_fd_path()
Volker Lendecke
1
-34
/
+21
2023-08-08
s3:modules: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-06-25
vfs_gpfs: Move call to load GPFS library
Christof Schmitt
1
-7
/
+6
2023-06-25
vfs_gpfs: Check error from gpfswrap_lib_init
Christof Schmitt
1
-1
/
+6
2023-06-25
vfs_gpfs: Register smbd process with GPFS
Christof Schmitt
1
-0
/
+6
2022-10-24
vfs_gpfs: Remove support for old GPFS without DACL_PROTECTED support
Christof Schmitt
1
-8
/
+0
2022-09-23
vfs_gpfs: Protect against timestamps before the Unix epoch
Volker Lendecke
1
-4
/
+4
2022-08-19
vfs_gpfs: Prevent mangling of GPFS timestamps after 2106
Volker Lendecke
1
-10
/
+33
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-4
/
+4
2022-06-22
vfs_gpfs: use sys_fstatat() in stat_with_capability()
Ralph Boehme
1
-8
/
+7
2022-06-03
vfs_gpfs: use handle based gpfswrap_get_winattrs()
Ralph Boehme
1
-6
/
+6
2022-06-03
vfs_gpfs: finally: use gpfswrap_fgetacl() instead of gpfswrap_getacl()
Ralph Boehme
1
-2
/
+2
2022-06-03
vfs_gpfs: pass fsp to gpfs_getacl_with_capability()
Ralph Boehme
1
-3
/
+5
2022-06-03
vfs_gpfs: pass fsp to vfs_gpfs_getacl()
Ralph Boehme
1
-7
/
+6
2022-06-03
vfs_gpfs: use fsp in gpfsacl_get_posix_acl()
Ralph Boehme
1
-2
/
+2
2022-06-03
vfs_gpfs: pass fsp to gpfsacl_get_posix_acl()
Ralph Boehme
1
-3
/
+4
2022-06-03
vfs_gpfs: pass fsp to gpfs_get_nfs4_acl()
Ralph Boehme
1
-3
/
+5
2022-06-03
vfs_gpfs: pass fsp to gpfsacl_emu_chmod()
Ralph Boehme
1
-4
/
+5
[next]