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.

 

121021654207_533960007922Mark 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

 
136422554538_550460007760Mark 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

 
106521744249_522060007495Andreas 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

 
196127694388_512760007738Aneesh 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

 
116924084877_547960007109Andreas 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

 
123921914275_544760007521Aneesh 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

 
136828954776_590660007691Aneesh 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

 
166524654865_591460007843Aneesh 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

 
140926454612_579760007170Aneesh 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

 
153529434578_541260007559Aneesh 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

 
152226604751_579760007281Akira 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

 
131724754175_509260007575Akira 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

 
178420454039_564860007724Mingming 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

 
149123684369_510260007142Mingming 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

 
127227014084_585160007505Mingming 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

 
141026344165_516060007272Mingming 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

 
144127484748_561660007128Aneesh 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

 
119026244173_522960007133Aneesh 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

 
195427634502_532360007667Andreas 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: @@ -

 
146521384368_554960007480Andreas 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: @@ -

 
105423994114_522060007545Manish 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

 
149330004292_524060007132Manish 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

 
136828064756_554260007027Theodore 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

 
167629904791_517760007657Theodore 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

 
184527774796_521260007785Theodore 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

 
169223804183_580760007742Theodore 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

 
135120934741_564460007357Theodore 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

 
177627024163_553260007198Theodore 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

 
156029194188_535160007500Christoph 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

 
100729414277_580360007603Aneesh 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

 
158828444984_577160007584Aneesh 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

 
151220014677_525360007009Mingming 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

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

 
197225134874_515960007970Hidehiro 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

 
166028724910_593760007061Rishikesh 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

 
154022624906_552360007556Eric 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

 
110725454558_578460007203Mingming 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,

 
179424094624_550560007577Jose 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

 
145921544089_533360007954Jose 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

 
130229744825_521260007500Jose 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 --

 
127424514762_517960007795Jose 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

 
173620814340_529360007138Jose 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

 
149626594548_512060007730Jose 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

 
169726234885_578660007198Jose 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

 
174022584172_556460007082Jose 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

 
106327454534_582660007508Aneesh 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

 
162026604589_596160007454Aneesh 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

 
109824494112_564760007276Aneesh 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

 
137622654899_526060007854Theodore 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

 
145927914112_563160007583Theodore 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