vfs_gpfs: Use ACL defines from GPFS 3.5 header files
[metze/samba/wip.git] / source3 / modules / vfs_gpfs.c
2015-07-08 Christof Schmittvfs_gpfs: Use ACL defines from GPFS 3.5 header files
2015-05-07 Ralph Boehmevfs_gpfs: move failure label before END_PROFILE
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-04-30 Ralph Boehmevfp_gpfs: ensure END_PROFILE is always called
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
2015-04-28 Ralph Wuerthnervfs_gpfs: Fix ENODATA for getacl on .snapshot dirs
2015-04-16 Christof Schmittvfs_gpfs: Remove vfs_gpfs_get_quotas
2015-04-16 Christof Schmittvfs_gpfs: Remove check for fileset quota
2015-03-30 Christof Schmittvfs_gpfs: Remove warning after failure of get_gpfs_fset_id
2015-03-23 Christof Schmittgpfswrap: Move gpfswrap to lib/util
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-03-02 Christof Schmittgpfs: Rename library wrapper to gpfswrap
2015-03-02 Christof Schmittgpfs: Update file headers
2015-03-02 Christof Schmittgpfs: Move DBGC_CLASS definition below includes
2015-03-02 Christof Schmittgpfs: Include gpfs_fcntl.h only from vfs_gpfs header...
2015-03-02 Christof Schmittgpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move get_gpfs_fset_id to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move get_gpfs_quota to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move set_gpfs_lease to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move set_gpfs_sharemode to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_lib_init
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_ftruncate
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_prealloc
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_get_winattrs
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_get_winattrs_path
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_set_winattrs_path
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_get_realfilename_path
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_putacl
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_getacl
2015-03-02 Christof Schmittgpfs: Simplify initialization for gpfs library wrapper
2015-03-02 Christof Schmittgpfs: Always use gpfs_fcntl.h headerfile
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-09-15 Volker Lendeckevfs_gpfs: Fix the build with profiling-data
2014-07-24 Michael Adams3:vfs:gpfs: remove a block and reduce indentation...
2014-07-24 Michael Adams3:vfs:gpfs: remove all writing uses of stat_ex.vfs_pri...
2014-07-24 Michael Adams3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_pri...
2014-07-24 Michael AdamRevert "s3:vfs:gpfs: log when winAttr-garbage is detect...
2014-07-13 Michael Adams3:vfs:gpfs: log when winAttr-garbage is detected ...
2014-07-13 Michael Adams3:vfs:gpfs: fix flapping offline: always get winAttrs...
2014-07-13 Michael Adams3:vfs:gpfs: store the winAttrs in the struct_ex when...
2014-05-15 Ralph Wuerthners3:vfs_gpfs: increase log level for EPERM and EACCES...
2014-04-18 Christof Schmittvfs_gpfs: Avoid warnings in developer build
2014-04-04 Alexander Werthvfs: Store ACL control flags in gpfs vfs module.
2014-03-14 Christian Ambachs3:modules/vfs_gpfs add gpfs:recalls option
2014-02-08 Garming Samparam: rename lp function and variable from "fake_dir_c...
2014-01-08 Christof Schmitts3: Avoid oplock break by storing timestamps with gpfs_...
2013-12-16 Abhidnya Joshis3: Handle stat call with capability in vfs_gpfs
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-01 Ralph WuerthnerEnsure gpfs kernel leases are wrapped in a become_root...
2013-05-14 Volker Lendeckevfs_gpfs: slightly simplify connect()
2013-05-09 Jeremy AllisonFix missing TALLOC_FREE of stackframes.
2013-05-09 Alexander Werthvfs: Fix compile of vfs_gpfs.c.
2013-05-09 Andrew Bartlettvfs: Allocate SMB4ACL_T on an explict memory context
2013-05-09 Andrew Bartlettvfs: Add vfs_handle_struct argument to smb_set_nt_acl_n...
2013-04-17 Volker Lendeckevfs: Convert vfs_gpfs_chmod to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert gpfsacl_emu_chmod to synthetic_smb_fname
2013-02-18 Karolin Seegervfs_gpfs: Fix typos in comments.
2013-02-04 Christian Ambachs3:modules remove gpfs_getacl_alloc
2013-02-04 Christian Ambachs3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_acl
2013-02-04 Christian Ambachs3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_in...
2013-02-04 Christian Ambachs3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_acl
2013-02-04 Christian Ambachs3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helper
2013-02-04 Christian Ambachs3:vfs_gpfs add a generic vfs_gpfs_getacl function
2012-11-28 Stefan Metzmachers3:vfs_gpfs: add no memory check in gpfs2smb_acl()
2012-11-28 Stefan Metzmachers3:vfs_gpfs: make sure we return the correct errno...
2012-11-16 Christian Ambachs3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl
2012-11-16 Christian Ambachs3:vfs_gpfs fix memory corruption in gpfs2smb_acl
2012-11-16 Christian Ambachs3:vfs_gpfs fix memory leak in gpfs_get_nfs4_acl
2012-11-16 Christian Ambachs3:vfs_gpfs fix memory leaks in gpfs_getacl_alloc
2012-10-12 Christian Ambachs3:vfs_gpfs re-indent run-away lines
2012-10-12 Christian Ambachs3:vfs_gpfs fix the build
2012-10-12 Christian Ambachs3:vfs_gpfs remove a trailing space
2012-10-12 Christian Ambachs3:vfs_gpfs skip local flock when gpfs sharemodes are...
2012-10-11 Andrew Bartlettvfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-16 Christian Ambachs3:vfs_gpfs: fix build
2012-08-29 Christof Schmitts3:vfs_gpfs: Use directory not file to get fileset id
2012-08-17 Volker Lendeckes3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.c
2012-08-16 Christian Ambachs3:vfs_gpfs: make sure parameters are set correctly...
2012-08-15 Andrew Bartletts3-smbd: Change allocation of smb_acl_t to talloc()
2012-07-11 Ralph Wuerthners3:vfs_gpfs: fix ACL length calculation
2012-07-11 Christof Schmitts3:vfs_gpfs: Check softquota before gracetime
2012-06-22 Volker Lendeckes3-vfs_gpfs: Fix bug #9003, posix acl on gpfs
2012-06-15 Björn Baumbachs3:vfs_gpfs: add "gpfs:acl" option
2012-05-08 Alexander Werths3:vfs/gpfs: Have inherited deny ACE's show up in ACLs
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-03-22 Christian Ambachs3:vfs_gpfs: fix some compiler warnings
2012-03-22 Christian Ambachs3:vfs_gpfs: remove fallback to linux_setlease
2012-03-22 Christian Ambachs3:vfs_gpfs: correct use of profiling macros
2012-03-22 Christof Schmitts3:vfs_gpfs: Implement fallocate callback for GPFS
2012-03-22 Christof Schmitts3:vfs_gpfs: Report disk space and usage on GPFS share...
2012-02-10 Christian Ambachs3:vfs_gpfs:quieten an expectable warning message
2012-02-10 Christian Ambachs3:vfs_gpfs: fix a compiler warning
2012-02-10 Christof Schmitts3:vfs_gpfs:Fix query of creation time from GPFS
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:getrealfilename" a per share...
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:ftruncate" a per share option
2012-02-10 Stefan Metzmachers3:vfs_gpfs: make "gpfs:winattr" a per share option
2012-02-10 Stefan Metzmachers3:vfs_gpfs: be less verbose in get/set_xattr functions
next