[PATCH -V8 7/9] x86: Add new syscalls for x86_32
This patch adds sys_name_to_handle_at and sys_open_by_handle_at syscalls to x86_32 Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- arch/x86/include/asm/unistd_32.h | 4 +++- arch/x86/kernel/syscall_table_32.S | 2 ++ 2 files changed, 5 in... 17 May 2010 02:39
[PATCH 0/3] ramzswap: Eliminate stale data from compressed memory (v2 resend)
Resending as Greg wanted. (tested on mainline but should apply to linux-next cleanly) * Changelog: v2 vs initial patches - directly add swap free callback to block_device_operations instead of using 'notifiers' for various swap events. ramzswap driver creates RAM based block devices which can be ... 17 May 2010 02:39
[PATCH -V8 9/9] ext3: Add get_fsid callback
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/ext3/super.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 1bee604..63c322e 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c @@ -734,6 +734,15 @@ static int b... 17 May 2010 02:39
[PATCH 3/3] ramzswap: Handler for swap slot free callback
Install handler for swap_slot_free_notify callback which is called when a swap slot is no longer used. This handler immediately frees memory allocated corresponding to the given swap slot. Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> --- drivers/staging/ramzswap/TODO | 5 ----- drivers/staging/r... 17 May 2010 02:39
[PATCH -V8 6/9] ext4: Add get_fsid callback
Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/ext4/super.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index e14d22c..fc7d464 100644 --- a/fs/ext4/super.c +++ b/fs... 17 May 2010 02:39
[PATCH 2/3] Add swap slot free callback to block_device_operations
This callback is required when RAM based devices are used as swap disks. One such device is ramzswap which is used as compressed in-memory swap disk. For such devices, we need a callback as soon as a swap slot is no longer used to allow freeing memory allocated for this slot. Without this callback, stale data can... 17 May 2010 02:39
[PATCH 7/6] net/sysfs: Fix the bitrot in network device kobject namespace support
I had a couple of stupid bugs in: netns: Teach network device kobjects which namespace they are in. - I duplicated the Kconfig for the NET_NS - The build was broken when sysfs was not compiled in The sysfs breakage is because after I moved the operations for the sysfs to the kobject layer, to make things cle... 17 May 2010 01:35
net/sysfs: Fix the bitrot in network device kobject namespace support
From: ebiederm(a)xmission.com (Eric W. Biederman) Date: Sun, 16 May 2010 21:59:45 -0700 I had a couple of stupid bugs in: netns: Teach network device kobjects which namespace they are in. - I duplicated the Kconfig for the NET_NS - The build was broken when sysfs was not compiled in The sysf... 17 May 2010 01:35
linux-next -> 2.6.34: Tree for April 28 (logfs)
On Sun, 9 May 2010 08:20:10 +0200 Ingo Molnar wrote: * J??rn Engel <joern(a)logfs.org> wrote: On Wed, 5 May 2010 09:20:20 -0700, Randy Dunlap wrote: On Wed, 28 Apr 2010 08:56:04 -0700 Randy Dunlap wrote: When CONFIG_BLOCK is not enabled: fs/logfs/super.c:142: e... 17 May 2010 21:19
[PATCH 1/4] SCSI: Support HW reset for EH and polling scheme for scsi device
1. To support instantaneous report for SCSI device existing by periodic polling 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent endless waiting 3. To block the coming SCSI command while the driver is handling bus reset 4. To support HW reset in bus reset error handler Signed-off-by: Nick Che... 17 May 2010 00:30