Age | Commit message (Expand) | Author | Files | Lines |
2009-06-12 | s3: Plumb smb_filename through SMB_VFS_CREATE_FILE | Tim Prouty | 2 | -21/+13 |
2009-06-10 | s3: Remove unix_convert handling from createfile implementations | Tim Prouty | 1 | -30/+4 |
2009-06-02 | Support getting gpfs birthtime | Volker Lendecke | 3 | -0/+82 |
2009-06-02 | Store winattrs in GPFS | Mathias Dietz | 3 | -0/+142 |
2009-06-02 | Add a "connectpath" operation to the shadow_copy2 module | Volker Lendecke | 1 | -0/+54 |
2009-06-02 | Add SMB_VFS_CONNECTPATH operation | Volker Lendecke | 2 | -0/+26 |
2009-05-28 | s3 onefs: update the onefs module to be compliant with stat_ex | Tim Prouty | 8 | -77/+192 |
2009-05-27 | Fix the build of nfs4_acls.c | Volker Lendecke | 1 | -1/+2 |
2009-05-27 | Fix a size_t/int warning | Volker Lendecke | 1 | -1/+1 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 16 | -99/+103 |
2009-05-21 | s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch | Tim Prouty | 1 | -1/+1 |
2009-05-20 | s3: Change unix_convert (and its callers) to use struct smb_filename | Tim Prouty | 1 | -2/+13 |
2009-05-20 | Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me... | Volker Lendecke | 1 | -5/+1 |
2009-05-20 | Fix bug disclosed by lock8 torture test | Volker Lendecke | 1 | -0/+17 |
2009-05-19 | s3 onefs: Removing an incorrect TALLOC_FREE | Aravind Srinivasan | 1 | -1/+0 |
2009-05-18 | Move down the become_root()/unbecome_root() calls into the VFS modules | Volker Lendecke | 1 | -2/+22 |
2009-05-18 | In aio_fork, we have to close all fd's, we might hold a gpfs share mode | Volker Lendecke | 1 | -0/+16 |
2009-05-18 | Fix a race condition in vfs_aio_fork with gpfs share modes | Volker Lendecke | 1 | -2/+8 |
2009-05-12 | s3 onefs: Self-contend level2 oplocks on BRL | Zack Kirsch | 1 | -1/+14 |
2009-05-12 | s3 onefs: Fix ignore sacl parameter | Tim Prouty | 4 | -24/+36 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 2 | -4/+4 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -7/+7 |
2009-05-05 | s3 onefs: Turn up the debug level for non-error cases | tprouty | 1 | -3/+3 |
2009-05-05 | s3: Fix trans2 path to use case-insensitive stat optimization | tprouty | 1 | -2/+6 |
2009-05-05 | s3:onefs.so Change system function names | Steven Danneman | 1 | -4/+4 |
2009-05-04 | s3:onefs.so fix issue with missing entries when enumerating directories | Steven Danneman | 1 | -130/+75 |
2009-04-28 | Fix annoying debug messages when no snapshots are used | Volker Lendecke | 1 | -2/+3 |
2009-04-07 | s3 onefs: Fix case-insensitivity for mangled names | Tim Prouty | 1 | -0/+12 |
2009-04-06 | Make some functions static to vfs_gpfs.c | Volker Lendecke | 1 | -14/+14 |
2009-04-06 | Add prototype for smbd_gpfs_get_realfilename_path | Volker Lendecke | 1 | -0/+2 |
2009-04-06 | Fix two c++ warnings in vfs_gpfs.c | Volker Lendecke | 1 | -2/+2 |
2009-04-01 | s3 onefs: Quiet a log message about oplocks being requested on streams | Tim Prouty | 1 | -21/+16 |
2009-03-31 | s3 onefs: Add missing newlines to debug statements in the onefs module | Tim Prouty | 4 | -15/+16 |
2009-03-31 | s3 onefs: Async failures are resulting in SMB_ASSERT->smb_panic while running... | Zack Kirsch | 1 | -2/+2 |
2009-03-27 | s3: added per-client statistics to onefs perfcount module | Scott Urban | 2 | -23/+38 |
2009-03-27 | Fix the build of nfsv4_acls.c | Volker Lendecke | 1 | -1/+1 |
2009-03-26 | Try and fix the build farm RAW-STREAMS errors. Ordering of | Jeremy Allison | 1 | -2/+2 |
2009-03-25 | Add missing newlines to debug statements | Steven Danneman | 1 | -2/+2 |
2009-03-24 | s3 onefs: Change error status to NT_ACCESS_DENIED for errors in SET_SECURITY_... | David Kwan | 1 | -5/+5 |
2009-03-23 | s3 OneFS: Remove usage of non-existant function | Tim Prouty | 1 | -9/+0 |
2009-03-22 | Use StrCaseCmp in the dirsort module | Volker Lendecke | 1 | -1/+1 |
2009-03-22 | Add dirsort module | Andy Kelk | 1 | -0/+194 |
2009-03-18 | s3 onefs: Correctly error out when the read returns EOF | Tim Prouty | 1 | -5/+9 |
2009-03-13 | s3: Don't return in a void funtion | Tim Prouty | 1 | -1/+1 |
2009-03-13 | s3 OneFS: Add kernel strict locking support | Dave Richards | 3 | -10/+95 |
2009-03-13 | s3: Add strict lock/unlock calls to the vfs layer to replace is_locked | Dave Richards | 2 | -0/+64 |
2009-03-10 | Add a vfs_preopen module to hide fs latencies | Volker Lendecke | 1 | -0/+456 |
2009-03-04 | s3 OneFS: Use the public open_streams_for_delete | Tim Prouty | 1 | -113/+0 |
2009-03-04 | Fix crashes when running RAW-ACLs against system with tdb ACL modules | Jeremy Allison | 2 | -3/+3 |
2009-03-04 | Make use of gpfs_get_real_filename optional | Volker Lendecke | 2 | -1/+10 |