Jeremy Allison
fbdcf2663b
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
...
to do the upper layer directories but this is what
everyone is waiting for....
Jeremy.
(This used to be commit 9dafb7f48c
)
2007-10-10 11:19:14 -05:00
Jeremy Allison
22dbd67708
r15018: Merge Volker's ipc/trans2/nttrans changes over
...
into 3.0. Also merge the new POSIX lock code - this
is not enabled unless -DDEVELOPER is defined.
This doesn't yet map onto underlying system POSIX
locks. Updates vfs to allow lock queries.
Jeremy.
(This used to be commit 08e52ead03
)
2007-10-10 11:15:57 -05:00
Jeremy Allison
a5b339c799
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
...
Jeremy.
(This used to be commit af85458067
)
2007-10-10 11:05:08 -05:00
Jim McDonough
21a6af31d9
r9091: Fix #2954 , aix 5.1 compile. Stupid aix aio.h header defines aio_error and
...
aio_return as macros...
(This used to be commit 65adbd83fe
)
2007-10-10 11:00:25 -05:00
Jeremy Allison
242f8041fb
r9073: Fixing up please-add-me typos in stupid, over-designed stackable
...
vfs interface.
Jeremy.
(This used to be commit 0017247467
)
2007-10-10 11:00:24 -05:00
Volker Lendecke
3a8af94424
r8093: Next round. Now it compiles with --enable-socket-wrapper.
...
Volker
(This used to be commit 25cbcfba30
)
2007-10-10 10:58:11 -05:00
Jeremy Allison
f2f55d703d
r7963: Add aio support to 3.0.
...
Jeremy.
(This used to be commit 1de27da470
)
2007-10-10 10:58:05 -05:00
Jeremy Allison
ff7e5c2673
r7893: Add in the extra parameters to opendir() to fix the large directory/insane app
...
problem. Rev vfs version. Doesn't change the normal codepath.
Jeremy.
(This used to be commit 0f03a6bdcd
)
2007-10-10 10:58:02 -05:00
Jeremy Allison
c3dc0de8b9
r4879: Fix rewinddir -> rewind_dir. Noticed by James Peach.
...
Jeremy
(This used to be commit 79f54d1275
)
2007-10-10 10:55:06 -05:00
Volker Lendecke
9401dca8a6
r3844: Attempt to get the build farm in line. Some systems seem to have defined
...
rewinddir as a macro and don't like the construct to call a function pointer
called rewinddir. Work around by renaming the function pointer...
Volker
(This used to be commit e547308d3e
)
2007-10-10 10:53:20 -05:00
Jeremy Allison
a8caf25bd8
r3644: Fixup examples VFS compile.
...
Jeremy.
(This used to be commit dfa910e4ab
)
2007-10-10 10:53:11 -05:00
Jeremy Allison
c0406ae1b0
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
...
fix the modules too... First step in fixing out large directories
problem.
Jeremy.
(This used to be commit 344e9dd33a
)
2007-10-10 10:53:11 -05:00
Jeremy Allison
0d44747df9
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
...
using pread/pwrite. Modified a little to ensure fsp->pos is correct.
Fix for #889 .
Jeremy.
(This used to be commit 019aaaf0df
)
2004-01-06 01:22:14 +00:00
Jeremy Allison
a83bac7571
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
...
into a patch by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
(This used to be commit ce5c91d35d
)
2003-08-07 21:47:46 +00:00
Jeremy Allison
dff2bf904e
Fixup of typos.
...
Jeremy.
(This used to be commit 99589b8a8f
)
2003-06-06 07:08:21 +00:00
Jeremy Allison
5d609bc9ff
metze noticed some conn elements remaining in a VFS_NEXT.
...
Jeremy.
(This used to be commit b863be794b
)
2003-06-06 06:35:24 +00:00
Jeremy Allison
b61d61dd60
Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c to
...
ensure they are tested.
Jeremy.
(This used to be commit 9ad02a7ba8
)
2003-06-06 06:17:41 +00:00
Jeremy Allison
398ce536e9
Missed (name) arg in fgetxattr.
...
Jeremy.
(This used to be commit f42e164e90
)
2003-06-06 00:45:57 +00:00
Jeremy Allison
6fe5940109
Added EA operations to VFS layer.
...
Jeremy.
(This used to be commit 024de9213e
)
2003-06-06 00:04:27 +00:00
Alexander Bokovoy
07aaa59018
Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte@metzemix.de>
...
(This used to be commit c5e8acd3b7
)
2003-06-04 12:50:07 +00:00
Jeremy Allison
545e8d4999
Change get_nt_acl() to include security_info wanted. Only return this.
...
This gets us closer to W2k+ in what we return for file ACLs. Fix horribly
broken make_sec_desc() that screwed up the size when given a SD with no
owner or group (how did it get this bad... ?).
Jeremy.
(This used to be commit 183c9ed405
)
2003-05-29 23:49:31 +00:00
Alexander Bokovoy
3a12379a84
Fix macros for next and opaque quota ops. Spotted by metze
...
(This used to be commit 46e6621b2e
)
2003-05-19 09:09:37 +00:00
Alexander Bokovoy
bc2a3748e9
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out
...
(This used to be commit c2689ed118
)
2003-05-14 10:59:01 +00:00
Alexander Bokovoy
2018fcd277
Add new files needed for VFS fixes.
...
1. idmap.h is used for unid_t only, agreed by Simo
2. sysquotas.h is used to add quota support to VFS layer and is needed for future NT quota commit
3. vfs_macros.h provides convenient macros to access VFS API.
(This used to be commit 1dd5786359
)
2003-05-11 23:44:26 +00:00