[PATCH -V7 0/8] Generic name to handle and open by handle syscalls
Hi, The below set of patches implement open by handle support using exportfs operations. This allows user space application to map a file name to file handle and later open the file using handle. This should be usable for userspace NFS [1] and 9P server [2]. XFS already support this with the ioctls XFS_IOC_PATH... 12 May 2010 12:29
[PATCH -V7 5/9] vfs: Add freadlink syscall
This enables to use open-by-handle and then get the link target details of a symlink using the fd returned by handle Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/stat.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/fs/stat.c b/f... 12 May 2010 12:29
[PATCH -V7 2/9] vfs: Add uuid based vfsmount lookup
This patch add a new superblock operations get_fsid that returns the UUID mapping for the file system. The UUID returned is used to identify the file system apart of file_handle Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/namespace.c | 47 +++++++++++++++++++++++++++... 12 May 2010 12:29
[PATCH -V7 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... 12 May 2010 12:29
[PATCH 3/5] HID: Correctly mark init and exit functions of Roccat Kone module
>From bbc9f26b13e7756061adb62c561d40f060623bd7 Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 17:20:38 +0200 Subject: [PATCH 3/5] HID: Correctly mark init and exit functions of Roccat Kone module Added the __init and __exit hints for module functions. Sign... 12 May 2010 12:29
[PATCH 4/5] HID: refactored special event handling in Roccat Kone
From e550163af2c39c4e7490cd5bf02e44c5dec72d2b Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 17:30:27 +0200 Subject: [PATCH 4/5] HID: refactored special event handling in Roccat Kone As special events are reported along with hid event information all even... 12 May 2010 12:29
Un(de)selectable block for DISCONTIGMEM/64BIT on parisc
Hi all! Seems I messed up the logic a bit -- reading the ifndef for an ifdef reversing the actual behaviour of the code when applying the patch. Below the corrected variant. Regards Christoph On Wed, May 12, 2010 at 05:32:29PM +0200, Christoph Egger wrote: Hi all! As part of the VAMOS[0] ... 12 May 2010 12:29
[PATCH] [ath5k][leds] Ability to disable leds support. If leds support enabled do not force mac802.11 leds layer selection.
On Wed, 2010-04-07 at 21:58 +0300, Dmytro Milinevskyy wrote: Here is the patch to disable ath5k leds support on build stage. However if the leds support was enabled do not force selection of 802.11 leds layer. The idea is good, but the implementation could be improved. There are too many preprocessor cond... 12 May 2010 12:29
[PATCH 2/5] HID: Added further information for Roccat Kone
From 0875b1fdc784c60d28d3c5bc02ffcf0f30ccea2c Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 16:53:31 +0200 Subject: [PATCH 2/5] HID: Added further information for Roccat Kone Added new data and changed workaround for abnormal button behaviour according to... 12 May 2010 12:29
[PATCH 1/5] HID: Removing/Renaming preprocessor macros for Roccat Kone
>From a50a004999d4bd2b9ae08f1298b1fc89ce9e1e12 Mon Sep 17 00:00:00 2001 From: Stefan Achatz <erazor_de(a)users.sourceforge.net> Date: Sat, 8 May 2010 16:34:05 +0200 Subject: [PATCH 1/5] HID: Removing/Renaming preprocessor macros for Roccat Kone Removed useless preprocessor macros and renamed remaining one to be mo... 12 May 2010 12:29