summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: remove a now unnecessary includeRalph Boehme2019-06-211-1/+0
* vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme2019-06-211-7/+6
* vfs_fruit: use fsp and remove syscalls from ad_convert_blank_rfork()Ralph Boehme2019-06-211-24/+12
* vfs_fruit: use VFS function in ad_convert_truncate()Ralph Boehme2019-06-211-6/+4
* vfs_fruit: add VFS handle to ad_convert_truncate()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: use fsp and remove mmap in ad_convert_xattr()Ralph Boehme2019-06-211-24/+5
* vfs_fruit: remove use of mmap() from ad_convert_move_reso()Ralph Boehme2019-06-211-23/+33
* vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FI...Ralph Boehme2019-06-211-26/+77
* vfs_fruit: only do cross protocol locking on non-internal opensRalph Boehme2019-06-211-1/+3
* vfs_fruit: remove a layer of indirectionRalph Boehme2019-06-211-11/+4
* vfs_fruit: pass VFS handle to ad_convert_move_reso()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: remove xattr code from the AppleDouble subsystemRalph Boehme2019-06-211-27/+8
* vfs_fruit: remove now unused AppleDouble code for resource fork in xattrRalph Boehme2019-06-211-67/+3
* vfs_fruit: use stream code for resource fork size calculation in readdir_attr...Ralph Boehme2019-06-211-1/+1
* vfs_fruit: use correct case FRUIT_RSRC_STREAM in readdir_attr_rfork_size()Ralph Boehme2019-06-211-1/+1
* vfs_fruit: ignore AppleDouble files in fruit_unlink()Ralph Boehme2019-06-211-0/+2
* vfs_fruit: add a missing elseRalph Boehme2019-06-211-1/+1
* vfs_fruit: add and use is_adouble_file()Ralph Boehme2019-06-211-5/+22
* vfs_fruit: finally, remove ad_handle from struct adoubleRalph Boehme2019-06-211-2/+0
* vfs_fruit: pass handle to ad_convert_delete_adfile()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: pass handle to ad_convert_finderinfo()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_blank_rfork()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_xattr()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: indentation fixRalph Boehme2019-06-211-2/+2
* vfs_fruit: pass handle to ad_read_rsrc() and all the way downRalph Boehme2019-06-211-9/+12
* vfs_fruit: use proper VFS function in ad_read_meta()Ralph Boehme2019-06-211-1/+3
* vfs_fruit: indentation fixRalph Boehme2019-06-211-1/+1
* vfs_fruit: pass handle to ad_read_meta()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_read()Ralph Boehme2019-06-211-2/+4
* vfs_fruit: pass handle to ad_set()Ralph Boehme2019-06-211-4/+8
* vfs_fruit: pass handle to ad_fset()Ralph Boehme2019-06-211-8/+12
* vfs_fruit: change trigger points of AppleDouble conversionRalph Boehme2019-06-131-21/+40
* vfs_fruit: add a forward declaration for ad_get()Ralph Boehme2019-06-131-0/+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-fruit: add close callGünther Deschner2019-01-141-0/+82
* vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-161-10/+57
* vfs_fruit: move a comment to the right placeRalph Boehme2018-11-161-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