smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_fileid.c
2022-07-05 Stefan Metzmachers3:vfs_fileid: add 'fileid:nolock_all_inodes = BOOL'
2022-07-05 Stefan Metzmachers3:vfs_fileid: add 'fileid:nolock_all_dirs = BOOL'
2022-07-05 Stefan Metzmachers3:vfs_fileid: introduce 'fileid:nolock_paths'
2022-07-05 Stefan Metzmachers3:vfs_fileid: introduce 'fileid:nolock_max_slots'
2022-07-05 Stefan Metzmachers3:vfs_fileid: also imply the generic nolock logic...
2022-07-05 Stefan Metzmachers3:vfs_fileid: also handle 'fsname_nodirs' via fileid_i...
2022-07-05 Stefan Metzmachers3:vfs_fileid: always add the 'nolock' behavior via...
2022-07-05 Stefan Metzmachers3:vfs_fileid: introduce algorithm 'next_module'
2022-07-05 Stefan Metzmachers3:vfs_fileid: maintain an array of nolock inodes
2022-07-05 Stefan Metzmachers3:vfs_fileid: move to a single mapping_fn() returning...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-09-25 Ralph Boehmevfs_fileid: add "fsname_norootdir_ext" option
2019-09-24 Ralph Boehmevfs_fileid: add extid mapping hooks
2019-01-17 Ralph Wuerthnervfs_fileid: fix fsname_norootdir algorithm
2019-01-15 Ralph Wuerthnervfs_fileid: fix get_connectpath_ino
2018-01-21 Volker Lendeckevfs_fileid: Fix the 32-bit build
2018-01-08 Ralph Boehmevfs_fileid: fix a use after free
2018-01-06 Ralph Boehmevfs_fileid: add fileid:algorithm = fsname_norootdir
2018-01-05 Ralph Boehmevfs_fileid: add fileid:nolockinode parameter
2018-01-05 Ralph Boehmevfs_fileid: add fileid:algorithm = fsname_nodirs
2018-01-05 Ralph Boehmevfs_fileid: add fileid:algorithm = hostname
2018-01-05 Ralph Boehmevfs_fileid: convert dev argument of the device_mapping_...
2018-01-05 Ralph Wuerthnervfs_fileid: add "fstype/mntdir deny/allow list" option
2018-01-05 Ralph Boehmevfs_fileid: preserve errno in an error code path
2018-01-05 Ralph Boehmevfs_fileid: add a DEBUG message to log dev and inode
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-08-25 Andreas Schneiders3:modules: Avoid setting the sign bit to 1.
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-05-19 Volker Lendeckevfs_fileid: Fix a signed/unsigned mixup
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
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-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Stefan Metzmachers3:vfs_fileid: readd "fileid:algorithm" as option.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-13 Andrew Tridgellkeep compatibility with v3-0-ctdb name for fileid:mappi...
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2007-10-10 Stefan Metzmacherr24302: add a module that overloads the file_id_create...