summaryrefslogtreecommitdiff
path: root/source3/modules/onefs_streams.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2009-09-24s3: Add more helpful debugging to some of the streams codeTim Prouty1-0/+23
2009-08-27s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher1-0/+3
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-3/+7
2009-07-08s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty1-48/+0
2009-07-07s3 onefs: Fix a few bugs from the smb_filename migrationTim Prouty1-8/+2
2009-07-06s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty1-7/+0
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-10/+27
2009-07-06s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty1-20/+0
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-12/+23
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-33/+45
2009-06-25s3 onefs: Plumb smb_filename through onefs createfile pathTim Prouty1-31/+106
2009-05-28s3 onefs: update the onefs module to be compliant with stat_exTim Prouty1-40/+43
2009-03-03s3 OneFS: Add parameter to ignore streamsTim Prouty1-1/+6
2009-03-01s3 OneFS: Refactor config code and cleanup includesTim Prouty1-0/+3
2009-02-25s3 OneFS: Add .snapshot directory configuration handlingTim Prouty1-1/+1
2009-02-24S3: Add in profile counters for new vfs and syscall entries.todd stecher1-3/+13
2009-02-18s3: Fix streams enumeration bug in OneFS implementationAravind Srinivasan1-0/+13
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-1/+1
2009-02-09s3 OneFS: Fake Timestampstodd stecher1-14/+70
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-4/+4
2009-01-23Modify OneFS module to support new NTIMES interfacestodd stecher1-42/+86
2009-01-11s3: Fix uninitialized variable in OneFS streamsTim Prouty1-2/+5
2009-01-11s3: Add OneFS alternate data streams implementationTim Prouty1-0/+580