SEARCH  

NEWS

2010.10.06:11:36:28
IE ma już mniej niż 50% rynku
Globalne statystyki StatCounter mówią, że udział IE w rynku przeglądarek spadł poniżej 50%. Najszybciej nowych użytkowników zdobywała przeglądarka Google Chrome. Zmiany są szczególnie widoczne w Europie, gdzie wprowadzono do Windowsa ekran wyboru przeglądarek.

 

116629024923_565560007228Mark Fasheh
On Sep 10, 2008 11:46 -0700, Andrew Morton wrote: On Wed, 10 Sep 2008 05:49:34 -0700 Mark Fasheh <mfasheh@xxxxxxxx wrote: The following patches are the latest attempt at implementing a

 
200027254365_559260007443Mark Fasheh
From: Josef Bacik <jbacik@xxxxxxxxxx Any block based fs (this patch includes ext3) just has to declare its own fiemap() function and then call this generic function with its own get_block_t. Thi

 
177424514282_532760007940Andreas Dilger
Hi, This is the implementation for large EA support in ext4. Note that this also helps to have a larger number of EAs since large EAs get written out to a new inode instead of the EA block. If valu

 
146926764147_533460007727Aneesh Kumar KV
在 2008-08-25一的 16:47 -0600,Andreas Dilger写道: On Aug 25, 2008 21:30 +0530, Kalpak Shah wrote: This is the implementation for large EA support i

 
158021334734_544660007943Andreas Dilger
Hi, This is the implementation for large EA support in ext4. Note that this also helps to have a larger number of EAs since large EAs get written out to a new inode instead of the EA block. If valu

 
121028564845_513260007228Aneesh Kumar KV
With delayed allocation we need to make sure block are reserved before we attempt to allocate them. Otherwise we get block allocation failure (ENOSPC) during writepages which cannot be handled. This

 
136025104953_572660007874Aneesh Kumar KV
在 2008-08-25一的 16:47 -0600,Andreas Dilger写道: On Aug 25, 2008 21:30 +0530, Kalpak Shah wrote: This is the implementation for large EA support i

 
116828764325_545160007370Aneesh Kumar KV
This patch add dirty block accounting using percpu_counters. Delayed allocation block reservation is now done by updating dirty block counter. In the later patch we switch to non delalloc mode if the

 
139126734046_553960007649Aneesh Kumar KV
With delayed allocation we need to make sure block are reserved before we attempt to allocate them. Otherwise we get block allocation failure (ENOSPC) during writepages which cannot be handled. This

 
126525874782_599960007471Aneesh Kumar KV
This patch add dirty block accounting using percpu_counters. Delayed allocation block reservation is now done by updating dirty block counter. In the later patch we switch to non delalloc mode if the

 
194222434327_578660007838Akira Fujita
Otherwise we skip group 0 during block allocation. This cause ENOSPC even if we have free blocks in group 0. This should be merged with defrag. The expected_group changes are introduced by defrag pat

 
101327374347_596760007450Akira Fujita
Otherwise we skip group 0 during block allocation. This cause ENOSPC even if we have free blocks in group 0. This should be merged with defrag. The expected_group changes are introduced by defrag pat

 
184026314326_516460007529Mingming Cao
在 2008-08-25一的 16:50 +0530,Aneesh Kumar K.V写道: delayed allocation allocate blocks during writepages. That also means we cannot handle block alloc

 
153424734201_558160007208Mingming Cao
在 2008-08-25一的 16:50 +0530,Aneesh Kumar K.V写道: delayed allocation allocate blocks during writepages. That also means we cannot handle block alloc

 
122922764796_501060007829Mingming Cao
在 2008-08-25一的 16:50 +0530,Aneesh Kumar K.V写道: During block reservation if we dont have enough blocks left, retry block reservation with smaller

 
148222164071_580960007448Mingming Cao
在 2008-08-25一的 16:50 +0530,Aneesh Kumar K.V写道: During block reservation if we dont have enough blocks left, retry block reservation with smaller

 
164620154184_599460007647Aneesh Kumar KV
On Mon, 2008-08-25 at 16:50 +0530, Aneesh Kumar K.V wrote: fbc- count is of type s64. The change was introduced by 0216bfcffe424a5473daa4da47440881b36c1f4 which changed the type from long to s6

 
144328224277_577060007359Aneesh Kumar KV
On Mon, 2008-08-25 at 16:50 +0530, Aneesh Kumar K.V wrote: fbc- count is of type s64. The change was introduced by 0216bfcffe424a5473daa4da47440881b36c1f4 which changed the type from long to s6

 
129825214832_550060007843Andreas Dilger
On Mon, 2008-08-25 at 19:35 +0530, Aneesh Kumar K.V wrote: On Mon, Aug 25, 2008 at 01:27:19PM +0200, Peter Zijlstra wrote: On Mon, 2008-08-25 at 16:50 +0530, Aneesh Kumar K.V wrote: @@ -

 
170923304119_550460007394Andreas Dilger
On Mon, 2008-08-25 at 19:35 +0530, Aneesh Kumar K.V wrote: On Mon, Aug 25, 2008 at 01:27:19PM +0200, Peter Zijlstra wrote: On Mon, 2008-08-25 at 16:50 +0530, Aneesh Kumar K.V wrote: @@ -

 
133228234611_540460007613Manish Katiyar
On Mon, 25 Aug 2008 16:50:28 +0530 "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxxxxxxx wrote: fbc- count is of type s64. The change was introduced by 0216bfcffe424a5473daa4da474408

 
185222784629_503660007611Manish Katiyar
On Mon, 25 Aug 2008 16:50:28 +0530 "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxxxxxxx wrote: fbc- count is of type s64. The change was introduced by 0216bfcffe424a5473daa4da474408

 
168327164432_596060007418Theodore Tso
Close the filehandle and return in case if we are unable to expand the directory during write. Signed-off-by: "Manish Katiyar" <mkatiyar@xxxxxxxxx --- debugfs/debugfs.c | 1 + 1 f

 
131827844939_515060007040Theodore Tso
Close the filehandle and return in case if we are unable to expand the directory during write. Signed-off-by: "Manish Katiyar" <mkatiyar@xxxxxxxxx --- debugfs/debugfs.c | 1 + 1 f

 
199329924370_511260007712Theodore Tso
Below patch ensures that cleanup is done properly in ext2fs_initialize from all return paths in case of errors. Signed-off-by: "Manish Katiyar" <mkatiyar@xxxxxxxxx --- lib/ext2fs/ini

 
150728284535_511760007166Theodore Tso
Below patch ensures that cleanup is done properly in ext2fs_initialize from all return paths in case of errors. Signed-off-by: "Manish Katiyar" <mkatiyar@xxxxxxxxx --- lib/ext2fs/ini

 
173120844444_535960007717Theodore Tso
Ted, I was not sure if I should change it to EXT2_OBSO_OS_MASIX as it is currently defined in ext2_fs.h. Let me know if you think that is the correct way to fix it, will redo the patch. Compilation

 
197028034432_540260007917Theodore Tso
Ted, I was not sure if I should change it to EXT2_OBSO_OS_MASIX as it is currently defined in ext2_fs.h. Let me know if you think that is the correct way to fix it, will redo the patch. Compilation

 
182120814700_575960007984Christoph Hellwig
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus This patch series contains a number of bug fixes that fixes various BUG() crashes discove

 
179922244976_516960007471Aneesh Kumar KV
On Sat, Aug 23, 2008 at 07:44:39PM -0400, Christoph Hellwig wrote: ext4: Initialize writeback_index to 0 when allocating a new inode Since commit 7d455e0030eeab820773e7786605be4d9e56a0

 
188228444299_541660007532Aneesh Kumar KV
percpu_counter_sum_and_sub(struct percpu_counter *fbc, s64 amount) This will be later used by ext4 code. It adds up the local per cpu counter values to global count and subtract amount from the gloa

 
158226924616_502660007736Mingming Cao
在 2008-08-22五的 19:04 +0530,Aneesh Kumar K.V写道: With delayed allocation we need to make sure block are reserved before we attempt to allocate them

 
174320204539_517560007301Peter Zijlstra
在 2008-08-22五的 19:04 +0530,Aneesh Kumar K.V写道: fbc- count is of type s64. The change was introduced by 0216bfcffe424a5473daa4da47440881b36c1f4 wh

 
109122424383_579260007614Hidehiro Kawai
The patch titled ext4: dont try to resize if there are no reserved gdt blocks left has been removed from the -mm tree. Its filename was ext4-dont-try-to-resize-if-there-are-no-reserved-gd

 
177628014839_575260007175Rishikesh K Rajak
Hello, On Thu 21-08-08 19:09:27, Hidehiro Kawai wrote: The patch titled jbd: fix error handling for checkpoint io has been added to the -mm tree. Its filename is jbd-fix

 
122228524018_552260007980Eric Sandeen
On Thu, Aug 21, 2008 at 03:12:52PM +0530, Rishikesh K Rajak wrote: Wanted to know if anyone is getting the same problem too. rel="nofollow" bugzilla.kernel.org/show_bug.cgi?id=11389 b

 
105328494671_566960007721Mingming Cao
(oops, left off the s390 list on the first send) The following changes get ext4 on s390 up and running for me. the switch from ffs to __ffs changes where we start counting (if the first bit is set,

 
140526194742_594460007163Jose R Santos
The following series of patches implement API call needed to handle 64-bit block numbers. Im concentrating mainly in providing the API call first and if the interfaces are sane, we can go ahead and

 
124528864406_562860007407Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Use blk64_t for blocks in struct ext2_file. The ext2_file structure is never exposed through the libext2fs API so it is safe to use 64-bit blocks for blockn

 
124224534208_508060007178Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Add ext2_off64_t type. The ext2_off_t is u32. Creating a new 64-bit ext2_off64_t for 64bit offsets. Signed-off-by: Jose R. Santos <jrs@xxxxxxxxxx --

 
125524274029_527360007297Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Add 64-bit dirblock interface. Add new ext2fs_(read|write)_dir_block3() routines that take blk64_t as an input. Signed-off-by: Jose R. Santos <jrs@xxxxx

 
125220024146_592360007021Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Add 64-bit alloc interface. Add new ext2fs_new_block2(), ext2fs_get_free_blocks2() and ext2fs_alloc_block2() that take and return blk64_t. Signed-off-by: J

 
164420764640_538560007433Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Use new ext2fs_super_and_bgd_loc2 call in libext2fs. The new ext2fs_super_and_bgd_loc2() function has some changes aside from just blk64_t support. Lets ma

 
154922654318_595660007996Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Add 64-bit getsize interface. Added interface capable of opening 64-bit block device. Signed-off-by: Jose R. Santos <jrs@xxxxxxxxxx -- lib/ext2fs/ext

 
136321354448_557160007653Jose R Santos
From: Jose R. Santos <jrs@xxxxxxxxxx Add 64-bit mkjournal.c interface Added 64-bit mkjournal.c interface. Needed to zero inode tables. Signed-off-by: Jose R. Santos <jrs@xxxxxxxxxx -- l

 
175024704079_578060007028Aneesh Kumar KV
Hi, I am getting this even with the latest patch queue. The test program is a modified fsstress with fallocate support. mpage_da_map_blocks block allocation failed for inode 377954 at logical offse

 
107629964030_522260007702Aneesh Kumar KV
On Wed, Aug 20, 2008 at 04:16:44PM +0530, Aneesh Kumar K.V wrote: mpage_da_map_blocks block allocation failed for inode 323784 at logical offset 313 with max blocks 11 with error -28 This

 
124425624779_588460007799Aneesh Kumar KV
在 2008-08-20三的 23:57 +0530,Aneesh Kumar K.V写道: On Wed, Aug 20, 2008 at 07:53:31AM -0400, Theodore Tso wrote: On Wed, Aug 20, 2008 at 04:16:44PM

 
131724974064_563660007958Theodore Tso
On Aug 20, 2008 07:53 -0400, Theodore Tso wrote: Also, this is one of the places where it might help if we did something like: freeblocks = percpu_counter_read(&sbi- s_freeblocks_count

 
163228154092_507960007308Theodore Tso
在 2008-08-20三的 07:53 -0400,Theodore Tso写道: On Wed, Aug 20, 2008 at 04:16:44PM +0530, Aneesh Kumar K.V wrote: mpage_da_map_blocks block alloca