Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | Support getting gpfs birthtime | Volker Lendecke | 1 | -0/+13 | |
2009-06-02 | Store winattrs in GPFS | Mathias Dietz | 1 | -0/+41 | |
1. Store win attributes in gpfs instead of posix bits. 2. use of path based winattr calls of gpfs. Signed-off-by: Mathias Dietz <mdietz@de.ibm.com> | |||||
2009-03-04 | Make use of gpfs_get_real_filename optional | Volker Lendecke | 1 | -1/+5 | |
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 1 | -0/+25 | |
(cherry picked from commit b37684ffcec4ba0beada55d37bcaf4f5e79bcd58) Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2008-12-10 | s3:modules/gpfs: Fix nonempty blank lines | Volker Lendecke | 1 | -2/+2 | |
2008-12-10 | Revert "Fix some merge omissions for GPFS" | Volker Lendecke | 1 | -5/+5 | |
This reverts commit a0efc4cffbd84898c454d27eaf946d073dfdad0f. This one should have been done with careful cherry-picks, sorry. Volker | |||||
2008-12-10 | Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert" | Volker Lendecke | 1 | -25/+0 | |
This reverts commit b37684ffcec4ba0beada55d37bcaf4f5e79bcd58. | |||||
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 1 | -0/+25 | |
2008-12-10 | Fix some merge omissions for GPFS | Volker Lendecke | 1 | -5/+5 | |
2008-11-24 | Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so | Mathias Dietz | 1 | -47/+45 | |
As of GPFS 3.2.1 PTF8 libgpfs will be available as GPL, so we don't need the special libgpfs_gpl lib anymore. For backwards compatibility with pre-PTF8 GPFS installations, still look there. | |||||
2008-11-01 | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 1 | -8/+8 | |
2008-01-16 | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch ↵ | Alexander Bokovoy | 1 | -7/+13 | |
(from http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 1daad835cbfb4615a8fe7a241f4d578f7e69f214) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23228: Merge cleanup to the gpfs module from Tridge. Also potentially disable | Volker Lendecke | 1 | -33/+28 | |
gpfs share modes in special situations. This might be split up in several modules later. (This used to be commit 553fe9245165ce4a14902daa722935c94ff32d61) | |||||
2007-10-10 | r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node | Jim McDonough | 1 | -1/+1 | |
sharemodes in gpfs. (This used to be commit 61841b225c2a09dcdb4b1242cb0ad0429ec1948e) | |||||
2007-10-10 | r20717: Merge sharemode patch from Mathias Dietz <MDIETZ@de.ibm.com>. | Jim McDonough | 1 | -4/+9 | |
The patch fixes the behaviour of GPFS sharemodes when the access mask is no_access. (This used to be commit 799967c66879b4d6e28f1af6ba27c67f0b1deaeb) | |||||
2007-10-10 | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 1 | -0/+231 | |
the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter. (This used to be commit 0620658890fa9c68a9848538728023192319c81a) |