Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch ↵ | Alexander Bokovoy | 2008-01-16 | 1 | -7/+13 |
| | | | | | (from http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org> | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 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. | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23228: Merge cleanup to the gpfs module from Tridge. Also potentially disable | Volker Lendecke | 2007-10-10 | 1 | -33/+28 |
| | | | | | gpfs share modes in special situations. This might be split up in several modules later. | ||||
* | r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node | Jim McDonough | 2007-10-10 | 1 | -1/+1 |
| | | | | sharemodes in gpfs. | ||||
* | r20717: Merge sharemode patch from Mathias Dietz <MDIETZ@de.ibm.com>. | Jim McDonough | 2007-10-10 | 1 | -4/+9 |
| | | | | | The patch fixes the behaviour of GPFS sharemodes when the access mask is no_access. | ||||
* | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 2007-10-10 | 1 | -0/+231 |
the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter. |