summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_commit.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-3/+2
| | | | | | | Now all those redundant fd's have vanished from the VFS API. Michael (This used to be commit 14294535512a7f191c5008e622b6708e417854ae)
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-2/+1
| | | | | Michael (This used to be commit c8ae7d095a2a6a7eac920a68ca7244e3a423e1b1)
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-2/+1
| | | | | Michael (This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
| | | | | Michael (This used to be commit 0b86c420be94d295f6917a220b5d699f65b46711)
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-2/+1
| | | | | Michael (This used to be commit 8c4901a19ae2fd3ee085f9499f33aa7db016d182)
* Extend commit module to help with NFS quotas.David Losada Carballo2007-11-201-25/+158
| | | | | | Add "commit on eof" and "commit past eof" modes. Patch from David Losada Carballo with some modifications during the merge. (This used to be commit 12eee4f7fe27bb4ca376301b959dbfb918b7ba2d)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+189
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)