summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_streams_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-02-251-2/+13
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-091-1/+2
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-2/+2
* s3: Remove rendundant op_tuple entry in xattr streamsTim Prouty2009-01-091-2/+0
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-041-11/+0
* s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher2008-12-011-1/+1
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-011-0/+65
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-011-1/+142
* Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison2008-11-211-34/+34
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-211-34/+34
* Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-211-19/+51
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-211-1/+60
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Hide streams from the EA APIVolker Lendecke2008-01-221-8/+6
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-211-10/+3
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-0/+4
* Fix valgrind errorsVolker Lendecke2008-01-201-2/+2
* Do not use an unfinished fsp in streams_xattr_openVolker Lendecke2008-01-201-1/+1
* In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke2008-01-201-1/+2
* Add some DEBUGVolker Lendecke2008-01-201-0/+12
* For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke2008-01-201-4/+4
* Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke2008-01-201-15/+20
* vfs_streams_xattr moduleVolker Lendecke2008-01-191-0/+672