summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2020-06-031-3/+6
* smbd: RIP conn->origpathRalph Boehme2020-05-301-1/+0
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-211-6/+1
* vfs: add SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+19
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+4
* smbd: add flag "is_dirfsp" to the fsp_flagsRalph Boehme2020-05-211-0/+1
* vfs: add dirfsp to struct files_structRalph Boehme2020-05-211-0/+2
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-3/+1
* s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2020-05-071-16/+1
* s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2020-05-071-0/+19
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-051-3/+5
* smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme2020-05-051-3/+5
* s3/vfs: change VFS interface comment to be a single multi-line commentRalph Boehme2020-05-051-267/+269
* smbd: realign smb_vfs_call_get_real_filename() argsRalph Boehme2020-05-051-2/+4
* smbd: add previous version timestamp to struct smb_filenameRalph Boehme2020-04-291-0/+1
* smbd: move files_struct.lock_failure_seen to a bitfieldRalph Boehme2020-04-031-1/+20
* smbd: move files_struct.closing to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.use_ofd_locks to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.backup_intent to a bitfieldRalph Boehme2020-04-031-2/+1
* smbd: move files_struct.is_sparse to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.delete_on_close to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.initial_delete_on_close to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.aio_write_behind to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_write to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_lock to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.write_time_forced to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.update_write_time_on_close to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.update_write_time_triggered to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.kernel_share_modes_taken to a bitfieldRalph Boehme2020-04-031-1/+3
* smbd: remove struct privilege_pathsRalph Boehme2020-03-311-7/+0
* s3: smbd: RIP smb_filename->original_lcomp.Jeremy Allison2020-03-301-1/+1
* vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2020-03-241-12/+1
* s3: VFS: Remove deferred_close from struct files_struct.Jeremy Allison2020-03-231-10/+3
* s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-181-0/+19
* smbd: add session to struct smb_requestRalph Boehme2020-01-131-0/+7
* s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().Jeremy Allison2020-01-101-0/+17
* vfs_not_implemented: Rename argument for flock functionChristof Schmitt2020-01-081-1/+1
* vfs: Rename argument for kernel_flock functionChristof Schmitt2020-01-081-2/+2
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-0/+1
* smbd: Remove write cacheVolker Lendecke2019-11-131-1/+1
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-12/+1
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-6/+2
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+7
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-7/+1
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+13
* smbd: Make "share_mode_flags" 16-bit wideVolker Lendecke2019-09-171-1/+1
* smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke2019-09-171-0/+8