search for: kleikamp

Displaying 20 results from an estimated 26 matches for "kleikamp".

2023 Mar 07
0
+ ocfs2-dont-use-write_one_page-in-ocfs2_duplicate_clusters_by_page.patch added to mm-unstable branch
...;writepage. Link: https://lkml.kernel.org/r/20230307143125.27778-3-hch at lst.de Signed-off-by: Christoph Hellwig <hch at lst.de> Reviewed-by: Jan Kara <jack at suse.cz> Reviewed-by: Joseph Qi <joseph.qi at linux.alibaba.com> Cc: Changwei Ge <gechangwei at live.cn> Cc: Dave Kleikamp <dave.kleikamp at oracle.com> Cc: Evgeniy Dushistov <dushistov at mail.ru> Cc: Gang He <ghe at suse.com> Cc: Jan Kara via Ocfs2-devel <ocfs2-devel at oss.oracle.com> Cc: Joel Becker <jlbec at evilplan.org> Cc: Joseph Qi <jiangqi903 at gmail.com> Cc: Jun Piao <...
2013 Jul 25
0
[PATCH V8 21/33] ocfs2: add support for read_iter and write_iter
Signed-off-by: Dave Kleikamp <dave.kleikamp at oracle.com> Acked-by: Joel Becker <jlbec at evilplan.org> Cc: Zach Brown <zab at zabbo.net> Cc: Mark Fasheh <mfasheh at suse.com> Cc: ocfs2-devel at oss.oracle.com --- fs/ocfs2/aops.h | 2 +- fs/ocfs2/file.c | 55 ++++++++++++++++++++++------...
2023 Mar 07
0
+ ufs-dont-flush-page-immediately-for-dirsync-directories.patch added to mm-unstable branch
...llows us to stop depending on write_one_page() function. Ported from an ext2 patch by Jan Kara. Link: https://lkml.kernel.org/r/20230307143125.27778-1-hch at lst.de Link: https://lkml.kernel.org/r/20230307143125.27778-2-hch at lst.de Signed-off-by: Christoph Hellwig <hch at lst.de> Cc: Dave Kleikamp <dave.kleikamp at oracle.com> Cc: Evgeniy Dushistov <dushistov at mail.ru> Cc: Jan Kara via Ocfs2-devel <ocfs2-devel at oss.oracle.com> Cc: Joel Becker <jlbec at evilplan.org> Cc: Matthew Wilcox (Oracle) <willy at infradead.org> Cc: Mark Fasheh <mark at fasheh.com&g...
2013 Jan 09
0
[PATCH V5 19/30] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
From: Zach Brown <zab@zabbo.net> ocfs2''s .aio_read and .aio_write methods are changed to take iov_iter and pass it to generic functions. Wrappers are made to pack the iovecs into iters and call these new functions. Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com> Cc: Zach Brown <zab@zabbo.net> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: ocfs2-devel@oss.oracle.com --- fs/ocfs2/aops.h | 2 +- fs/ocfs2/file.c | 53 ++++++++++++++++++++++---------------------------...
2023 Mar 07
3
remove most callers of write_one_page v4
Hi all, this series removes most users of the write_one_page API. These helpers internally call ->writepage which we are gradually removing from the kernel. Changes since v3: - drop all patches merged in v6.3-rc1 - re-add the jfs patch Changes since v2: - more minix error handling fixes Changes since v1: - drop the btrfs changes (queue up in the btrfs tree) - drop the finaly move to
2007 Oct 23
6
Any Xen kernel based on something newer than 2.6.18 ?
Hello all, I''m trying to get my servers to work with Xen, but as I use sata2, it looks like only a recent kernel will do the job. But unferotunately, ony and official 2.6.8 is provided, which doesn''t boot at all on those machines. I''ve tried ubuntu''s 2.6.22-xen, but ti looks very buggy. Where could we find patches for 2.6.22/23 to add Xen? How could I gete a
2008 Oct 01
1
JFS in CentOS
Hello all, I'm relatively new to CentOS, but I've been using linux as my main operating system on both the desktop and server ends for the past 4 years. I currently have a PIII server with two 160GB IDE hard drives in it, in a virtual RAID 1 array. At the time of installation, the only FS choices for the largest partition, 120GB, were ext2 and ext3. I chose ext3, but now am wishing
2012 Oct 15
2
[PATCH 1/1] vhost-blk: Add vhost-blk support v4
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Oct 15
2
[PATCH 1/1] vhost-blk: Add vhost-blk support v4
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Dec 02
3
[PATCH] vhost-blk: Add vhost-blk support v6
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- LKVM: Fio with libaio ioengine on 1 Fusion IO device IOPS(k) Before After Improvement seq-read 107 121 +13.0% seq-write 130 179 +37.6%...
2012 Dec 02
3
[PATCH] vhost-blk: Add vhost-blk support v6
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- LKVM: Fio with libaio ioengine on 1 Fusion IO device IOPS(k) Before After Improvement seq-read 107 121 +13.0% seq-write 130 179 +37.6%...
2012 Oct 09
2
[PATCH] vhost-blk: Add vhost-blk support v2
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Oct 09
2
[PATCH] vhost-blk: Add vhost-blk support v2
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Nov 19
1
[PATCH] vhost-blk: Add vhost-blk support v5
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS(k) Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Nov 19
1
[PATCH] vhost-blk: Add vhost-blk support v5
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS(k) Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Oct 10
0
[PATCH] vhost-blk: Add vhost-blk support v3
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2012 Oct 10
0
[PATCH] vhost-blk: Add vhost-blk support v3
...nd use submit_bio() to submit I/O directly. So this version any supports raw block device as guest's disk image, e.g. /dev/sda, /dev/ram0. We can add file based image support to vhost-blk once we have in-kernel AIO interface. There are some work in progress for in-kernel AIO interface from Dave Kleikamp and Zach Brown: http://marc.info/?l=linux-fsdevel&m=133312234313122 Performance evaluation: ----------------------------- 1) LKVM Fio with libaio ioengine on Fusion IO device using kvm tool IOPS Before After Improvement seq-read 107 121 +13.0% seq-write 130...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...gt; Dave Chinner <dchinner@redhat.com> Dave Chinner<dchinner@redhat.com> Dave Dillow <dave@thedillows.org> Dave Hansen <dave@linux.vnet.ibm.com> Dave Hansen <dave@sr71.net> Dave Jiang <dave.jiang@intel.com> Dave Jones <davej@redhat.com> Dave Kleikamp <dave.kleikamp@oracle.com> Dave Kleikamp <shaggy@kernel.org> Dave Liu <daveliu@freescale.com> Dave Martin <dave.martin@linaro.org> Dave Maurer <david.c.maurer@intel.com> Dave Mueller <d.mueller@elsoft.ch> Dave Reisner <dreisner@archlinux.org>...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...gt; Dave Chinner <dchinner@redhat.com> Dave Chinner<dchinner@redhat.com> Dave Dillow <dave@thedillows.org> Dave Hansen <dave@linux.vnet.ibm.com> Dave Hansen <dave@sr71.net> Dave Jiang <dave.jiang@intel.com> Dave Jones <davej@redhat.com> Dave Kleikamp <dave.kleikamp@oracle.com> Dave Kleikamp <shaggy@kernel.org> Dave Liu <daveliu@freescale.com> Dave Martin <dave.martin@linaro.org> Dave Maurer <david.c.maurer@intel.com> Dave Mueller <d.mueller@elsoft.ch> Dave Reisner <dreisner@archlinux.org>...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...gt; Dave Chinner <dchinner@redhat.com> Dave Chinner<dchinner@redhat.com> Dave Dillow <dave@thedillows.org> Dave Hansen <dave@linux.vnet.ibm.com> Dave Hansen <dave@sr71.net> Dave Jiang <dave.jiang@intel.com> Dave Jones <davej@redhat.com> Dave Kleikamp <dave.kleikamp@oracle.com> Dave Kleikamp <shaggy@kernel.org> Dave Liu <daveliu@freescale.com> Dave Martin <dave.martin@linaro.org> Dave Maurer <david.c.maurer@intel.com> Dave Mueller <d.mueller@elsoft.ch> Dave Reisner <dreisner@archlinux.org>...