Found 26 matching messages (0.002 seconds). Page 1 of 2.
... . This function was added by > Chris Wright on 2003-12-29 (Cset 1.1371.111.3): > > Add steal_locks ... aren't broken due to > unshare_files. > > Chris, do you remember if this ... (don't recall which). thanks, -chris [1] happy to see it ...
linux-fsdevel - Chris Wright - Mar 21 2006 - 15:16
* Trond Myklebust (trond.myklebust@fys.uio.no) wrote: > P=E5 on , 23/06/2004 klokka 15:29, skreiv Chris Wright: > > Just ran some quick tests to verify this patch still works fine wit= h > > execve() after plain ...
linux-fsdevel - Chris Wright - Jun 23 2004 - 17:41
* Chris Mason (chris.mason@oracle.com) wrote: > I'm sure people there will have a different versions of events. ... make sure it's not also an issue for targetted policy). thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux- ...
linux-fsdevel - Chris Wright - Jun 22 2007 - 20:11
... .25.x and no earlier -stable kernels. Not so bad. > > Greg, Chris? Thoughts? I don't know why it was suppressed to ... a regression (it was also just removed from nbd)? thanks, -chris -- To unsubscribe from this list: send the line "unsubscribe ...
linux-fsdevel - Chris Wright - May 20 2008 - 17:32
... in 80 col. format and fix broken kernel-doc bits. I also add the minor dprintk change for crusty compilers from akpm. thanks. -chris ===== fs/exportfs/expfs.c 1.1 vs edited ===== --- 1.1/fs/exportfs/expfs.c Wed Apr 24 12:15:28 2002 +++ edited/ ...
linux-fsdevel - Chris Wright - Apr 24 2002 - 20:07
... int cmd, int blocking) +static int cap_file_lock (struct file *file, unsigned int cmd) { return 0; } thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the ...
linux-fsdevel - Chris Wright - Jul 29 2002 - 19:58
... than base > kernels! Yes, I agree. LSM is just using opaque blobs, so it's simple enough to add. thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line " ...
linux-fsdevel - Chris Wright - Aug 30 2002 - 21:01
... a free form abiility to talk to the fs driver and authenticate as needed? Is this plan still alive? thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line " ...
linux-fsdevel - Chris Wright - May 9 2003 - 14:39
... flags as well as the super_block flags. as i'm sure you've found, this changes a lot of code ;-) cheers, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line " ...
linux-fsdevel - Chris Wright - May 29 2003 - 00:38
... to see the steal_locks bit go. However, without this patch (only the prior one, I'm getting an oops). thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line " ...
linux-fsdevel - Chris Wright - Jun 23 2004 - 15:29
... and when to test for lock->fl_file. No bright ideas here. Each avenue I tried tonight was a dead end. cheers, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line ...
linux-fsdevel - Chris Wright - Jun 24 2004 - 02:09
... . They are still attributes, though. For things that actually use such attributes to determine file access, do the attributes get attributes? thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
linux-fsdevel - Chris Wright - Aug 26 2004 - 17:29
... . If anyone sees any reason to retain these hooks, > please speak now. Also, is anyone using the post_rename/link hooks; if not, > those could also be removed. Please remove post_rename. The dentry args are garbage anyway. thanks, -chris
linux-fsdevel - Chris Wright - Jul 14 2005 - 15:41
... tasks. But I don't think that's an issue other than having the aio effect of setting up aio then exiting. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel. ...
linux-fsdevel - Chris Wright - Oct 13 2005 - 06:13
* Tony Jones (tonyj@suse.de) wrote: > Remove redundant check from proc_setattr() Indeed, I'll take that straight away. thanks, -chris
linux-fsdevel - Chris Wright - Feb 5 2007 - 15:16
... about that) and the implementation is simply update your blob or update your blob and tell fs to update as well. thanks, -chris -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger. ...
linux-fsdevel - Chris Wright - Mar 7 2008 - 16:28
... usable. Also, all the changes you make that are not in vfs_* helpers won't get picked up by NFS. thanks, -chris -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org ...
linux-fsdevel - Chris Wright - May 1 2008 - 11:47
* Matthew Wilcox (willy@debian.org) wrote: > On Sun, Mar 23, 2003 at 07:49:18PM +0200, Ramy M. Hassan wrote: > > I am new to kernel development. I am developing now a kernel module to > > create log of all file operations under a certain specified
linux-fsdevel - Chris Wright - Mar 24 2003 - 17:06
* viro@parcelfarce.linux.theplanet.co.uk (viro@parcelfarce.linux.theplanet.co.uk) wrote: > On Thu, Aug 26, 2004 at 01:11:52AM +0100, Jamie Lokier wrote: > > Is this a problem if we treat entering a file-as-directory as crossing > > a mount point (i.e.
linux-fsdevel - Chris Wright - Aug 25 2004 - 21:13
* Timothy R. Chavez (tinytim@us.ibm.com) wrote: > @@ -69,6 +70,8 @@ int inode_setattr(struct inode * inode, > unsigned int ia_valid = attr->ia_valid; > int error = 0; > > + audit_notify_watch(inode, MAY_WRITE); > + Hmm, this looks wrong.
linux-fsdevel - Chris Wright - Jul 8 2005 - 21:10