s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * instead...
[sfrench/samba-autobuild/.git] / source3 / include / vfs.h
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-01-26 Uri Simchonivfs: add path parameter to get_quota
2015-12-23 Jeremy Allisons3: smbd: VFS change. Add new field bool posix_pathname...
2015-12-23 Ralph Boehmesmbd: file_struct: factor out POSIX pathname processing...
2015-12-01 Ralph Boehmevfs: remove posix_flags hack, bump interface version...
2015-12-01 Ralph Boehmes3:smbd: file_struct: seperate POSIX directory rename...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-07-07 Volker Lendeckesmbd: Remove SMB_VFS_NOTIFY_WATCH
2015-06-23 Ralph Boehmesmb2:ioctl: support for OS X AAPL copyfile style copy_chunk
2015-05-11 Richard SharpeChange all uses of uint32 to uint32_t in vfs.h. This...
2015-03-31 David Disseldorpvfs: add snapshot create/delete hooks
2015-03-09 David Disseldorpsystem: add hole punch support to sys_fallocate()
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-02-18 David Disseldorps3/vfs: bump interface version number to 33
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Ralph Boehmes3:vfs: add SMB_VFS_READDIR_ATTR()
2014-12-04 Stefan Metzmachers3:vfs.h: add more elements to struct fsp_lease
2014-10-10 Jeremy Allisons3: smbd: Preparation for leases code merge. Ensure...
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: remember smbXsrv_connection for each smb_request
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2013-11-22 David Disseldorpvfs: add [GET/SET]_COMPRESSION hooks
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-26 Volker Lendeckesmbd: Remove the unused fsp->pending_break_messages...
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-01-16 David Disseldorps3-vfs: add copy_chunk vfs hooks
2013-01-09 Jeremy AllisonAdd uint32_t share_access to vuid_cache_entry.
2013-01-09 Jeremy AllisonClean up struct connection_struct, make struct vuid_cac...
2012-10-11 Andrew Bartlettvfs: Remove type parameter from sys_acl_blob_get_{fd...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-09-12 Andrew Bartlettsmbd: Add extra VFS hooks to get the posix ACL as a...
2012-09-10 Christian Ambachs3:smbd Bump the smbd vfs interface version to 30
2012-09-08 Michael Adams3:vfs: add durable VFS operations
2012-09-05 Jeremy AllisonAdd "backup_intent" bool to files_struct.
2012-08-15 Andrew Bartletts3-smbd: Remove sys_acl_*() VFS wrapper functions
2012-07-18 Volker Lendeckes3-smb1: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3-vfs: async fsync
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-07-18 Volker Lendeckes3: Properly handle shutdown with the _send/_recv based aio
2012-07-18 Volker Lendeckes3-vfs: async pread
2012-07-18 Volker Lendeckes3-vfs: async pwrite
2012-07-03 Michael Adams3:vfs: use smbXsrv_open instead of smbXsrv_open0 in...
2012-07-03 Michael Adams3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in...
2012-06-30 Jeremy AllisonAdd uint64_t mid field to the files_struct.
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Stefan Metzmachers3:smbd: remember the request_time on an incoming request
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-06 Michael Adams3:include: change connection_struct->cnum to uint32_t
2012-06-06 Michael Adams3:include: change smb_request->tid to uint32_t
2012-06-06 Stefan Metzmachers3:include: change smb_request->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move struct smb_request to vfs.h
2012-06-06 Stefan Metzmachers3:include: change files_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: change connection_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:includes: change vuid_cache_entry->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move some prototypes (e.g. smb_register_vfs...
2012-06-06 Stefan Metzmachers3:include: move struct smb_filename to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_file_time to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct connection_struct (and sub...
2012-06-06 Stefan Metzmachers3:include: move struct stream_struct to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct fd_handle/files_struct to vfs.h
2012-06-06 Stefan Metzmachers3:includes: move union unid_t to vfs.h
2012-05-03 Christian Ambachs3:vfs fix compiler warning
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-08-05 Volker Lendeckes3: Fix some nonempty blank lines
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-10 Jeremy AllisonBump the smbd vfs interface version to 29. Samba 3...
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-04-23 Stefan Metzmachers3:include/vfs.h: remove very old hints for vfs modules...
2011-04-23 Stefan MetzmacherRevert "s3-vfs: another attempt to fix the Tru64 build."
2011-04-21 Günther Deschners3-vfs: another attempt to fix the Tru64 build.
2011-04-21 Günther DeschnerRevert "s3-vfs: try to fix the Tru64 build."
2011-04-21 Günther Deschners3-vfs: try to fix the Tru64 build.
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-03-01 Andrew Bartletts3-build __FUNCTION__ is always available, always use it
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
next