Found 606 matching messages (0.031 seconds). Page 1 of 31.
[RFC][PATCH 3/3] xip: no struct pages -- ext2 Patching ext2 xip functions to use both the ... | 45 ++++++++++++++++++++++++--------------------- fs/ext2/xip.h | 9 +++++---- 3 files changed, 30 insertions(+), 26 deletions(-) diff ...
linux-fsdevel - Jared Hulbert - Mar 8 2008 - 00:33
... it. All these patches are busted, this is RFC remember! Signed-off ... 6 include/linux/mmiotrace.h | 3 kernel/trace/trace.c | 1326 ... 2 kernel/trace/trace_sched_wakeup.c | 3 10 files changed, 464 insertions(+), ...
linux-kernel - Steven Rostedt - Sep 24 2008 - 01:10
... of auditing across transactions. This patch adds the necessary functionality to ... specification. This is the third (#3) RFC on linux-fsdevel. I ... wentry); + break; } } audit_log_end(ab); @@ -1024,3 +1053,52 @@ int audit_ipc_perms(unsigned ...
linux-fsdevel - Timothy R. Chavez - Apr 26 2005 - 17:04
[RFC/PATCH 3/5] ext2: add execute in place support This patch adds support for execute in place in ext2. I've ... 2005-05-10 12:54:50.625073576 +0200 @@ -10,3 +10,4 @@ ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ...
linux-fsdevel - Carsten Otte - May 11 2005 - 10:30
[RFC/PATCH 3/5] ext2: execute in place (V2) This patch adds support ... but not readpage(s)/writepage(s). This patch is fixed now, previous version did not ... 17 18:44:32.113020128 +0200 @@ -10,3 +10,4 @@ ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user ...
linux-fsdevel - Carsten Otte - May 18 2005 - 09:53
[RFC/PATCH 3/4] ext2: execute in place (3rd version) These are the ext2 related parts. Ext2 now ... /fs/ext2/Makefile 2005-05-23 17:47:21.000000000 +0200 @@ -10,3 +10,4 @@ ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ext2 ...
linux-fsdevel - Carsten Otte - May 23 2005 - 13:30
Carsten Otte wrote: >[RFC/PATCH 3/5] ext2: add execute in place support > > This patch does'nt compile without CONFIG_FS_XIP. Sorry. => fixed in next version - To unsubscribe from this list: send the line " ...
linux-fsdevel - Carsten Otte - May 13 2005 - 10:37
This is part [3/7] of the v9fs-2.0-rc6 patch against Linux v2.6.12-rc4. This part of the patch contains the VFS inode interfaces. Signed-off- ... @symname: symlink data + * + * See 9P2000.u RFC for more information + * + */ + +static int + ...
linux-fsdevel - ericvh - May 23 2005 - 18:25
This is part [3/7] of the v9fs-2.0-rc7 patch against Linux 2.6. This part of the patch contains the VFS inode interfaces. Signed-off-by: Eric ... @symname: symlink data + * + * See 9P2000.u RFC for more information + * + */ + +static int + ...
linux-fsdevel - ericvh - Jun 2 2005 - 15:35
This patch makes the /proc/
linux-kernel - Matt Helsley - Oct 31 2007 - 23:35
...
linux-kernel - sukadev - Apr 8 2008 - 17:59
Subject: [RFC patch 3/9] Re: [PATCH] Stringify support commas > This is a no-no for those archs that still use -traditional. > > I dunno if this is a problem for you at the moment and the > > right fix is anyway to nuke -traditional. > > ...
linux-kernel - Mathieu Desnoyers - Apr 22 2008 - 13:24
... accounts of activity across transactions in which an underlying inode is subject to change. Once that inode changes, we've lost audit. So, ... to maintain a relative focus here on linux-fsdevel. When I RFC on LKML, we can argue the virtues of audit and ...
linux-fsdevel - Timothy R. Chavez - Apr 28 2005 - 16:31
This patch replaces caller's end_that_request_* to blk_end_request. Signed-off-by ... nec.com> --- block/elevator.c | 3 - block/ll_rw_blk.c | 26 +++++++----- drivers ... drivers/ide/ide-io.c 3-caller-change/drivers/ide/ide ...
linux-kernel - Kiyoshi Ueda - Jan 10 2007 - 19:08
... file1
+${command}G # 3 into file1
+patch -3 patchF # empty file4 ... pause
+ref refs/tags/a_merge
+patch --message="Generate file4 and write ... todotest3 &&
+ session_ok
+'
+
+cat >todotest1 <
git - Stephan Beyer - Jun 30 2008 - 22:38
... define CQ_ENET_RQ_DESC_RSS_TYPE_TCP_IPv4 2 +#define CQ_ENET_RQ_DESC_RSS_TYPE_IPv6 3 +#define CQ_ENET_RQ_DESC_RSS_TYPE_TCP_IPv6 4 +#define CQ_ENET_RQ_DESC_RSS_TYPE_IPv6_EX ... X linux-2.6.26.3/Documentation/dontdiff linux-2.6 ...
linux-netdev - Scott Feldman - Aug 25 2008 - 14:27
Patch adds ability to work with 64bit metadata, this made by ... __fs64*)((ubh)->bh[(begin) >> (uspi->s_fshift-3)]->b_data)) + \ + ((begin) & ((uspi->s_fsize ... bit) \ ((*ubh_get_addr(ubh, (begin) + ((bit) >> 3)) >> ((bit) & 7)) & (0xff >> (UFS_MAXFRAG - uspi ...
linux-kernel - Evgeniy Dushistov - Jan 29 2007 - 15:20
This patch reclaims pages from a container when the container limit ... if (zone->nr_scan_inactive >= nr_pages || pass > 3) { + if (zone->nr_scan_inactive >= nr_pages || pass ... 1 + */ + for (pass = 0; pass < 3; pass++) { + int prio; + + for (prio ...
linux-kernel - Balbir Singh - Feb 19 2007 - 02:50
... container at-a-time. This patch reclaims pages from a container ... 20 ++++++- include/linux/swap.h | 3 + mm/memcontrol.c | 122 +++++++++++++++++++++++++++++++++++++++++---- mm ... zone *zone, in * For pass > 3 we also try to shrink ...
linux-kernel - Balbir Singh - Feb 24 2007 - 10:45
... container at-a-time. This patch reclaims pages from a container ... 20 ++++++- include/linux/swap.h | 3 + mm/memcontrol.c | 122 +++++++++++++++++++++++++++++++++++++++++---- mm ... zone *zone, in * For pass > 3 we also try to shrink ...
linux-kernel - Balbir Singh - Feb 26 2007 - 02:14