First  |  Prev |  Next  |  Last
Pages: 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699
Export __get_user_pages_fast.
On 07/06/2010 12:24 PM, Gleb Natapov wrote: KVM will use it to try and find a page without falling back to slow gup. That is why get_user_pages_fast() is not enough. Signed-off-by: Gleb Natapov<gleb(a)redhat.com> Reviewed-by: Rik van Riel <riel(a)redhat.com> -- All rights reversed -- To unsubscribe fr... 7 Jul 2010 19:00
net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()
From: George Kadianakis <desnacked(a)gmail.com> Date: Wed, 07 Jul 2010 00:44:12 +0300 From: George Kadianakis <desnacked(a)gmail.com> Removal of unused integer variable in ip_fragment(). Signed-off-by: George Kadianakis <desnacked(a)gmail.com> Applied. -- To unsubscribe from this list: send the line ... 7 Jul 2010 19:00
nic enumeration
I have an issue where I have an onboard NIC with effectively three ports, no other NIC ports/chips are in the system Nic0: xx:xx:xx:00:00:02 Nic1: xx:xx:xx:00:00:01 IPMI: xx:xx:xx:00:00:03 When I boot RedHat Linux, Nic1 becomes Eth0 and Nic0 becomes Eth1. I understand there is a disconnect between BIOS and ... 12 Jul 2010 15:10
Fix uninitialized variable warning in do_one_initcall
On Sat, 3 Jul 2010 20:26:28 -0300 Kevin Winchester <kjwinchester(a)gmail.com> wrote: The warning is corrected by extracting the debug path out into its own function. This does en up duplicating one line of code between the debug and regular code paths (i.e. the actual call of the initcall function), but ... 7 Jul 2010 19:00
[PATCH v3 06/10] ceph-rbd: generalize mon requests, add pool op support
Generalize the current statfs synchronous requests, and support pool_ops. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> Signed-off-by: Sage Weil <sage(a)newdream.net> --- fs/ceph/mon_client.c | 170 +++++++++++++++++++++++++++++++++++++++++++++----- fs/ceph/mon_client.h | 5 ++ 2 files changed, 158 in... 7 Jul 2010 19:00
[PATCH v3 07/10] ceph-rbd: some super.c changes for rbd
- add 'snap' mount option - add ceph_client_id helper Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> Signed-off-by: Sage Weil <sage(a)newdream.net> --- fs/ceph/super.c | 19 ++++++++++++++++++- fs/ceph/super.h | 2 ++ 2 files changed, 20 insertions(+), 1 deletions(-) diff --git a/fs/ceph/super.c... 7 Jul 2010 19:00
tracing: use generic_file_llseek for debugfs
On Wed, Jul 07, 2010 at 11:40:11PM +0200, Arnd Bergmann wrote: The default for llseek will change to no_llseek, so the tracing debugfs files need to add explicit .llseek assignments. Since we're dealing with regular files from a VFS perspective, use generic_file_llseek. Signed-off-by: Arnd Bergmann <... 7 Jul 2010 19:00
[PATCH v3 08/10] ceph-rbd: osdc support for osd call and rollback operations
This will be used for rbd snapshots administration. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> --- fs/ceph/decode.h | 5 +++++ fs/ceph/osd_client.c | 22 ++++++++++++++++++++++ fs/ceph/osd_client.h | 6 ++++++ 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/fs/ceph/decod... 7 Jul 2010 19:00
[PATCH v3 09/10] ceph-rbd: sync common header and source files with server version
Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> --- fs/ceph/ceph_fs.c | 50 +++++++++++++++++++++++------------------------ fs/ceph/ceph_fs.h | 8 +++--- fs/ceph/ceph_strings.c | 1 + fs/ceph/rados.h | 8 +++++++ 4 files changed, 37 insertions(+), 30 deletions(-) diff --git a/... 7 Jul 2010 19:00
[PATCH v3 05/10] ceph-rbd: refactor mount related functions, add helpers
Removed some functions' static declarations, separated mount operation to __open_session and open_root_dentry for clients that don't need the latter (rbd). Added other helper functions that will be used later in the rbd. Signed-off-by: Yehuda Sadeh <yehuda(a)hq.newdream.net> Signed-off-by: Sage Weil <sage(a)newdream... 7 Jul 2010 19:00
First  |  Prev |  Next  |  Last
Pages: 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699