summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* AddressSanitizer: Initialize for vfs_fruit.cGarming Sam2016-07-251-1/+1
* vfs_gpfs: Retry getacl with DAC capability if necessaryChristof Schmitt2016-07-251-2/+28
* s3: vfs: ceph: Add posix acl supportYan, Zheng2016-07-242-47/+9
* s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng2016-07-244-517/+559
* s3: smbd: vfs: Remove any stale xattr values during file/directory create in ...Jeremy Allison2016-07-231-0/+101
* vfs_acl_xattr: objects without NT ACL xattrRalph Boehme2016-07-191-39/+5
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-0/+108
* s3-vfs/snapper: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-4/+4
* lib: Move msghdr to lib/util/Volker Lendecke2016-06-071-1/+1
* Efficient xattr handling for VxFS Signed-off-by: Abhidnya Joshi <Abhidnya.Jos...Abhidnya Joshi2016-06-034-14/+415
* vfs_fake_dfq - remove support for generating EDQUOTUri Simchoni2016-06-011-5/+0
* vfs_fake_dfq: add more mocking optionsUri Simchoni2016-05-271-1/+14
* s3: VFS: Map process-associated lock operation to open file description lock ...Jeremy Allison2016-05-211-0/+16
* s3: lib: Add 'int op' parameter to fcntl_getlock().Jeremy Allison2016-05-211-1/+2
* vfs_fruit: Fix a few signed/unsigned mixupsVolker Lendecke2016-05-191-6/+8
* vfs_fileid: Fix a signed/unsigned mixupVolker Lendecke2016-05-191-1/+1
* s3:modules/vfs_snapper squelch -O3 compile warningChristian Ambach2016-05-131-1/+1
* s3:vfs:preopen: fix O3 error unused result of writeMichael Adam2016-05-131-1/+2
* s3:vfs:aio_fork: fix O3 error unused result of writeMichael Adam2016-05-131-1/+1
* vfs_fruit: add an option that allows disabling POSIX rename behaviourRalph Boehme2016-05-051-1/+5
* Fix formatting issue on 32bit with _FILE_OFFSET_BITS == 64Douglas Bagnall2016-05-031-3/+2
* vfs_catia: Fix bug 11827, memleakVolker Lendecke2016-04-111-3/+3
* vfs_catia: Align loop index with terminatorVolker Lendecke2016-04-111-1/+1
* vfs_time_audit: Assert that all VFS functions are implementedChristof Schmitt2016-04-061-0/+2
* vfs_full_audit: Assert that all VFS functions are implementedChristof Schmitt2016-04-061-3/+7
* s3: vfs: time_audit. Add missing audit_file().Jeremy Allison2016-04-051-1/+31
* s3: vfs: time_audit: Add get/fget/set/fset dos_attributes functions.Jeremy Allison2016-04-051-6/+95
* s3: vfs: time_audit. Add missing fsctl().Jeremy Allison2016-04-051-1/+38
* s3: vfs: time_audit. Add missing get_dfs_referrals().Jeremy Allison2016-04-051-1/+21
* s3: vfs: Sort vfs function entries in vfs_time_audit.Jeremy Allison2016-04-051-8/+17
* s3: vfs: full_audit. Implement missing durable_XXX functions.Jeremy Allison2016-04-051-18/+76
* s3: vfs: full_audit. Add audit_file_fn().Jeremy Allison2016-04-051-5/+23
* s3: vfs: full_audit. Add missing fsctl_fn().Jeremy Allison2016-04-051-5/+32
* s3: vfs: full_audit. Add missing get_dfs_referrals_fn().Jeremy Allison2016-04-051-6/+17
* s3: vfs: full_audit. Sort vfs fn list and add comments on missing entries.Jeremy Allison2016-04-051-16/+53
* vfs_gpfs: Remove xattr functionsChristof Schmitt2016-04-011-160/+0
* vfs_gpfs: Implement new dos_attributes vfs functionsChristof Schmitt2016-04-011-0/+184
* vfs_glusterfs: call clock_gettime_mono() only on profile-enabled buildUri Simchoni2016-03-291-4/+5
* vfs_aio_fork: call clock_gettime_mono() only on profile-enabled buildUri Simchoni2016-03-281-2/+3
* vfs_aio_linux: call clock_gettime_mono() only on profile-enabled buildUri Simchoni2016-03-281-4/+5
* s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2016-03-272-0/+126
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-245-6/+6
* s3: vfs: vfs_acl_tdb. Remove use of vfs_stat_smb_basename().Jeremy Allison2016-03-241-3/+5
* s3: vfs: recycle. Remove use of vfs_stat_smb_basename().Jeremy Allison2016-03-241-3/+5
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-247-10/+10
* s3: vfs: Remove use of lp_posix_pathnames() below the VFS.Jeremy Allison2016-03-241-3/+10
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-2419-77/+170
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+1
* s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-241-5/+7
* s3:smbd: Fix build for vfs_afsacl.c.Jeremy Allison2016-03-241-13/+6