search for: laptop_mod

Displaying 9 results from an estimated 9 matches for "laptop_mod".

Did you mean: laptop_mode
2004 Sep 11
2
External journal on flash drive
Hi, I'd like to use a flash drive as a journal device, with the purpose of keeping the main disk drive spun down as long as possible. I have a couple of questions: 1) Does the journaling code spread write accesses to the journal device evenly, as I hope, or are there blocks that are particularly "hot"? I.e., do I have to worry about the flash device dying quickly because of
2005 Sep 17
2
turning off journaling on the fly?
Dear penguin lovers, =) I'm running Linux (2.6) on a satellite receiver with harddrive. The latter is formated in ext3. So far, everthing works fine. Now here's the small problem: The receiver is in the same room I sleep in and when it records at night time I can hear the journaling going on (heads clicking - even though the HD is set to silent mode via hdparm). This is surely due to the
2017 Jun 13
13
[Bug 101404] New: GTX 970M (GM204-A) not powered off when not in use (DynPwr in stead of DynOff)
https://bugs.freedesktop.org/show_bug.cgi?id=101404 Bug ID: 101404 Summary: GTX 970M (GM204-A) not powered off when not in use (DynPwr in stead of DynOff) Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium
2005 Mar 10
3
a few questions about ext3 journal
A few wild ideas/questions : 1) Is there a way to check the size of the journal of an ext3 filesystem ? I mean - the actually used size ; not the total size of the journal. 2) Would it be difficult to implement "freeze" of ext3 filesystem - that is, blocking all I/O to the filesystem until it's "unfrozen" (XFS can do that), for two purposes : A/ allowing
2012 Aug 03
5
CentOS 6 : Tip for significantly increasing battery life / reducing power consumption (Thinkpad X220 Tablet)
Hello, I was not happy with the power consumption of CentOS 6 x86_64 on a new Lenovo Thinkpad x220 Tablet and I worked on reducing it. I just wanted to share with the list one of the changes which gave me the most significant improvement. As per http://www.williambrownstreet.net/blog/?p=387, add the following kernel arguments to the GRUB boot configuration: pcie_aspm=force
2013 Dec 30
2
oom situation
...8192 vm.block_dump = 0 vm.dirty_background_bytes = 0 vm.dirty_background_ratio = 10 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 20 vm.dirty_writeback_centisecs = 500 vm.drop_caches = 0 vm.highmem_is_dirtyable = 0 vm.hugepages_treat_as_movable = 0 vm.hugetlb_shm_group = 0 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 32 32 vm.max_map_count = 65530 vm.min_free_kbytes = 3084 vm.mmap_min_addr = 4096 vm.nr_hugepages = 0 vm.nr_overcommit_hugepages = 0 vm.nr_pdflush_threads = 0 vm.overcommit_memory = 0 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.pe...
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
...my Lal <kapouer at melix.org>' from 'J??r??my Lal <kapouer at melix.org>' Warning: Unknown package 'libv8-3.8.9.16' > submitter 668611 Bj?rn Mork <bjorn at mork.no> Bug #668611 {Done: Ritesh Raj Sarraf <rrs at debian.org>} [laptop-mode-tools] /usr/sbin/laptop_mode: append to stdout/stderr to avoid truncating logs when redirected Changed Bug submitter to 'Bj?rn Mork <bjorn at mork.no>' from 'Bj??rn Mork <bjorn at mork.no>' > submitter 668612 Luis Fernando Llana D?az <luis at ramonvazquez.net> Bug #668612 [wpasupplicant] w...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...;q->flush_queue[i]); } } spin_unlock_irq(q->queue_lock); if (!drain) break; msleep(10); @@ -439,56 +441,78 @@ void blk_cleanup_queue(struct request_queue *q) /* @q won't process any more request, flush async actions */ del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer); blk_sync_queue(q); /* @q is and will stay empty, shutdown and put */ blk_put_queue(q); } EXPORT_SYMBOL(blk_cleanup_queue); -static int blk_init_free_list(struct request_queue *q) +static int blk_init_queue_ctx(struct request_queue *q, unsigned int nr_queues) { - struct requ...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...;q->flush_queue[i]); } } spin_unlock_irq(q->queue_lock); if (!drain) break; msleep(10); @@ -439,56 +441,78 @@ void blk_cleanup_queue(struct request_queue *q) /* @q won't process any more request, flush async actions */ del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer); blk_sync_queue(q); /* @q is and will stay empty, shutdown and put */ blk_put_queue(q); } EXPORT_SYMBOL(blk_cleanup_queue); -static int blk_init_free_list(struct request_queue *q) +static int blk_init_queue_ctx(struct request_queue *q, unsigned int nr_queues) { - struct requ...