search for: orlov

Displaying 18 results from an estimated 18 matches for "orlov".

2003 Mar 08
3
Updated 2.4 htree patches available for 2.4.21rc5
...features which I've backported to 2.4, including forward compatibility for upcoming future extfs upgrades including dynamic filesystem resizing and expanded inodes for things like subsecond timestamps. The patches also add support for setting default mount options via tune2fs, and the improved Orlov block allocator. So if you're feeling adventurour, please backup your systems (you should *always* backup your systems, even when you're not trying out new kernel patches :-), and give these patches a whirl, and let me know how it goes. Thanks! - Ted
2003 Mar 14
1
Updated ext3 patch set for 2.4
...patches 99-deferred/ stuff being kept around for future consideration plus all-patches.tar.gz tarball of the above combo-patch-10to21.patch.gz combo patch of the 10--21 dirs above The tytso-updates includes all of Ted's recent changes, separated out as incrementals against the first htree+orlov changes he posted a while back, so that we can keep track of diffs. It includes his back-port of akpm's orlov changes, plus the recent htree and noatime fixes. Oh, and it has the requested "+htree+orlov" ext3 version string added. The combo patch should be equivalent to Ted's l...
2006 Dec 10
1
FW: Samba problem with APS .NET web farm (IIS) - change notify
...files = 65536 max mux = 2147483547 smb ports = 445 Regards, ?sgeir Halld?rsson -----Original Message----- From: samba-bounces+asgeir=ec.is@lists.samba.org [mailto:samba-bounces+asgeir=ec.is@lists.samba.org] On Behalf Of Damien 'zaide' Desmarets Sent: 7. desember 2006 15:43 To: Alex Orlov Cc: samba@lists.samba.org Subject: Re: [Samba] Samba problem with APS .NET web farm (IIS) - change notify Alex Orlov a ?crit : > Hi, Hello > > i have problems with change notify in my ASP server... > problem details in this KB http://support.microsoft.com/kb/810886 > but i dont know...
2003 Mar 13
6
Updated 2.4 htree patches available for 2.4.21-pre5
...ble at: http://thunk.org/tytso/linux/extfs-2.4-update/extfs-update-2.4.21pre5-2 and in broken out form at: http://thunk.org/tytso/linux/extfs-2.4-update/broken-out-2.4.21pre5-2 New to this patch set include: * A kludge to help htree work well with Linux's NFS implementation * Allow the orlov allocator to be disabled via a mount option. * Improvements to the inode and block allocators by Andrew Morton * The bugfix for noatime on newly created inodes * An open by inode number extension (this was an old patch I developed a while ago, updated for the latest 2.4 kernels; nothing changes...
2006 Jul 10
2
chattr +T not implemented?
We run a third party application that creates an inordinate amount of subdirectories in a single directory. To speed up I/O, I wanted to set the T attribute on the directory that will hold the subdirectories. The "chattr +T /usr/local/lepus-bb/a-0607" command returns status 0, but when I verify the setting, the attribute isn't there: # lsattr -d /usr/local/lepus-bb/a-0607
2007 May 17
2
RFC: Tuning ext3
...for extents and 48-bit support, requires Ubuntu 7.04 feisty or Fedora Core 7 or custom kernel) to allow filesystems > 8TB on Intel/AMD chips. [BigFS] F. Use an external journal on a separate high-RPM drive. [GenNFSPerf] G. Use a large journal. mkfs -J size=8192 [GenNFSPerf] H. Mount using -o orlov to use the Orlov block allocator (default, requires 2.6 kernel). Minimizes seeks by clustering files together. No risk. [GenNFSPerf] I. Mount using -o noatime,nodiratime. No risk. [GenNFSPerf] J. Mount using -o reservation to speed writes to multiple files in the same directory. No risk. [BigSeqI...
2004 May 13
3
EXT3 performance on Large (multi-TeraByte) RAID
Has anyone experienced a significant degradation in ext3 performance when using it on a Multi-TeraByte RAID? As part of an experimental setup, I hooked up three 300GB drives and made an EXT3 RAID5 out of them, using the entire space one each drive, and started throwing a large number of files in the size-range 3KB to 50 KB. Then, I deleted the raid, and created a new one, but this time, I used
2004 Mar 10
1
mkfs under different kernels
Is there any difference between running mkfs.ext3 under a 2.4 kernel and running that under a 2.6 kernel? Any benefits gained from doing it under 2.6?
2006 Dec 06
1
Samba problem with APS .NET web farm (IIS) - change notify
Hi, i have problems with change notify in my ASP server... problem details in this KB http://support.microsoft.com/kb/810886 but i dont know how fix it in samba? this man have same problem... http://www.nabble.com/Samba-problem-with-web-farm-t2755718.html PS: http://support.microsoft.com/default.aspx?scid=kb;en-us;281253
2005 Mar 02
3
searching for ext3 defrag/file move program
Hello everybody, reading about the speed improvements possible with (on boot) preloaded files (which should be continuous on disk) I searched for a ext3 defrag program. I found an ext2 defrag program (http://www.ibiblio.org/pub/Linux/system/filesystems/defrag-0.70.tar.gz, available in debian as defrag) which would have an optimal feature (moving files by a list) but refuses to work on ext3.
2005 Oct 31
2
What is the history of CONFIG_EXT{2,3}_CHECK?
Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK? There is code for a "check" option for mount if these options are enabled, but there's no way to enable them. TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said.
2005 Dec 02
1
[PATCH] ext3 doc: user_xattr and acl options are not on by default
Documentation/ext3.txt suggests that the "user_xattr" and "acl" mount options are on by default. This doesn't seem to be the case, as the kernel deduces the default mount options from the filesystem superblock, and mke2fs does not appear to write any default mount options there. This error was spotted by Jacques de Mer. Signed-off-by: Daniel Drake <dsd at
2003 May 22
3
Tuning system response degradation under heavy ext3/2 activity.
Hello. I'm looking for assistance or pointers for the following problem. OS: RHAS2.1 enterprise16 HW: HP proliant 2CPU 6GB RAM, internal RAID1 + RAID5(4 x 10K 72GB) When we run any kind of process (especially tar for some reason) that creates heavy disk activity the machine becomes Very Slow, (e.g. takes 30-45 seconds to get a reply from ls at the console, or a minute to log in.) I
2006 Apr 02
1
Zeroing freed blocks
...EE) ) { + zero_block(sb, block+i); + } } } --- linux-2.6.16/fs/ext2/super.c.zerofree 2006-03-20 05:53:29.000000000 +0000 +++ linux-2.6.16/fs/ext2/super.c 2006-04-02 09:21:52.000000000 +0100 @@ -289,7 +289,7 @@ enum { Opt_err_ro, Opt_nouid32, Opt_nocheck, Opt_debug, Opt_oldalloc, Opt_orlov, Opt_nobh, Opt_user_xattr, Opt_nouser_xattr, Opt_acl, Opt_noacl, Opt_xip, Opt_ignore, Opt_err, Opt_quota, - Opt_usrquota, Opt_grpquota + Opt_usrquota, Opt_grpquota, Opt_zerofree }; static match_table_t tokens = { @@ -312,6 +312,7 @@ static match_table_t tokens = { {Opt_oldalloc, "oldal...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...SHM 1.2 requests       dri2: better checks for integer overflow in GetBuffers* Andrea Canciani (1):       render: Allow single-stop gradients Andrew Eikum (2):       xace: Add XaceHookIsSet helper function       dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hook Arcady Goldmints-Orlov (1):       Fix alphamap interactions with wfb Chris Wilson (4):       randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmap       render: Fix leak of filter params       render: Propagate allocation failure from createSourcePicture()       present: Fix missed notify MSC...
2023 Jun 10
2
[Bridge] [syzbot] [net?] unregister_netdevice: waiting for DEV to become free (8)
Hello, syzbot found the following issue on: HEAD commit: 67faabbde36b selftests/bpf: Add missing prototypes for sev.. git tree: bpf-next console+strace: https://syzkaller.appspot.com/x/log.txt?x=1381363b280000 kernel config: https://syzkaller.appspot.com/x/.config?x=5335204dcdecfda dashboard link: https://syzkaller.appspot.com/bug?extid=881d65229ca4f9ae8c84 compiler: gcc (Debian
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
...nd Lock of Mods, Groups, and Controls       xkb: Keyboard mouse button emulation should not suppress other keyboard events Andy Ritger (2):       Remove static qualifier on mieqProcessInputEvents()'s 'event'       mi: Log an error if mieqProcessInputEvents() recurses. Arcady Goldmints-Orlov (1):       Fix alphamap interactions with wfb Boyan Ding (1):       xwayland: Activate and enable device on first capability reporting Bryce Harrington (1):       test: Fix typo and drop documentation references to glib. Carlos Garnacho (3):       xwayland: Add xwl_touch struct       xwayland: I...
2019 Oct 15
5
Zorg migration to GitHub/monorepo
Hello everyone, We are in the middle of porting the majority of zorg to GitHub/monorepo. The following build factories will be ported and if you use one of those for your bots, you are all covered: * ClangBuilder.getClangCMakeBuildFactory (31 bots) * ClangBuilder.getClangCMakeGCSBuildFactory (2 bots) * LibcxxAndAbiBuilder (23 bots) * SphinxDocsBuilder (7 bots) * UnifiedTreeBuilder (11