Re: per device dirty throttling -v8

2007-08-15 Thread david . balazic
On Aug 4, 10:15 pm, Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Sat, 2007-08-04 at 12:47 -0700, Linus Torvalds wrote: > > > On Sat, 4 Aug 2007, Jörn Engel wrote: > > > > Given the choice between only "atime" and "noatime" I'd agree with you. > > > Heck, I use it myself. But "relatime" seems t

Mail list archives down

2001-07-04 Thread David Balazic
? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel

DVD RAM partitions

2001-06-13 Thread David Balazic
? addpart ? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Linux 2.4.4-ac10

2001-05-18 Thread David Balazic
issuing a correct warning but if we fix the warning old old binutils > will then refuse to assemble it right. What old old binutils ? Isn't there a clear requirement for a minimum binutils version in Documentation/Changes ( or maybe it is README ... ) ?

Re: CONFIG_APUS

2001-05-16 Thread David Balazic
[EMAIL PROTECTED] wrote on Wed May 16 2001 - 09:33:05 EDT : > When is the 'CONFIG_APUS' flag used ? On APUS systems ( Amiga PowerUp System - amigas with PPC cards ) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - -

ATA overlap/queuing support ?

2001-05-16 Thread David Balazic
Is there support in linux for ATA overlap/queuing ? It should ( among other things ) improve concurent performance of two devices on the same channel. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To un

Re: LANANA: To Pending Device Number Registrants

2001-05-15 Thread David Balazic
mehow have some "meaning", and that it guarantees that the > disks don't move in the namespace. That's crap. You can do that in user > space ("what controller are you on?") if you really really care. So what is your solution for preventing a boot failure a

Hotswap ATA status ?

2001-05-07 Thread David Balazic
Andre , you promised ATA/IDE hot-swap on "normal" hardware several weeks ( months ? ) ago. What happened ? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the

Possible off-by-one errors in CDROM handling code

2001-04-25 Thread David Balazic
MSF; toc.cdte_track = CDROM_LEADOUT; if (cdi->ops->audio_ioctl(cdi, CDROMREADTOCENTRY, &toc)) return ret; sanitize_format(&toc.cdte_addr, &toc.cdte_format, CDROM_LBA); *last_written = toc.cdte_addr.lba;

Re: via udma100 fix

2001-04-19 Thread David Balazic
turning off PCI Latency a good thing ? Anyway the article (http://home.tiscalinet.de/au-ja/review-kt133a-4.html) says that any value below 32 is good, so why not use 16 for example ? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - -

Re: ATA 100

2001-04-19 Thread David Balazic
nel is 2.4.3-ac9. > Some settings: According to your dmesg output , hde is working in UDMA/100. Since hde is the only device on your ATA/100 ( the PDC20265 ) controller , I don't see any problem. Are the transfer rates not good ? Whet is the output of hdparm -ti /dev/hde ? -- Da

Re: ATA 100

2001-04-19 Thread David Balazic
d with ide0=ata100, but this options doesn't work. > > Try ide0=ata66 instead. The option should have been named ide0=80wire, > but, well, "ata66" was chosen as the name, because that was it at the > time. Any chance of auto detecting this ? I just hate when linux is r

Re: Let init know user wants to shutdown

2001-04-12 Thread David Balazic
o do about it, instead of dictating a shutdown from kernel ( policy alert ;-) ) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Looking for a card with working TV-out in linux

2001-04-05 Thread David Balazic
osted to [EMAIL PROTECTED], [EMAIL PROTECTED] and to [EMAIL PROTECTED] mail lists , please CC me the replies and excuse me if some of them are inappropriate ) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To uns

Re: kernel apm code

2001-03-30 Thread David Balazic
John Fremlin wrote: > > David Balazic <[EMAIL PROTECTED]> writes: > > > John Fremlin wrote: > > [...] > > > > > To implement off-button you only need the APM_IOC_REJECT ioctl and > > > > > > The problem on my computer with my (re)im

Re: kernel apm code

2001-03-29 Thread David Balazic
John Fremlin wrote: > > David Balazic <[EMAIL PROTECTED]> writes: > > > John Fremlin wrote: > > > > > > David Balazic <[EMAIL PROTECTED]> writes: > > [...] > > > > The maintainer hasn't the time to do it. He promised me he

Re: kernel apm code

2001-03-28 Thread David Balazic
John Fremlin wrote: > > David Balazic <[EMAIL PROTECTED]> writes: > > > The newer version has among other things support for > > the APM_IOC_REJECT ioctl which is useful for example > > when implementing "run /sbin/shutdown -h when the power > >

kernel apm code

2001-03-27 Thread David Balazic
he [EMAIL PROTECTED] mail list. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTE

Re: Linux should better cope with power failure

2001-03-26 Thread David Balazic
ng a bad attitude. Don't blame race car makers > for destructive engine failure when you expect it to act like a family car. > > -d > > -- > There is a natural aristocracy among men. The grounds of this are virtue and >talents. Thomas Jefferson > The good thing a

Re: Linux should better cope with power failure

