SEARCH  

NEWS

2010.10.06:11:36:28
Komputronik: rośnie rola usług na rynku salonów komputerowych
Polski rynek salonów komputerowych zmienia swój charakter z typowo sprzedażowego na usługowy. W ten sposób salony wchodzą w wysokomarżowy segment gospodarki, który zajmowany był do tej pory przez wyspecjalizowane firmy. Jednocześnie zyskują nowe atuty w konkurencji z dużymi marketami elektronicznymi.

 

178023434148_599160007037Josef Bacik
This patch removes the pinned_mutex. The extent io map has an internal tree lock that protects the tree itself, and since we only copy the extent io map when we are committing the transaction we don

 
149027134860_568660007699Josef Bacik
This patch removes the pinned_mutex. The extent io map has an internal tree lock that protects the tree itself, and since we only copy the extent io map when we are committing the transaction we don

 
157423364211_584960007116CSights
This patch cleans up the free space cache code a bit. It better documents the idiosyncrasies of tree_search_offset and makes the code make a bit more sense. I took out the info allocation at the sta

 
193023264898_506060007376CSights
This patch cleans up the free space cache code a bit. It better documents the idiosyncrasies of tree_search_offset and makes the code make a bit more sense. I took out the info allocation at the sta

 
133820694871_575560007223Chris Mason

 
154127664567_568960007071Chris Mason

 
172722464785_558660007936Chris Mason
This is true, cp makes a full copy of the file. The btrfs utilities include a program called bcp that makes a COW copy of a single file (or directory tree) with a btrfs specific ioctl. Okay,

 
128525064272_549660007413Chris Mason
This is true, cp makes a full copy of the file. The btrfs utilities include a program called bcp that makes a COW copy of a single file (or directory tree) with a btrfs specific ioctl. Okay,

 
161222844739_551060007576Chris Mason
Hi everyone, Here is an expanded example which is how I imagined COW would handle changes to the files data ("file contents"). One can pretend it is an attempt to inject mali

 
188726824645_575760007631Dmitri Nikulin
On Tue, Mar 17, 2009 at 1:35 AM, CSights <csights@xxxxxxxxxxx wrote: Hi everyone,        Im curious what would happen in btrfs if the following commands were issued: #

 
198029784396_554660007152Luca Bruno
There are still some warnings of the form: format %llu expects type long long unsigned int but argument has type u64 In conjunction with -Werror, this is causing some build failures. Now theyre pro

 
161823934399_540260007331Chris Mason
Hello, recently I installed a distribution I want to look at via chroot into a btrfs subvolume on a multidevice btrfs. Now I tried to boot this, the kernel command line in GRUB looks as follows so

 
133822654838_561060007192Chris Mason

 
102223744476_576260007821Chris Mason

 
133727704502_598360007940Chris Mason

 
161325064918_500960007585Chris Mason

 
116126714978_556060007958Aaron Straus
If were waiting for a transaction to end, and it started more than five minutes ago, emit a warning. Signed-off-by: Chris Ball <cjb@xxxxxxxxxx --- fs/btrfs/transaction.c | 1 + 1 files chang

 
189224114222_572960007984David John
Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx --- fs/btrfs/ctree.c | 3 +-- fs/btrfs/extent-tree.c | 3 +-- fs/btrfs/free-space-cache.c | 3 +-- fs/btrfs/tree-log

 
192120444357_539760007241Oliver Mattos
On Tue, Mar 10, 2009 at 4:16 AM, David John <davidjonx@xxxxxxxxx wrote: Stoyan Gaydarov wrote: Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx ---  fs/btrfs/ctree.c  

 
121721434010_572060007537Hugo Mills
On Tue, 2009-03-10 at 00:10 -0500, Stoyan Gaydarov wrote: Signed-off-by: Stoyan Gaydarov <stoyboyker@xxxxxxxxx --- fs/btrfs/ctree.c | 3 +-- fs/btrfs/extent-tree.c |

 
165927394043_557760007096Chris Mason
On Mon, Mar 09, 2009 at 10:31:41AM +0000, Hugo Mills wrote: After an online resize, the filesystem reports its new size, but still runs out of space at the old size: [...] Unmounting and

 
116129104767_513960007840Jens Axboe
I tried applying this patch, but the fragmentation_percent function is giving me: WARNING: "__udivdi3" [/home/partition6/yien/git/linux-git/fs/btrfs/btrfs.ko] undefined! when I compile, a

 
109623614251_531960007272Simon Holm ThxF8gers
Thanks Jens! My research had indicated something about 64-bit division and using do_div, but you cleared it up for me. The fragmentation_percent function ultimately does another divide to get the p

 
130320114316_566160007122Josef Bacik

 
190226264265_591360007391Josef Bacik

 
144920044129_549360007878Josef Bacik
This patch improves the allocators packing ability to greatly improve cold-cache reads. Instead of handling the empty_size logic within find_free_extent, we simply pass it to btrfs_find_free_space,

 
158927434788_535660007257Josef Bacik
Last night, this event jammed up a good chunk of my server: Mar 4 01:51:36 vlad kernel: btrfs searching for 1716224 bytes, num_bytes 1716224, loop 2, allowed_alloc 1 Mar 4 01:51:36 vlad kernel:

 
119529794619_544660007710Yien Zheng
On Wed, Mar 04, 2009 at 01:50:53PM -0500, Josef Bacik wrote: On Wed, Mar 04, 2009 at 06:06:19PM +0000, Hugo Mills wrote: Last night, this event jammed up a good chunk of my server:

 
171926014721_503560007129Dmitri Nikulin
I just tried umounting the partition and got this: [ 1395.028651] btrfs searching for 69632 bytes, num_bytes 69632, loop 2, allowed_alloc 1 [ 1395.028661] btrfs allocation failed flags 1, wanted 696

 
115721624755_542260007100Hugo Mills
This is just a hunch, but maybe the handling of spare files (such as .vdi) is not ideal or not what were used to with extN. Normally "skipped" blocks do not count towards the disk f

 
181325244105_594360007687Jan Engelhardt
This patch lets each root keep track of a small area of contigous space from which to allocate from in order to keep blocks for different roots interleaving themselves on disk. This happens in two p

 
182126064429_560960007311Jan Engelhardt
On Tue, Mar 03, 2009 at 04:09:38AM +0100, Jan Engelhardt wrote: Hi, The following oops was obtained by doing some copying; its tainted-P by nvidia but maybe it still gives some hints.

 
186621574289_548560007587Jan Engelhardt
On Tue, Mar 03, 2009 at 05:11:06PM +0100, Jan Engelhardt wrote: On Tuesday 2009-03-03 16:40, Josef Bacik wrote: The following oops was obtained by doing some copying; its tainted-P by

 
119423224187_591660007448Peter Vander Klippe
Hi, I just wanted to inform you all that Ive built btrfs packages for ubuntu (intrepid). You can find them in my PPA ( rel="nofollow" launchpad.net/~brcha/+archive/ppa launchpad.net/~brcha/+a

 
104425154611_580060007686Marc Schoechlin
Hello Developers, it seems that i discovered a bug in btrfs while testing it on a zSeries mainframe :-) ## Test environment: - IBM System z900 Mainframe - Debian SID with 64 Bit Kernel - GIT Sourc

 
190127514209_500560007227Marc Schoechlin
On Thu, 2009-02-26 at 21:16 +0100, Marc Schoechlin wrote: Hello Developers, it seems that i discovered a bug in btrfs while testing it on a zSeries mainframe :-) Thanks, Ill try to repro

 
169225144833_512160007795Josef Bacik
On Thu, Feb 26, 2009 at 09:36:08PM +0100, Marc Schoechlin (linux-btrfs@xxxxxxxxxxxxxxx) wrote: [ 359.658789] btrfs allocation failed flags 68, wanted 4096 [ 359.659966] space_info has 932491264

 
143229894953_572260007556Lee Trager
Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took out the delayed unlink code, it wasnt making a big enough difference in any benchmarks to justify

 
130826694879_549560007236Lee Trager
Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took out the delayed unlink code, it wasnt making a big enough difference in any benchmarks to justify

 
194426294752_555560007689Lee Trager

 
124023284439_545060007132Lee Trager

 
167720254647_550960007769Steven Pratt

 
130425794758_525660007232Steven Pratt

 
181326084901_569160007484Steven Pratt
On Thu, 2009-02-26 at 16:54 -0600, Steven Pratt wrote: Chris Mason wrote: Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took

 
192820474112_567960007540Steven Pratt
On Miércoles 25 Febrero 2009 22:07:33 Steven Pratt escribió: All in all good progress. Results and graphs can be found here: rel="nofollow" btrfs.boxacle.net/repository/raid/h

 
136828424869_580760007202Steven Pratt
On Thu, 2009-02-26 at 16:54 -0600, Steven Pratt wrote: Chris Mason wrote: Hello everyone, Ive rebased the experimental branch again with my latest performance fixes. I took

 
194029694227_558660007374Chris Ball
On Miércoles 25 Febrero 2009 23:55:08 Steven Pratt escribió: Unless I am missing something, what you are referring to is a simple wraping/alignment issue in the key on the long name

 
135527824953_511260007253Steven Pratt
On Miércoles 25 Febrero 2009 22:07:33 Steven Pratt escribió: All in all good progress. Results and graphs can be found here: rel="nofollow" btrfs.boxacle.net/repository/raid/h

 
134428514862_524560007965Yan Zheng
On Wed, Feb 25, 2009 at 02:13:10PM -0500, Chris Ball wrote: Hi, This patch (against experimental HEAD) attempts to make shrinking more robust, by only updating device size if weve succeeded

 
172924694012_584160007614Chris Ball
On Miércoles 25 Febrero 2009 23:55:08 Steven Pratt escribió: Unless I am missing something, what you are referring to is a simple wraping/alignment issue in the key on the long name