Displaying 3 results from an estimated 3 matches for "direct_writ".
Did you mean:
direct_write
2001 Nov 13
2
direct write patch
...next part --------------
Only in rsync-2.4.6-direct-write/lib: dummy
diff -ru rsync-2.4.6/options.c rsync-2.4.6-direct-write/options.c
--- rsync-2.4.6/options.c Tue Sep 5 19:46:43 2000
+++ rsync-2.4.6-direct-write/options.c Sun Nov 11 10:40:01 2001
@@ -22,6 +22,7 @@
int make_backups = 0;
+int direct_write = 0;
int whole_file = 0;
int copy_links = 0;
int preserve_links = 0;
@@ -147,6 +148,7 @@
rprintf(F," --ignore-errors delete even if there are IO errors\n");
rprintf(F," --max-delete=NUM don't delete more than NUM files\n");
rprintf(F,"...
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
...before journal recovery
OCFS2: Allow huge (> 16 TiB) volumes to mount
Sunil Mushran (2):
ocfs2: Fix metaecc error messages
ocfs2: Fix incorrect checksum validation error
Tao Ma (9):
ocfs2: Add some trace log for orphan scan.
ocfs2: Remove obscure error handling in direct_write.
ocfs2: Remove unused old_id in ocfs2_commit_cache.
ocfs2: Remove obsolete comments before ocfs2_start_trans.
ocfs2: pass struct file* to ocfs2_write_begin_nolock.
ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.
ocfs2: Add struct file to ocfs2_refcount_cow....
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
...lock.
ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.
ocfs2: Add struct file to ocfs2_refcount_cow.
ocfs2: Add readahead support for CoW.
ocfs2: Add readhead during CoW.
ocfs2: Add some trace log for orphan scan.
ocfs2: Remove obscure error handling in direct_write.
ocfs2: Remove unused old_id in ocfs2_commit_cache.
ocfs2: Remove obsolete comments before ocfs2_start_trans.
ocfs2: Cache system inodes of other slots.
Tristan Ye (2):
Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.
ocfs2: Add a mount option "coherency=*"...