login
Header Space

 
 

Mailing list archives

Search results

Found 26 matching messages (0.002 seconds). Page 1 of 2.

Re: DoS with POSIX file locks?

... . 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

Re: [PATCH] Make POSIX locks compatible with the NPTL thread model

* 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

Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching

* 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

Re: [stable] [patch] brd: fix ramdisk regression

... .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

Re: Changes to NFS filesystem exporting in 2.5.9

... 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

Re: [PATCH] LSM file locking patch is bogus

... 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

Re: [PATCH] Introduce BSD-style user credential [3/3]

... 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

Re: [RFC] New authentication management syscalls

... 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

Re: changing permission()/vfs_permission... to work on dentry

... 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

Re: [PATCH] Make POSIX locks compatible with the NPTL thread model

... 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

Re: [PATCH] Make POSIX locks compatible with the NPTL thread model

... 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

Re: silent semantic changes with reiser4

... . 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

Re: [RFC][PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks

... . 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

Re: [PATCH] New System call unshare (try 2)

... 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

Re: [RFC 2/28] Remove redundant check from proc_setattr().

* 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

Re: [PATCH 1/2] VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx.

... 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

Re: [TOMOYO #8 (2.6.25-mm1) 1/7] Introduce new LSM hooks.

... 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

Re: kernel space realpath()

* 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

Re: silent semantic changes with reiser4

* 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

Re: [PATCH] audit: file system auditing based on location and name

* 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

speck-geostationary