summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2026-04-21vfs_ceph_new: remove double-cleanup in closedirShweta Sodani1-1/+0
2026-04-21vfs_ceph_new: fix return type mismatch in disk_freeShweta Sodani1-3/+3
2026-04-21vfs_ceph_new: fix END_PROFILE/END_PROFILE_X mismatch in ftruncateShweta Sodani1-1/+1
2026-04-18vfs_gpfs: convert smb2gpfs_acl() to use tallocShwetha Acharya1-5/+7
2026-04-15s3/modules: fix snapper_gmt_fstatatNoel Power1-2/+5
2026-04-15s3/modules: Fix vfs snapper not finding files in subdirsNoel Power1-12/+12
2026-04-08vfs_glusterfs: fix directory fd leak via FSP extension destructorThales Antunes de Oliveira Barretto1-7/+29
2026-04-02vfs_ceph_new: fix errno handling in vfs_ceph_readdirShweta Sodani1-4/+4
2026-04-02vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_valsShweta Sodani1-0/+1
2026-03-26vfs_ceph_new: do not set negative value in vfs_aio_state.errorShachar Sharon1-1/+1
2026-03-26vfs_ceph_new: avoid iref leak due to failure in ceph_ll_linkShachar Sharon1-4/+0
2026-03-26vfs_ceph_new: protect from malloc failure in ceph_getcwdShachar Sharon1-0/+3
2026-03-20vfs_ceph_new: fix typecast error in vfs_ceph_flistxattrShweta Sodani1-1/+1
2026-03-20vfs_ceph_new: Replace #if with #ifdefAnoop C S1-9/+9
2026-03-20vfs_ceph_new: Remove code duplicationAnoop C S1-4/+3
2026-03-20vfs_ceph_new: fix the config_tmp talloc leak in load_configShweta Sodani1-0/+3
2026-03-20vfs_ceph_new: fix the inode leak in flistxattrShweta Sodani1-1/+1
2026-03-19vfs_streams_xattr: fix harmless use-after-free in streams_xattr_connect()Stefan Metzmacher1-1/+1
2026-03-13vfs_ceph_new: profile xattr and fstatvfsShachar Sharon1-4/+19
2026-03-13vfs_default: profile xattr and fstatvfsShachar Sharon1-12/+48
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke8-143/+0
2026-03-01vfs_shadow_copy2: Remove special chdir-handlingVolker Lendecke1-89/+14
2026-03-01vfs_widelinks: Chdir never gets a relative path anymoreVolker Lendecke1-36/+3
2026-03-01smbd: Add vfs_ChDir_shareroot() wrapperVolker Lendecke1-7/+1
2026-02-27vfs_aio_ratelimit: support human-readable bandwidth limitsAvan Thakkar1-20/+39
2026-02-27vfs_aio_ratelimit: Add per-share TDB persistence for local rate limiter stateAvan Thakkar1-33/+333
2026-02-27vfs_aio_ratelimit: introduce burst-aware token bucket modelAvan Thakkar1-214/+143
2026-02-18vfs_ceph_new: Reduce a level of indirection for SMB_VFS_FSTATVFSAnoop C S1-14/+7
2026-02-18vfs_ceph: Reduce a level of indirection for SMB_VFS_FSTATVFSAnoop C S1-13/+7
2026-02-16vfs_ceph: Handle absolute paths with dirfd = ‑1 in openatAnoop C S1-0/+9
2026-02-15vfs: Simplify xattr_tdb_getxattrat_send()Volker Lendecke1-44/+10
2026-02-15lib: Streamline finding a file's block device for quota codeVolker Lendecke1-2/+4
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke6-15/+43
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke12-101/+142
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke9-128/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke9-0/+205
2026-02-15vfs_gpfs: Use fstatvfs() instead of the path-based statvfs()Volker Lendecke1-1/+2
2026-02-15vfs_default: Use fstatvfs() instead of the path-based statvfs()Volker Lendecke1-3/+4
2026-02-15smbserver: Convert callers of sys_fsusage to sys_statvfsVolker Lendecke2-3/+11
2026-02-15lib: Move statvfs.[ch] to lib/utilVolker Lendecke4-4/+4
2026-02-15smbd: Give statvfs.c its own header fileVolker Lendecke4-0/+4
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke14-117/+147
2026-02-15smbd: Make get_dfree_info() take a fspVolker Lendecke1-2/+1
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke1-8/+8
2026-02-15smbd: Save a few lines with direct smb_file_time initializationVolker Lendecke1-3/+1
2026-02-15vfs_full_audit: Print NTSTATUS errorsVolker Lendecke1-172/+416
2026-01-20vfs_fruit: Introduce two helper variablesVolker Lendecke1-14/+17
2026-01-20vfs_fruit: Move two variable declarations closer to their useVolker Lendecke1-2/+2
2026-01-20vfs_fruit: Fix short-term error path talloc leaksVolker Lendecke1-8/+6
2026-01-20vfs_fruit: Introduce a helper variableVolker Lendecke1-3/+5