summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison1-4/+5
2010-12-03posix_fallocate() returns an errno, not -1 on error.Jeremy Allison1-1/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison1-0/+26
2010-06-09s3: fix calculation of st_blocks in streams_xattrBjörn Jacke1-3/+3
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+1
2009-10-16Add comment explaining about symlink following & posix.Jeremy Allison1-1/+6
2009-09-16s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke1-2/+1
2009-09-16s3: Add some debugs to streams_xattrVolker Lendecke1-0/+6
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-2/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-27/+13
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-16/+9
2009-07-08s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty1-9/+12
2009-07-06s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty1-7/+9
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-19/+24
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-58/+36
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-62/+98
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-34/+83
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-27/+27
2009-02-25Fix use of streams modules with CIFSFS client.Jeremy Allison1-2/+13
2009-02-09s3 vfs: Add a destructor to the fsp extension data APITim Prouty1-1/+2
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-2/+2
2009-01-09s3: Remove rendundant op_tuple entry in xattr streamsTim Prouty1-2/+0
2009-01-04s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty1-11/+0
2008-12-01s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher1-1/+1
2008-12-01s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher1-0/+65
2008-12-01s3:streams_xattr: add support for renaming streamsStefan Metzmacher1-1/+142
2008-11-21Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison1-34/+34
2008-11-21Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison1-34/+34
2008-11-21Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison1-19/+51
2008-11-21Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison1-1/+60
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-1/+1
2008-01-22Hide streams from the EA APIVolker Lendecke1-8/+6
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke1-10/+3
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-0/+4
2008-01-20Fix valgrind errorsVolker Lendecke1-2/+2
2008-01-20Do not use an unfinished fsp in streams_xattr_openVolker Lendecke1-1/+1
2008-01-20In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke1-1/+2
2008-01-20Add some DEBUGVolker Lendecke1-0/+12
2008-01-20For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke1-4/+4
2008-01-20Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke1-15/+20
2008-01-19vfs_streams_xattr moduleVolker Lendecke1-0/+672