summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2011-03-14s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke1-2/+9
2011-03-14s3: This module needs rewriting...Volker Lendecke1-1/+1
2011-03-02s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke1-0/+7
2011-03-02s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke1-0/+31
2011-03-02s3: Announce HSM in the gpfs moduleVolker Lendecke1-0/+23
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke4-3/+26
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke4-5/+40
2011-03-02s3: Fix operation names in vfs_full_audit.cVolker Lendecke1-2/+2
2011-03-02s3: GPFS can't deal with mangled namesVolker Lendecke1-0/+7
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-28s3: Survive an idle child that was killedChristian Ambach1-0/+6
2011-02-26s3: Improve a dbg msg in aio_forkVolker Lendecke1-4/+7
2011-02-25s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke1-1/+2
2011-02-25s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner1-2/+2
2011-02-23Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-1/+3
2011-02-23s3-proto: remove some prototypes of non-existing functions.Günther Deschner1-3/+0
2011-02-23s3: Improve an error msg in vfs_gpfsVolker Lendecke1-1/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett8-27/+27
2011-02-19vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2-4/+7
2011-02-18s3:vfs:syncops add option to disable metasync per shareChristian Ambach1-4/+14
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett3-5/+13
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-58/+58
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2-3/+3
2011-02-09Correctly plumb in VFS_FDOPENDIR.Jeremy Allison1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison7-0/+203
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2-2/+2
2011-02-05Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison1-4/+4
2011-02-02s3: Remove superfluous ;Günther Deschner2-4/+4
2011-02-01s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke1-4/+14
2011-01-31s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner1-1/+1
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke1-0/+4
2011-01-26s3-modules: Fixed the for-loop code block.Andreas Schneider1-0/+1
2011-01-21s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam1-2/+2
2011-01-21s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke1-0/+4
2011-01-21s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell1-1/+11
2011-01-20Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison1-19/+1
2011-01-14s3:vfs aio_fork children do not go awayChristian Ambach1-1/+13
2011-01-14s3:vfs fix children cleanup in aio_forkChristian Ambach1-0/+1
2011-01-13Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2-1/+6
2011-01-08s3: Fix some warnings in the zfsacl moduleVolker Lendecke1-15/+15
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-1/+1
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-2/+3
2010-12-19s3: Did I say this module is from hell?Volker Lendecke1-1/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison4-23/+34
2010-12-17s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke1-2/+8
2010-12-16Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison1-13/+20
2010-12-15Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.Jeremy Allison1-1/+5
2010-12-03Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison1-12/+2
2010-12-03posix_fallocate() returns an errno, not -1 on error.Jeremy Allison1-1/+1
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison1-22/+4