Found 8 matching messages (0.022 seconds). Page 1 of 1.
This basically audits the callers of xattr_permission(), which
calls permission() itself.
Signed-off-by: Dave Hansen
linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10
This patch moves the transport independent sk_deferred list to the svc_xprt structure and updates the svc_deferred_req structure to keep pointers to svc_xprt's directly. The deferral processing code is also moved out of the transport dependent ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:40
This patch moves the transport independent sk_deferred list to the svc_xprt structure and updates the svc_deferred_req structure to keep pointers to svc_xprt's directly. The deferral processing code is also moved out of the transport dependent ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:56
This patch moves the transport independent sk_deferred list to the svc_xprt structure and updates the svc_deferred_req structure to keep pointers to svc_xprt's directly. The deferral processing code is also moved out of the transport dependent ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:54
Several different types of tracing needs to use the
same core functions. This patch separates the core
functions from more specific ones to allow for
future tracing methods.
Signed-off-by: Steven Rostedt
linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49
... due to an unfortunate VFS
design limitation, so it will have to track writers by itself aswell.
[hch: split out from the touch_atime patch as it's not related to it at all]
Signed-off-by: Christoph Hellwig
linux-kernel - Dave Hansen - Feb 8 2008 - 18:27
ubifs.h contains the internal stuff. ubifs-media.h contains the
on-flash format definition and might be copied to user-space
if needed. misc.h contains various inline helpers.
Signed-off-by: Artem Bityutskiy
linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55
Remove the architecture agnostic code now replaced by architecture specific,
atomic instruction updates.
Signed-off-by: Mathieu Desnoyers
linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34