vfs_ceph: fix cephwrap_chdir()
[gd/samba-autobuild/.git] / source3 / modules / vfs_ceph.c
2017-07-21 David Disseldorpvfs_ceph: fix cephwrap_chdir()
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CONNECTPATH to take const struc...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_STATVFS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_GET_QUOTA to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Remove old traces of smb_vfs_call_llistxattr().
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-02-15 David Disseldorpvfs_ceph: add user_id smb.conf parameter
2017-02-15 David Disseldorpvfs_ceph: replace deprecated ceph_shutdown() call
2017-02-15 David Disseldorpvfs_ceph: cleanup mount handle on failure
2016-11-21 Jeff Laytonvfs: ceph: convert to new DBG_* macros
2016-11-20 Jeff LaytonVFS: convert to using ceph_statx structures and functio...
2016-10-11 Ralph Boehmes3/vfs: remove now unused is_offline/set_offline VFS...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-07-24 Yan, Zhengs3: vfs: ceph: Add posix acl support
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-02 Michael Adamvfs:ceph: fix build after opendir signature change.
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-25 Jeremy Allisonvfs:ceph: Fix mkdir_fn to take struct smb_filename...
2016-01-26 Uri Simchonivfs_ceph: do not call disk_norm() on disk_free_fn
2016-01-26 Uri Simchonivfs: add path parameter to get_quota
2015-07-07 Volker Lendeckesmbd: Remove SMB_VFS_NOTIFY_WATCH
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-04-02 Yan, Zhengvfs_ceph: add empty ACL callbacks
2015-04-02 Yan, Zhengvfs_ceph: use 'file descriptor' version xattr functions...
2015-03-19 Yan, Zhengvfs_ceph: remove cephwrap_init_stat_ex_from_stat()
2015-03-19 Yan, Zhengvfs_ceph: fix ntimes_fn callback
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2015-02-16 Yan, Zhengvfs_ceph: fix disk_free_fn callback
2015-01-09 Günther Deschners3-vfs: Fix developer build of vfs_ceph module.
2014-12-08 Jeremy Allisons3: modules: Fix *allocate* calls to follow POSIX error...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-05 Jeremy AllisonFix warnings and one compile error caused by newer...
2013-04-24 Sam LangImplements a vfs module for cephfs, a distributed file...