2001-03-26 Thread David Balazic
ets > included into the kernel. It was just a line or two bugfix, not a real patch. I will dig it up and send a patch for 2.4 When I have the time :-) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - -

Re: Linux should better cope with power failure

2001-03-26 Thread David Balazic
rst candidate for a "reboot properly" button, but there is no hardware support. That is why I used the power button, which is ( more or less ) under software control. > Gerhard > > On Fri, 23 Mar 2001, David Balazic wrote: > > > I had a similar experience: >

Re: floppy programming

2001-03-23 Thread David Balazic
can be done with concentrical cylinders and is done with all modern hard drives and was done also on the Commodore 64 5.25 inch floppies ( at least they used different number of sectors per track , I don't know if the actual bit density was variable or not ) > You can't > do this with

Re: Linux should better cope with power failure

2001-03-23 Thread David Balazic
gt; > Don't we tell children never go close to any abyss or doesn't have > alpinist a saying "never go to the limits"? So why is this simple rule > always broken with computers? > > O. Wyss -- David Balazic -- "Be excellent to each othe

Re: VIA vt82c686b and UDMA(100)

2001-03-23 Thread David Balazic
on a 80 wire IDE cable ( set to CABLE-SELECT , connected to the end connector; you must always first use both connectors on the end of the cable ! never left one end unused ) Without doing any settings with hdparm, I get the full transfer rate of the disk, measured with hdparm : ~35MB/s kerne

Re: Modem and sound support question..

2001-03-23 Thread David Balazic
xx_audio module. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo in

Re: Linux 2.4.2ac20

2001-03-14 Thread David Balazic
Nathan Walp wrote: > > David Balazic wrote: > > > > Nathan Walp ([EMAIL PROTECTED]) wrote : > > > > > Also, sometime between ac7 and ac18 (spring break kept me from testing > > > stuff inbetween), i assume during the new aic7xxx driver merge, the > &g

Re: Linux 2.4.2ac20

2001-03-13 Thread David Balazic
isk enumeration ( sdb becomes sdc ) or partition enumeration ( hda6 becomes hda5 ). * - theoreticaly no, but practicaly yes ( most of the time ) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe

Re: scsi vs ide performance on fsync's

2001-03-07 Thread David Balazic
is and has a predictive sector stretcher as the energy from the > inertia by the DC three-phase motor executes the dump. So where is a list of drives that do this ? www.list-of-hardware-that-doesnt-suck.com is not responding ... > Ever wondered why modern drives have op

Re: scsi vs ide performance on fsync's

2001-03-06 Thread David Balazic
; But Alan is right - we needs a "sync" command or something. I don't know > if IDE has one (it already might, for all I know). ATA , SCSI and ATAPI all have a FLUSH_CACHE command. (*) Whether the drives implement it is another question ... (*) references : ATA-6 draf

Re: Annoying CD-rom driver error messages

2001-03-06 Thread David Balazic
where I saw this mythical port of the 'file-access > monitoring daemon' This notification exists in 2.4.x ( at least the docs say so :-) see /usr/src/linux/Documentation/dnotify.txt -- David Balazic -- "Be excellent to each other." - Bill & Ted

Re: scsi vs ide performance on fsync's

2001-03-06 Thread David Balazic
http://boudicca.tux.org/hypermail/linux-kernel/2001week08/0211.html ] --- begin quote --- From: Ingo Oeser ([EMAIL PROTECTED]) On Mon, Feb 19, 2001 at 01:45:57PM +0100, David Balazic wrote: > It is a good idea IMO to flush the write cache of storage devices > at shutdown and other critical

make checkconfig results on linux 2.4.3-pre2

2001-03-06 Thread David Balazic
: 69: need CONFIG_TQM8xxL. include/asm-ppc/tqm8xx.h: 72: need CONFIG_TQM860. net/lapb/lapb_iface.c: 18: not needed. [root@localhost linux]# head Makefile VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 3 EXTRAVERSION =-pre2 someone should also run 'make checkhelp' ... reports a LOT of missing

Re: [2.4.2-ac5] X (4.0.1) crashes

2001-03-02 Thread David Balazic
d never be linked into kernel. > > [Or, someone should get kernel with nvidia drivers compiled in from > nvidia, and then ask them for sources :-)] >Pavel -- David Balazic -- "Be excellent to each other.&quo

RE: Unmounting and ejecting the root fs on shutdown.

2001-02-28 Thread David Balazic
ave to patch the kernel. Or : echo 0 > /proc/sys/dev/cdrom/lock ( I am not sure if this is the right filename ) Or run magicdev ;-) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this lis

Re: weird /proc/ide/hdx/settings

2001-02-26 Thread David Balazic
Andre Hedrick wrote: > > Zero is a counting number. 0->255 == 1->256. I don't understand. This doesn't explain (value) is bigger than (max). Are you saying that (value) is counted from 1 , while (max) ( and min too ? ) is counted from 0 ? david > On Fri, 23 Feb

Re: ide / usb problem

2001-02-26 Thread David Balazic
;Automatically enable DMA for PCI-IDE" kernel configuration option. It is said in the help text for the VIA-IDE option. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: s

weird /proc/ide/hdx/settings

