summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_ceph: remove ceph_fallocate/ceph_ftruncate fallbackDavid Disseldorp2019-03-051-94/+8
* vfs_ceph: fix strict_allocate_ftruncate()David Disseldorp2019-03-051-2/+4
* vfs_ceph: add missing fallocate hookDavid Disseldorp2019-03-051-0/+17
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-211-10/+4
* s3:vfs: Initialize pid to 0 in test_netatalk_lock()Andreas Schneider2019-02-211-1/+1
* s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code.Jeremy Allison2019-02-211-106/+96
* s3-vfs: Use ENOATTR in errno comparison for getxattrAnoop C S2019-02-053-4/+4
* s3-vfs: add glusterfs_fuse vfs module.Günther Deschner2019-02-052-0/+79
* vfs_glusterfs: Adapt to changes in libgfapi signaturesAnoop C S2019-02-051-0/+19
* vfs_fileid: fix fsname_norootdir algorithmRalph Wuerthner2019-02-051-1/+2
* vfs_fileid: fix get_connectpath_inoRalph Wuerthner2019-02-011-1/+3
* s3-vfs-fruit: add close callGünther Deschner2019-01-141-0/+82
* s3-vfs-streams_xattr: add close callGünther Deschner2019-01-141-0/+26
* vfs_shadow_copy2: in fstat also convert fsp->fsp_name and fsp->base_fsp->fsp_...Ralph Boehme2018-12-131-8/+50
* s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.Günther Deschner2018-12-131-32/+168
* vfs_shadow_copy2: nicely deal with attempts to open previous version for writingRalph Boehme2018-12-131-2/+122
* vfs_shadow_copy2: add shadow_copy2_strip_snapshot_convertedRalph Boehme2018-12-131-0/+16
* vfs_shadow_copy2: add _already_converted arg to shadow_copy2_strip_snapshot_i...Ralph Boehme2018-12-131-8/+24
* vfs_error_inject: add EBADF errorRalph Boehme2018-12-131-0/+1
* vfs_error_inject: add pwriteRalph Boehme2018-12-131-0/+18
* vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme2018-11-281-2/+34
* vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-141-8/+55
* vfs_fruit: move a comment to the right placeRalph Boehme2018-11-141-7/+12
* vfs_fruit: let fruit_open_meta() with O_CREAT return a fake-fdRalph Boehme2018-11-061-93/+72
* vfs_fruit: don't check for delete-on-close on the FinderInfo streamRalph Boehme2018-11-061-72/+1
* vfs_fruit: let fruit_pwrite_meta_stream also ftruncate empty FinderInfoRalph Boehme2018-11-061-12/+18
* vfs_fruit: pass stream size to delete_invalid_meta_stream()Ralph Boehme2018-11-061-3/+12
* vfs_fruit: let fruit handle all aio on the FinderInfo metadata streamRalph Boehme2018-11-061-3/+1
* vfs_fruit: do ino calculationRalph Boehme2018-11-061-2/+48
* vfs_fruit: prepare fruit_pread_meta() for reading on fake-fdRalph Boehme2018-11-061-2/+20
* vfs_fruit: prepare fruit_pwrite_meta() for on-demand opening and writingRalph Boehme2018-11-061-0/+34
* vfs_fruit: prepare struct fio for fake-fd and on-demand openingRalph Boehme2018-11-061-0/+11
* vfs_fruit: add fio->createdRalph Boehme2018-11-061-0/+9
* vfs_fruit: remove resource fork special casingRalph Boehme2018-11-061-8/+0
* vfs_fruit: add some debugging of dev/inoRalph Boehme2018-11-061-2/+11
* vfs_fruit: filter empty streamsRalph Boehme2018-11-061-6/+38
* vfs_fruit: use check on global_fruit_config.nego_aapl for macOS specific beha...Ralph Boehme2018-11-061-1/+2
* vfs_fruit: don't unlink 0-byte size truncated streamsRalph Boehme2018-11-061-7/+0
* vfs_fruit: update handling of read-only creation of resource forkRalph Boehme2018-11-061-20/+3
* vfs_streams_xattr: fix open implementationRalph Boehme2018-11-061-26/+38
* vfs_delay_inject: implement pread_send and pwrite_sendRalph Boehme2018-11-061-0/+262
* vfs_fruit: optionally delete AppleDouble files without Resourcefork dataRalph Boehme2018-11-021-0/+42
* vfs_fruit: add option "delete_empty_adfiles"Ralph Boehme2018-11-021-0/+5
* vfs_fruit: detect empty resource forks in ad_convert()Ralph Boehme2018-11-021-1/+110
* vfs_fruit: add option "wipe_intentionally_left_blank_rfork"Ralph Boehme2018-11-021-0/+5
* vfs_fruit: remove check for number of xattrs from ad_convert_xattrRalph Boehme2018-11-011-4/+0
* vfs_fruit: move check in ad_convert() to ad_convert_*() subfunctionsRalph Boehme2018-10-181-4/+4
* vfs_fruit: make call to ad_convert_truncate() optionalRalph Boehme2018-10-181-3/+5
* vfs_fruit: add out arg "converted_xattr" to ad_convert_xattrRalph Boehme2018-10-181-2/+7
* vfs_fruit: add check for OS X filler in FinderInfo conversionRalph Boehme2018-10-181-0/+6