summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2024-11-12vfs: Simplify streams_xattr_openat()Volker Lendecke1-5/+1
2024-11-12vfs: Convert streams_xattr_get_name() to return 0/errnoVolker Lendecke1-36/+48
2024-11-12smbd: Convert get_ea_value_fsp() to return 0/errnoVolker Lendecke1-45/+40
2024-11-12vfs_fruit: Align a few integer typesVolker Lendecke1-6/+3
2024-11-12vfs_fruit: Simplify filter_empty_rsrc_stream()Volker Lendecke1-35/+11
2024-11-05vfs_tsmsm: trigger NOTIFY_ACTION_DIRLEASE_BREAK when changing offline attributeRalph Boehme1-8/+10
2024-11-05vfs_gpfs: trigger NOTIFY_ACTION_DIRLEASE_BREAK when changing offline attributeRalph Boehme1-8/+12
2024-11-05smbd: pass lease, if any, to notify_fname()Ralph Boehme2-18/+34
2024-11-03vfs_ceph_new: Remove unused symbol for ceph_readdirAnoop C S1-2/+0
2024-11-03vfs_ceph_new: log open-flags upon release-fhShachar Sharon1-1/+6
2024-11-03vfs_ceph_new: improved vfs-opers loggingShachar Sharon1-12/+49
2024-11-03vfs_ceph_new: improved mount loggingShachar Sharon1-13/+44
2024-11-03vfs_ceph_new: improve mount cache-entry addShachar Sharon1-8/+9
2024-11-03vfs_ceph_new: improve mount cache-entry ref-countShachar Sharon1-13/+22
2024-11-03vfs_ceph_new: avoid setting errno in cephmount_cache_updateShachar Sharon1-1/+0
2024-11-03vfs_ceph_new: refactor error-case in cephmount_mount_fsShachar Sharon1-16/+20
2024-10-25smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_openRalph Boehme1-1/+1
2024-10-25smbd: remove seperate flag FSP_POSIX_FLAGS_PATHNAMESRalph Boehme1-1/+1
2024-10-25smbd: remove "fruit:posix_rename"Ralph Boehme1-13/+0
2024-10-25vfs_ceph_new: switch to ceph_readdir_rShachar Sharon1-11/+47
2024-10-07vfs_glusterfs: Retrieve fs capabilities using vfs_get_fs_capabilitiesAnoop C S1-7/+1
2024-10-07vfs_ceph_new: Retrieve fs capabilties using vfs_get_fs_capabilitiesAnoop C S1-3/+1
2024-10-07vfs_ceph_new: Populate fs capabilities within vfs_ceph_statvfsAnoop C S1-0/+3
2024-10-07vfs_ceph: Retrieve fs capabilties using vfs_get_fs_capabilitiesAnoop C S1-4/+1
2024-10-07vfs_ceph: Populate fs capabilities within cephwrap_statvfsAnoop C S1-0/+3
2024-10-07vfs_default: Retrieve fs capabilites using vfs_get_fs_capabiltiesAnoop C S1-66/+1
2024-10-02lib: Factor out ADD_TO_MALLOC_ARRAY()Volker Lendecke2-4/+5
2024-10-02shadow_copy2: Ignore VFS_OPEN_HOW_WITH_BACKUP_INTENTChristof Schmitt1-1/+1
2024-09-20lib: Avoid unused includesVolker Lendecke1-1/+0
2024-09-20vfs: Simplify capdecode() with hex_byte()Volker Lendecke1-23/+1
2024-09-20vfs: Simplify capencode() with nybble_to_hex_lower()Volker Lendecke1-4/+2
2024-09-20libsmb: Use nybble_to_hex_upper() in virusfilter_url_quote()Volker Lendecke1-3/+2
2024-09-19vfs_error_inject: add 'error_inject:durable_reconnect = st_ex_nlink'Stefan Metzmacher1-0/+76
2024-09-12wscript_build: Do not link vfs_ceph_new against libcephfsAnoop C S1-1/+1
2024-09-12vfs_ceph_new: Use function pointers for API callsAnoop C S1-200/+202
2024-09-12vfs_ceph_new: Pass module config to userperm helpersAnoop C S1-21/+28
2024-09-12vfs_ceph_new: Hold a config reference in vfs_ceph_fhAnoop C S1-0/+2
2024-09-12vfs_ceph_new: Call vfs_ceph_userperm_new with handle->connAnoop C S1-12/+11
2024-09-12vfs_ceph_new: Populate function pointers with addressesGuenther Deschner1-0/+60
2024-09-12vfs_ceph_new: Add required function pointers to configGuenther Deschner1-0/+50
2024-09-12vfs_ceph_new: Dynamically open library for 'proxy' modeGuenther Deschner1-0/+48
2024-09-12vfs_ceph_new: Introduce new parametric option 'proxy'Guenther Deschner1-0/+29
2024-09-12vfs_ceph_new: Add a new struct to hold ceph module configGuenther Deschner1-86/+341
2024-09-11vfs_ceph_new: implement DFS hooks using libcephfs low-level APIsShachar Sharon1-131/+126
2024-08-30vfs_ceph_new: handle case of readlinkat with empty name stringShachar Sharon1-11/+22
2024-08-21vfs_ceph_new: add missing newline in debug-loggingShachar Sharon1-1/+1
2024-08-21s3:vfs_default: implement VFS_RENAME_HOW_NO_REPLACE in vfswrap_renameat()Stefan Metzmacher1-5/+11
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher25-52/+141
2024-08-20vfs_default: implement FSCTL_DUP_EXTENTS_TO_FILE with copy_reflink()Ralph Boehme2-412/+54
2024-08-20smbd: consolidate fs capabilities code in vfswrap_fs_capabilities()Ralph Boehme3-2/+15