search for: cleancache

Displaying 16 results from an estimated 16 matches for "cleancache".

2010 Jun 21
0
[PATCH V3 6/8] Cleancache: btrfs hooks for cleancache
[PATCH V3 6/8] Cleancache: btrfs hooks for cleancache Filesystems must explicitly enable cleancache by calling cleancache_init_fs anytime a instance of the filesystem is mounted and must save the returned poolid. Btrfs uses its own readpage which must be hooked, but all other cleancache hooks are in the VFS layer includin...
2011 Feb 16
2
RE: [PATCH V2 0/3] drivers/staging: zcache: dynamic page cache/swap compression
...> >>>> > >>>> I shall pick up on that mail in my next email sending to the > mailing list :) > >>>> > >>>> > >>>> currently I''ve got a problem with btrfs which seems to get > triggered > >>>> by cleancache get-operations: > >>>> > >>>> > >>>> Feb 14 00:37:19 lupus kernel: [ 2831.297377] device fsid > >>>> 354120c992a00761-5fa07d400126a895 devid 1 transid 7 > >>>> /dev/mapper/portage > >>>> Feb 14 00:37:19 lupus...
2013 Jul 23
1
[PATCH] do not allow XEN_TMEM on ARM64
...lini@eu.citrix.com> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 9e02d60..a18f350 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -145,7 +146,7 @@ config SWIOTLB_XEN config XEN_TMEM tristate - depends on !ARM + depends on !ARM && !ARM64 default m if (CLEANCACHE || FRONTSWAP) help Shim to interface in-kernel Transcendent Memory hooks
2011 Sep 08
3
blkfront: barrier: empty write op failed
...I/O load on the disks I start seeing these in the domUs: blkfront: barrier: empty write xvdb1 op failed blkfront: xvdb1: barrier or flush: disabled the systems appear to keep working correctly anyway. I discovered the thing in domUs with linux-3.0.3 and got the same with -3.0.4, with or without cleancache enabled, mounting either an ext3 or an ext4 filesystem. The only domU I have running Ubuntu with its kernel 2.6.24-28-xen seems to be immune. Doing something like "dd if=/dev/zero of=/dev/xvdb1" I wasn''t able to trigger those messages even if I tried some different ''bs=...
2013 Oct 16
3
trivial cleanups
Hi gang, Here''s some trivial cleanups that I''ve built up while reading through the code. They''ve been run through xfstests -g quick. - z -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2004 Jun 02
1
Unable to execute program from smbldap-passwd.pl om samba 3.0.4
...s user database backend. To synchronize unix password the smbldap-passwd.pl script is used. But I need to sync virtual mail passwords as well. That is why I added to the script few lines of code. Mainly I call external programs. The code is like this: system("/etc/cron.hourly/sqwebmail-cron-cleancache"); When I run smbldap-passwd.pl script from command line it works just fine, however when samba calls it, unix and samba passwords got changed. But my code, which I added, looks like never been called at all. samba 2.2.8a worked fine. I suspect the samba restrict execution of external progra...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...aemon --with-authvchkpw su (or can't find vpopmail's libs, chmod 0600) make umask 022 make install-strip insert in something like rc.local: /usr/local/share/sqwebmail/libexec/authlib/authdaemond start in /etc/crontab, add : 0 * * * * su -c "/usr/local/share/sqwebmail/cleancache.pl" bin modify sqwebmail conf in /usr/local/share/sqwebmail you're set. David Morel PS: this is based on a kind of howto i wrote a few weeks ago as a reminder. Might be slightly inaccurate, but only slightly. Good Luck
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed to a menu configurable option then it would only give users the ability to compile out about 100 kbytes of code. As that option makes little sense to choose, and the option isn''t menu selectable anyway, then we can clean up some code by simply
2012 Sep 17
7
[PATCH v10 0/5] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2012 Sep 17
7
[PATCH v10 0/5] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2012 Nov 07
8
[PATCH v11 0/7] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2012 Nov 07
8
[PATCH v11 0/7] make balloon pages movable by compaction
Memory fragmentation introduced by ballooning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge
2010 Nov 16
26
Balloon driver for Linux/HVM
Hi, I have noticed that, in the code of linux/drivers/xen/balloon.c, there exists the snippet as this: static int __init balloon_init(void) { unsigned long pfn; struct page *page; if (!xen_pv_domain()) return -ENODEV; ..... } Does it means the driver will not work in HVM? If so, where is the HVN-enabled code for that? 2010-11-16 Rui Chu _______________________________________________
2013 Jun 19
4
e008:[<ffff82c480122353>] check_lock+0x1b/0x45 [konrad.wilk@oracle.com: FAILURE 3.10.0-rc6upstream-00061-g752bf7d(x86_64) 3.10.0-rc6upstream-00061-g752bf7d(i386): 2013-06-19 (tst007)]
...d taskstats version 1 [ 4.873021] kmemleak: Kernel memory leak detector initialized [ 4.873022] kmemleak: Automatic memory scanning thread started [ 4.873990] Magic number: 1:954:824 [ 4.874049] tty ptyt4: hash matches [ 4.874546] zcache: using lzo compressor [ 4.912051] zcache: cleancache enabled using kernel transcendent memory and compression buddies [ 4.920733] zcache: frontswap enabled using kernel transcendent memory and compression buddies [ 4.930476] Freeing unused kernel memory: 1724k freed [ 4.935676] Write protecting the kernel read-only data: 10240k [ 4.943953...