summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2024-08-08vfs_ceph_new: use 'ceph_new' for config-param prefixShachar Sharon1-6/+7
2024-08-07vfs_ceph_new: handle errno properly for 'readdir'Shachar Sharon1-6/+7
2024-08-07vfs_ceph{_new}: do not set errno upon successful call to libcephfsShachar Sharon2-4/+0
2024-08-06vfs: Fix a DBG messageVolker Lendecke1-1/+1
2024-08-05vfs_ceph_new: Unconditionally use ceph_select_filesystemAnoop C S1-18/+1
2024-07-31lib: Remove "token" parameter from set_namearrayVolker Lendecke1-2/+0
2024-07-29vfs_ceph_new: common prefix to debug-log messagesShachar Sharon1-6/+6
2024-07-29vfs_ceph_new: debug-log upon libcephfs low-level callsShachar Sharon1-1/+117
2024-07-29vfs_ceph_new: use low-level APIs for xattr opsShachar Sharon1-54/+263
2024-07-29vfs_ceph_new: use low-level APIs for mknodatShachar Sharon1-13/+43
2024-07-29vfs_ceph_new: use low-level APIs for renameatShachar Sharon1-22/+29
2024-07-29vfs_ceph_new: use low-level APIs for linkatShachar Sharon1-26/+48
2024-07-29vfs_ceph_new: use low-level APIs for ftruncate/fallocateShachar Sharon1-14/+47
2024-07-29vfs_ceph_new: use low-level APIs for fsyncShachar Sharon1-2/+15
2024-07-29vfs_ceph_new: use low-level APIs for lseekShachar Sharon1-5/+17
2024-07-29vfs_ceph_new: use low-level APIs for read/writeShachar Sharon1-15/+49
2024-07-29vfs_ceph_new: use low-level APIs for symlink/readlinkShachar Sharon1-57/+75
2024-07-29vfs_ceph_new: use low-level APIs for unlinkatShachar Sharon1-35/+33
2024-07-29vfs_ceph_new: use low-level APIs for fntimesShachar Sharon1-34/+44
2024-07-29vfs_ceph_new: use low-level APIs for fchown/fchmodShachar Sharon1-31/+48
2024-07-29vfs_ceph_new: proper error handling to readdirShachar Sharon1-2/+10
2024-07-29vfs_ceph_new: use low-level APIs for readdir opsShachar Sharon1-3/+17
2024-07-29vfs_ceph_new: use low-level APIs for mkdiratShachar Sharon1-31/+39
2024-07-29vfs_ceph_new: use low-level APIs for fdopendirShachar Sharon1-13/+23
2024-07-29vfs_ceph_new: use low-level APIs for fstatatShachar Sharon1-37/+46
2024-07-29vfs_ceph_new: use low-level APIs for fstatShachar Sharon1-18/+32
2024-07-29vfs_ceph_new: use low-level APIs for open/closeShachar Sharon1-50/+290
2024-07-29vfs_ceph_new: ref cephmount_cached entry in handle->dataShachar Sharon1-132/+185
2024-07-29vfs_ceph_new: use low-level APIs for lchownShachar Sharon1-1/+33
2024-07-29vfs_ceph_new: use low-level APIs for statfsShachar Sharon1-5/+19
2024-07-29vfs_ceph_new: use low-level APIs for lstatShachar Sharon1-9/+24
2024-07-29vfs_ceph_new: use low-level APIs for statShachar Sharon1-10/+181
2024-07-29vfs_ceph_new: use low-level APIs for disk_freeShachar Sharon1-10/+17
2024-07-29vfs_ceph_new: next iteration of samba-to-cephfs bridgeShachar Sharon2-0/+2013
2024-07-26s3/lib: return error from set_namearray()Ralph Boehme1-9/+18
2024-07-26s3/lib: add per-user support to set_namearray()Ralph Boehme1-0/+2
2024-07-26s3/lib: modernize set_namearray()Ralph Boehme1-3/+6
2024-07-26s3/lib: remove name_compare_entry typedefRalph Boehme1-2/+2
2024-07-16s3:modules: Make nread a size_t and check for possible overflowAndreas Schneider1-3/+4
2024-07-16s3:modules: Move chunk out of the loopAndreas Schneider1-3/+2
2024-07-16s3:modules: Rename thistime to chunkAndreas Schneider1-4/+4
2024-07-12smbd: Show blk and chr devices as nfs reparse pointsVolker Lendecke1-0/+41
2024-07-12smbd: Report sockets as NFS style reparse pointsVolker Lendecke1-0/+20
2024-07-12smbd: Factor out fsctl_get_reparse_point_intVolker Lendecke1-13/+24
2024-07-12smbd: Report FIFOs as NFS style reparse pointsVolker Lendecke1-0/+41
2024-07-12smbd: Turn an if-statement getting reparse points into a switchVolker Lendecke1-1/+5
2024-07-12vfs: xattr calls give EBADF for socketsVolker Lendecke1-5/+5
2024-07-09vfs_ceph: Disable the module on unsupported Ceph versionsAnoop C S1-159/+2
2024-06-28smbd: Fix cached dos attributesVolker Lendecke1-0/+4
2024-06-28vfs: Fix typosVolker Lendecke1-2/+2