summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* gpfs.so: Add gpfs:syncio optionGregor Beck2011-05-161-0/+13
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-5/+5
* vfs_gpfs: Block sendfile for offline filesVolker Lendecke2011-05-041-0/+12
* vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke2011-05-041-5/+12
* s3:vfs use gpfs_lib_initChristian Ambach2011-04-261-0/+3
* s3: Fix the build of vfs_gpfs.cVolker Lendecke2011-04-181-0/+1
* s3/vfs_gpfs: s/syncops/gpfsBjörn Jacke2011-04-051-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke2011-03-021-0/+7
* s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke2011-03-021-0/+31
* s3: Announce HSM in the gpfs moduleVolker Lendecke2011-03-021-0/+23
* s3: GPFS can't deal with mangled namesVolker Lendecke2011-03-021-0/+7
* s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke2011-02-251-1/+2
* s3: Improve an error msg in vfs_gpfsVolker Lendecke2011-02-231-1/+2
* s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell2011-01-211-1/+11
* s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke2010-12-171-2/+8
* s3: Make gpfs winattrs work againVolker Lendecke2010-10-271-7/+31
* s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach2010-10-131-0/+13
* s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2010-10-131-8/+64
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-4/+4
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-3/+3
* s3: Forgot to check in one build failure for vfs_gpfs.cVolker Lendecke2009-09-241-1/+1
* s3: Remove an unused variableVolker Lendecke2009-09-241-1/+0
* s3: Make the vfs_gpfs compile at leastVolker Lendecke2009-09-241-19/+23
* To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule2009-09-171-0/+42
* Make refusal of SEC_DESC_DACL_PROTECTED configurableVolker Lendecke2009-08-191-1/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-84/+21
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-10/+23
* reject ACLs with DESC_DACL_PROTECTED on GPFSChristian Ambach2009-07-141-0/+5
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-10/+26
* Support getting gpfs birthtimeVolker Lendecke2009-06-021-0/+68
* Store winattrs in GPFSMathias Dietz2009-06-021-0/+99
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* Make some functions static to vfs_gpfs.cVolker Lendecke2009-04-061-14/+14
* Fix two c++ warnings in vfs_gpfs.cVolker Lendecke2009-04-061-2/+2
* Make use of gpfs_get_real_filename optionalVolker Lendecke2009-03-041-0/+5
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-101-0/+61
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-101-11/+2
* Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke2008-12-101-50/+55
* Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke2008-12-101-61/+0
* Revert "Fix the build"Volker Lendecke2008-12-101-0/+9
* Fix the buildVolker Lendecke2008-12-101-9/+0
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-101-0/+61
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Fix some merge omissions for GPFSVolker Lendecke2008-12-101-2/+11
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2