smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename
[samba.git] / source3 / include / vfs.h
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmes3/vfs: change VFS interface comment to be a single...
2020-05-05 Ralph Boehmesmbd: realign smb_vfs_call_get_real_filename() args
2020-04-29 Ralph Boehmesmbd: add previous version timestamp to struct smb_filename
2020-04-03 Ralph Boehmesmbd: move files_struct.lock_failure_seen to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.backup_intent to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_triggered...
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-03-31 Ralph Boehmesmbd: remove struct privilege_paths
2020-03-30 Jeremy Allisons3: smbd: RIP smb_filename->original_lcomp.
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-23 Jeremy Allisons3: VFS: Remove deferred_close from struct files_struct.
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-01-13 Ralph Boehmesmbd: add session to struct smb_request
2020-01-10 Jeremy Allisons3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
2020-01-08 Christof Schmittvfs_not_implemented: Rename argument for flock function
2020-01-08 Christof Schmittvfs: Rename argument for kernel_flock function
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: Add SMB_VFS_UNLINKAT().
2019-09-17 Volker Lendeckesmbd: Make "share_mode_flags" 16-bit wide
2019-09-17 Volker Lendeckesmbd: Let fsp_lease_type() look at leases.tdb
2019-09-17 Volker Lendeckevfs: Make "fd_handle->gen_id" 64-bit everywhere
2019-09-11 Stefan Metzmachersmbd: rename [un]become_user*() to [un]become_user_with...
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-09-11 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKDIR...
2019-09-11 Jeremy Allisons3: VFS: Add SMB_VFS_MKDIRAT().
2019-09-03 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_SYMLINK...
2019-09-03 Jeremy Allisons3: VFS: Add SMB_VFS_SYMLINKAT().
2019-08-23 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_READLINK...
2019-08-23 Jeremy Allisons3: VFS: Add SMB_VFS_READLINKAT().
2019-08-22 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKNOD...
2019-08-22 Jeremy Allisons3: VFS: Add SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_LINK(...
2019-08-20 Jeremy Allisons3: VFS: Add SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_RENAME...
2019-08-16 Jeremy Allisons3: VFS: Add SMB_VFS_RENAMEAT().
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-08-06 Volker Lendeckesmbd: Remove "share_access" from files_struct
2019-07-04 Volker Lendeckesmbd: Add file_has_read_lease()
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3: add st_ex_file_id to struct stat_ex
2019-07-01 Ralph Boehmes3: add st_ex_itime to struct stat_ex
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2019-07-01 Ralph Boehmes3: remove unused st_ex_mask from struct stat_ex
2019-06-20 Volker Lendeckesmbd: Remove struct blocking_lock_record
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-06-20 Volker Lendeckesmbd: Base smb2_lock.c on tevent_req
2019-06-20 Volker Lendeckesmbd: Add smbd_smb1_do_locks_send/recv()
2019-06-18 Volker Lendeckesmbd: Add a explanation for num_aio_requests
2019-01-11 Ralph BoehmeRevert "smbd: add an effective connection_struct->user_...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2019-01-11 Ralph BoehmeRevert "s3: vfs: add smb_vfs_ev_glue"
2019-01-11 Ralph BoehmeRevert "s3: vfs: add user_vfs_evg to connection_struct"
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SE...
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-25 Stefan Metzmachers3:modules: add vfs_not_implemented module
2018-07-25 Ralph Boehmes3: vfs: add user_vfs_evg to connection_struct
2018-07-25 Ralph Boehmes3: vfs: add smb_vfs_ev_glue
2018-07-25 Ralph Boehmes3: vfs: bump to version 40, Samba 4.10 will ship with...
2018-07-24 Ralph Boehmes3: vfs: bump to version 39, Samba 4.9 will ship with...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: remember that the tcon completely setup connectio...
2018-05-25 Christof Schmittsmbd: Move dfree_info struct
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_WRITE() function and all implem...
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_READ() function and all impleme...
2018-05-01 Jeremy Allisons3: VFS: Remove fsync_fn() from the VFS and all modules...
2018-05-01 Jeremy Allisons3: VFS: Add a synchronous smb_vfs_fsync_sync() call...
2018-01-13 Stefan Metzmachers3:vfs: remove unused smb_vfs_call_{is,set}_offline...
2017-12-05 David Disseldorpvfs: return type via VFS_ADD_FSP_EXTENSION
2017-11-11 Uri Simchonivfs: remove SMB_VFS_INIT_SEARCH_OP
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-03 Ralph Boehmes3/smbd: remove unneeded flags argument from SMB_VFS_OF...
next