summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2026-01-20vfs_fruit: Modernize DEBUGsVolker Lendecke1-6/+7
2026-01-20vfs_ceph_new: add keybridge and ceph fscrypt supportJohn Mulligan1-1/+285
2026-01-20build: add '--with-varlink' configure optionJohn Mulligan1-1/+9
2026-01-20vfs: add files to access the varlink keybridge APIJohn Mulligan2-0/+310
2026-01-18vfs_aio_ratelimit: rate-limiting module for async I/OShachar Sharon2-0/+769
2026-01-15s3:vfs_ceph_new: use #ifdef, not #if HAVE_CEPH_ASYNCIODouglas Bagnall1-9/+9
2026-01-14vfs_btrfs: Log the correct fd valueSATOH Fumiyasu1-1/+1
2026-01-12lib: Replace calls to [set|drop]_effective_capabilityVolker Lendecke2-10/+10
2026-01-08vfs_ceph_new: Improve log entries in vfs_cephfs_load_lib()Anoop C S1-5/+4
2026-01-08vfs_ceph_new: Add explicit log entry for libcephfs proxy statusAnoop C S1-0/+1
2026-01-07vfs_commit: Do initial eof calculation on demandVolker Lendecke1-22/+21
2026-01-07vfs_commit: Some README.Coding changesVolker Lendecke1-14/+19
2026-01-07vfs_commit: Reduce indentation with early returnsVolker Lendecke1-10/+9
2026-01-07vfs_commit: Make dbytes and dthresh size_tVolker Lendecke1-6/+6
2026-01-07lib: Add timespec_equal()Volker Lendecke3-9/+9
2026-01-07lib: Simplify sys_acl_to_text() with talloc_asprintf_addbuf()Volker Lendecke1-4/+5
2026-01-06vfs_ceph_new: Fix a regression in SMB_VFS_GETWDAnoop C S1-0/+1
2025-12-13vfs_ceph_new: do explicit 'ceph_init' callShachar Sharon1-0/+11
2025-12-11vfs_ceph_new: improved debug loggingShachar Sharon1-150/+221
2025-12-11vfs_ceph_new: limit to 80-chars linesShachar Sharon1-25/+34
2025-12-04vfs_ceph_new: proper failure-handling in chdir and getwdShachar Sharon1-4/+9
2025-11-26vfs_gpfs: Fix CID 1666430 Control flow issues (DEADCODE)Anoop C S1-12/+4
2025-11-24vfs_ceph_new: use vfs_ceph_iget/vfs_ceph_iput in vfs_ceph_disk_freeShweta Sodani1-11/+8
2025-11-18vfs_fruit: psd->dacl can be NULL, use orig_num_acesRalph Boehme1-1/+1
2025-11-18vfs:streams_xattr: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEVSamuel Cabrero1-1/+3
2025-11-18vfs:fruit: Allow RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:streams_depot: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:shadow_copy2: Allow RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:glusterfs: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEVSamuel Cabrero1-1/+3
2025-11-18vfs:ceph_new: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:ceph: Allow VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+3
2025-11-18vfs:aio_pthread: Handle VFS_OPEN_HOW_RESOLVE_NO_XDEV flagSamuel Cabrero1-1/+13
2025-11-18vfs: Pass the RESOLVE_NO_XDEV from upper layers to openat2() syscallSamuel Cabrero1-3/+16
2025-11-18vfs: Use RESOLVE_NO_XDEV by default on all sharesSamuel Cabrero1-0/+11
2025-11-17smbd: Change open_rootdir_pathref_fsp() to return a smb_filenameVolker Lendecke1-8/+6
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke13-102/+24
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke4-22/+22
2025-11-10vfs: Remove some code duplicationVolker Lendecke1-7/+5
2025-11-10smbd: Fix a few possible buffer read overrunsVolker Lendecke1-0/+1
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-3/+1
2025-11-10s3: Replace TALLOC_SIZE() with talloc_size()Volker Lendecke2-4/+4
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke1-6/+6
2025-11-10vfs: Simplify vfs_gpfs_get_real_filename_at()Volker Lendecke1-7/+0
2025-11-10vfs: Remove audit_file functionVolker Lendecke5-75/+0
2025-11-10vfs: Remove connectpath functionVolker Lendecke8-201/+0
2025-11-10vfs: Fix smb_full_audit_parent_pathname()Volker Lendecke1-1/+1
2025-11-04vfs_recycle: Make recycle:touch/touch_mtime work again if recycle:keeptree is...Pavel Filipenský1-1/+1
2025-11-04vfs_recycle: Fix trailing whitespace in vfs_recycle.cPavel Filipenský1-2/+2
2025-10-29vfs_streams_xattr: Fix CID 1667321 REVERSE_INULLShwetha K Acharya1-3/+0
2025-10-29vfs_streams_xattr: Fix CID 1667323 Resource LeakShwetha K Acharya1-3/+7