search for: break_lease

Displaying 3 results from an estimated 3 matches for "break_lease".

2007 May 22
1
Re: Ocfs2-users Digest, Vol 41, Issue 21
...pback is supported, but data written will not > be cluster coherent. > - quotas > - cluster aware flock <---------------------------------------- > - Directory change notification (F_NOTIFY) > - Distributed Caching (F_SETLEASE/F_GETLEASE/break_lease) > - POSIX ACLs > - readpages / writepages (not user visible) If this is an ill-informed question, please enlighten me. I'm following this list for quite some time and have done some tests (quite some time ago) and noticed then that if you write from two machines to the s...
2009 Jan 28
2
[PATCH] fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
...*/ + #endif /* _FALLOC_H_ */ Index: xfs/include/linux/fs.h =================================================================== --- xfs.orig/include/linux/fs.h 2009-01-24 17:58:48.960904090 +0100 +++ xfs/include/linux/fs.h 2009-01-27 20:42:01.675299140 +0100 @@ -1694,6 +1694,8 @@ static inline int break_lease(struct ino extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs, struct file *filp); +extern int do_fallocate(struct file *file, int mode, loff_t offset, + loff_t len); extern long do_sys_open(int dfd, const char __user *filename, int flags, int mode);...
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger