summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-10s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher1-2/+2
2012-01-12s3: Split a line with 1 statementsVolker Lendecke1-1/+2
2011-12-15s3:vfs fix up vfs_gpfs after function pointer renamesChristian Ambach1-25/+25
2011-11-24s3:vfs:gpfs fix some compiler warningsChristian Ambach1-3/+3
2011-11-24s3:vfs:gpfs convert syncio parameterChristian Ambach1-2/+11
2011-05-16gpfs.so: Add gpfs:syncio optionGregor Beck1-0/+13
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-5/+5
2011-05-04vfs_gpfs: Block sendfile for offline filesVolker Lendecke1-0/+12
2011-05-04vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke1-5/+12
2011-04-26s3:vfs use gpfs_lib_initChristian Ambach1-0/+3
2011-04-18s3: Fix the build of vfs_gpfs.cVolker Lendecke1-0/+1
2011-04-05s3/vfs_gpfs: s/syncops/gpfsBjörn Jacke1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+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: GPFS can't deal with mangled namesVolker Lendecke1-0/+7
2011-02-25s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke1-1/+2
2011-02-23s3: Improve an error msg in vfs_gpfsVolker Lendecke1-1/+2
2011-01-21s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell1-1/+11
2010-12-17s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke1-2/+8
2010-10-27s3: Make gpfs winattrs work againVolker Lendecke1-7/+31
2010-10-13s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach1-0/+13
2010-10-13s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach1-8/+64
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-4/+4
2009-10-06s3: Add access_mask to the flock VFS callAbhidnya P Chirmule1-3/+3
2009-09-24s3: Forgot to check in one build failure for vfs_gpfs.cVolker Lendecke1-1/+1
2009-09-24s3: Remove an unused variableVolker Lendecke1-1/+0
2009-09-24s3: Make the vfs_gpfs compile at leastVolker Lendecke1-19/+23
2009-09-17To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule1-0/+42
2009-08-19Make refusal of SEC_DESC_DACL_PROTECTED configurableVolker Lendecke1-1/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-84/+21
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-10/+23
2009-07-14reject ACLs with DESC_DACL_PROTECTED on GPFSChristian Ambach1-0/+5
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-10/+26
2009-06-02Support getting gpfs birthtimeVolker Lendecke1-0/+68
2009-06-02Store winattrs in GPFSMathias Dietz1-0/+99
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-2/+2
2009-05-20Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke1-5/+1
2009-05-20Fix bug disclosed by lock8 torture testVolker Lendecke1-0/+17
2009-04-06Make some functions static to vfs_gpfs.cVolker Lendecke1-14/+14
2009-04-06Fix two c++ warnings in vfs_gpfs.cVolker Lendecke1-2/+2
2009-03-04Make use of gpfs_get_real_filename optionalVolker Lendecke1-0/+5
2008-12-10Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke1-0/+61
2008-12-10Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke1-55/+50
2008-12-10Revert "Fix some merge omissions for GPFS"Volker Lendecke1-11/+2
2008-12-10Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke1-50/+55
2008-12-10Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke1-61/+0
2008-12-10Revert "Fix the build"Volker Lendecke1-0/+9
2008-12-10Fix the buildVolker Lendecke1-9/+0