Age | Commit message (Expand) | Author | Files | Lines |
2008-05-20 | check the creation options where the client can require a path to be a | Andrew Tridgell | 1 | -0/+14 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+2 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-07 | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code | Stefan Metzmacher | 4 | -39/+15 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-04-16 | Use readily available event context. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -11/+15 |
2008-04-14 | fixed a valgrind error in id mapping | Andrew Tridgell | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -11/+15 |
2008-04-02 | ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4 | Kai Blin | 4 | -49/+166 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 2 | -4/+4 |
2008-03-15 | pvfs_open: set h->have_opendb_entry directly after odb_open_file() | Stefan Metzmacher | 1 | -2/+2 |
2008-03-15 | pvfs_open: the pvfs_odb_retry structs need to be children of the request | Stefan Metzmacher | 1 | -2/+0 |
2008-03-15 | pvfs_unlink: disable async retries for wildcard deletes | Stefan Metzmacher | 1 | -0/+6 |
2008-03-12 | pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open() | Stefan Metzmacher | 1 | -4/+54 |
2008-03-12 | pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks | Stefan Metzmacher | 1 | -2/+2 |
2008-03-12 | pvfs_open: pass down &f->handle->fd to odb_open_file() | Stefan Metzmacher | 1 | -31/+30 |
2008-03-12 | pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3 | Stefan Metzmacher | 1 | -1/+10 |
2008-03-11 | pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS | Stefan Metzmacher | 1 | -0/+3 |
2008-03-07 | pvfs_open: fix the odb_open_file() callers | Stefan Metzmacher | 1 | -16/+8 |
2008-03-07 | pvfs_open: always call odb_can_open() before odb_open_file() | Stefan Metzmacher | 1 | -6/+45 |
2008-03-06 | pvfs_open: pass down allow_level_II_oplock to odb_open_file() | Stefan Metzmacher | 1 | -4/+16 |
2008-03-06 | pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails | Stefan Metzmacher | 1 | -6/+5 |
2008-03-04 | pvfs_oplock: auto release oplocks after a timeout | Stefan Metzmacher | 1 | -6/+61 |
2008-03-04 | pvfs_oplock: only a break level2 oplocks... | Stefan Metzmacher | 1 | -11/+1 |
2008-03-04 | pvfs_oplock: move pvfs_oplock_release() parts into a helper function | Stefan Metzmacher | 1 | -43/+56 |
2008-03-01 | pvfs_rename: move odb_rename() onto pvfs_do_rename() | Stefan Metzmacher | 2 | -17/+13 |
2008-02-29 | pvfs_setfileinfo: support renaming of directories | Stefan Metzmacher | 1 | -5/+0 |
2008-02-29 | pvfs_setfileinfo: tell the opendb about renames | Stefan Metzmacher | 1 | -3/+22 |
2008-02-29 | pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo | Stefan Metzmacher | 2 | -2/+2 |
2008-02-29 | pvfs_resolve: add pvfs_resolve_name_handle() | Stefan Metzmacher | 1 | -0/+80 |
2008-02-29 | pvfs_resolve: "\\" and a trailing "\" need to be reduced | Stefan Metzmacher | 1 | -2/+9 |
2008-02-29 | pvfs_resolve: fix endless loop with trailing ".." | Stefan Metzmacher | 1 | -1/+1 |
2008-02-29 | pvfs_open: make pvfs_locking_key() non static | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | Merge branch 'v4-0-trivial' into v4-0-test | Jelmer Vernooij | 3 | -6/+7 |
2008-02-28 | pvfs_open: fix callers of odb_get_delete_on_close() | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | pvfs: remove unused args from pvfs_delete_on_close_set() | Stefan Metzmacher | 2 | -5/+4 |
2008-02-28 | pvfs_open: use the delete_path of odb_close_file() | Stefan Metzmacher | 1 | -49/+35 |
2008-02-27 | pvfs_rename: we need a do a odb_rename() after pvfs_do_rename() | Stefan Metzmacher | 1 | -0/+3 |
2008-02-27 | pvfs_rename: add retry logic after sharing violation or non granted oplock | Stefan Metzmacher | 1 | -2/+103 |
2008-02-27 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 13 | -178/+852 |
2008-02-26 | pvfs_open: pass down an access mask to pvfs_can_update_file_size() | Stefan Metzmacher | 1 | -3/+13 |
2008-02-26 | pvfs_qfileinfo: down discard the return value of pvfs_can_stat() | Stefan Metzmacher | 1 | -1/+1 |
2008-02-26 | pvfs_open: pass down an access mask in pvfs_can_stat() | Stefan Metzmacher | 1 | -1/+1 |
2008-02-26 | pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open() | Stefan Metzmacher | 1 | -4/+4 |
2008-02-26 | pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf... | Stefan Metzmacher | 1 | -0/+107 |
2008-02-26 | pvfs_open: add pvfs_can_update_file_size() | Stefan Metzmacher | 1 | -0/+62 |
2008-02-26 | pvfs_unlink: retry unlink after oplock not granted | Stefan Metzmacher | 2 | -7/+113 |
2008-02-26 | pvfs: add posix:oplocktimeout=30 option | Stefan Metzmacher | 2 | -2/+11 |