2001-02-23 Thread David Balazic
IA IDE v4.3 -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Flusing caches on shutdown

2001-02-19 Thread David Balazic
theory if the journal is not stored on non-volatile memory, which is not guarantied in the current kernel. What is the official word on this issue ? I think this is important to the "enterprise" guys, at the least. Sincerely, david PS: CC me , as I'm not subscribed

Re: block ioctl to read/write last sector

2001-02-14 Thread David Balazic
e blocks that would normally be inaccessible through > the normal API seemed like the best bet to me. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line

RE: IDE timeouts 2.4.1

2001-02-05 Thread David Balazic
ng 2.4.0, not 2.4.1) >> dual Pentium III 933 MHz (STL2 board) >> SAMSUNG 20 GB IDE hard drive >> ServerWorks chipset >> >> details-- -- David Balazic -- "Be excellent to each other." - Bil

Possible VIA IDE driver bug

2001-02-01 Thread David Balazic
rive IDE Secondary slave : nothing both set to "cable select" both cables are ATA-66 , 80-wire cables ( the system is not oveclocked :-) -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Linux not adhering to BIOS Drive boot order?

2001-01-18 Thread David Balazic
al ones. That is true with /dev/sdXP case as well > as with /dev/hdXP case. What is the difference between physical and logical partitions ? How does this solve the "I deleted hda5 and now the old hda6 became hda5" problem ? -- David Balazic -- "Be excellent to each

Re: Linux not adhering to BIOS Drive boot order?

2001-01-18 Thread David Balazic
a , which is now the non-md disk , and sdc , which doesn't exists any more ??? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: Linux not adhering to BIOS Drive boot order?

2001-01-18 Thread David Balazic
Andreas Dilger wrote: > > David Balazic writes: > > Andreas Dilger <[EMAIL PROTECTED]> wrote : > > > In the end I re-wrote most of the patch, so > > > that we resolve ROOT_DEV before calling mount_root(), just to be a bit > > > more consistent. I

RE: Linux not adhering to BIOS Drive boot order?

2001-01-17 Thread David Balazic
/home in your fstab by its label, then you must change this before you insert the other disk. Possibilities : ( to change in /etc/fstab) - use UUID instead of volume-label -> no conflicts ever - temporarily relabel your /home - temporarily use a device node > >so tell me then,

Re: Linux not adhering to BIOS Drive boot order?

2001-01-17 Thread David Balazic
y :-( > > > The only problem is BIOS boot. That information is, I believe, stored in the > > ESCD, but I don't know if it's reliable enough and complete enough to be usable > > by Linux. > > It seems to work well enough. For the "load t

Re: Linux not adhering to BIOS Drive boot order?

2001-01-17 Thread David Balazic
in /etc/fstab (i.e. LABEL= and UUID= > instead of L: and UUID:). A trivial change... > In the end I re-wrote most of the patch, so > that we resolve ROOT_DEV before calling mount_root(), just to be a bit > more consistent. I will release a new patch for 2.2.18 and 2.4.0 after > D

Re: Linux not adhering to BIOS Drive boot order?

2001-01-17 Thread David Balazic
ists with _all_ devices that are assigned in the "order I found them today" , like audio devices , network devices etc... BTW, where is the scsihosts= kernel parameter documented ? -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - -

Re: Linux not adhering to BIOS Drive boot order?

2001-01-16 Thread David Balazic
I complained about this years ago , but nothing happened. If someone knows a way to reliably find a certain partition , regardless of the (non)existence and position of other partitions and disks in the system , short of scanning the contents of all available partitions , please tell me. P

devices.txt missing some info about OSS devices

2001-01-16 Thread David Balazic
/dspX and X * 16 + 4 for /dev/audioX -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: MTRR type AMD Duron/intel ?

2001-01-15 Thread David Balazic
Tobias Ringstrom wrote: > > On Mon, 15 Jan 2001, David Balazic wrote: > > > It also reports something like : > > PCI chipset unknown : assuming transparent > > Are you sure it's not > > Unknown bridge resource 0: assuming transparent Might be, I don&#x

MTRR type AMD Duron/intel ?

2001-01-15 Thread David Balazic
A recent 2.4.0 ( not the final , but close ) kernel prints this : mtrr: detected mtrr type: intel I have an AMD K7 Duron 700 CPU Is this correct ? It also reports something like : PCI chipset unknown : assuming transparent I have a VIA KT133 chipset -- David Balazic -- &qu

Re: Disk geometry changed after running linux

2001-01-15 Thread David Balazic
Guest section DW wrote: > > On Mon, Jan 15, 2001 at 07:18:30PM +0100, David Balazic wrote: > > > Then I installed linux ( "some" beta version , kernel > > is some recent 2.4.0-testXX ) > > > > After the installation the disk ( win2000 ) would not bo

Disk geometry changed after running linux

2001-01-15 Thread David Balazic
rkaround it by changing access mode in BIOS setup from AUTO to LBA, but I want to know what made BIOS to default to LARGE and how to fix it. -- David Balazic -- "Be excellent to each other." - Bill & Ted - - - - - - - - - - - - - - - - - - - - - - - To unsubscribe from this l