SEARCH  

NEWS

2010.10.06:11:36:28
OnetVOD: filmy i seriale w pakiecie VODmax
Onet VOD wprowadził pakiet VODmax, który umożliwia nieograniczony dostęp do ponad 200 godzin płatnych materiałów wideo o charakterze premium dostępnych w serwisie: amerykańskich seriali z wytwórni Warner Bros, polskich produkcji, w tym prapremier seriali TVN oraz kilkudziesięciu filmów fabularnych.

 

157729434611_588660007892Josef 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

 
124121854018_595760007044Josef 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

 
137324564904_502160007165CSights
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

 
184122014920_520460007278CSights
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

 
147325174347_568660007739Chris Mason

 
146923234681_507960007448Chris Mason

 
197224494634_599160007973Chris 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,

 
103427794428_593860007681Chris 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,

 
110326414882_502260007793Chris 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

 
130023184309_564860007055Dmitri 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: #

 
138624734378_506760007587Luca 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

 
151525244036_514860007442Chris 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

 
112125494220_554960007019Chris Mason

 
123025904661_511260007505Chris Mason

 
190529134824_521460007827Chris Mason

 
126929474300_564760007853Chris Mason

 
123325284376_527060007891Aaron 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

 
171227984439_593260007926David 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

 
195225774515_561260007127Oliver 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  

 
111725954039_594160007599Hugo 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 |

 
176820784546_506760007559Chris 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

 
192029594087_529660007764Jens 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

 
118729404561_562660007908Simon 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

 
155228234485_506760007175Josef Bacik

 
119425514770_523360007579Josef Bacik

 
183322594657_537860007381Josef 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,

 
193822464340_502460007569Josef 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:

 
178927294509_535060007381Yien 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:

 
125829084203_574360007638Dmitri 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

 
191921694189_568860007681Hugo 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

 
126622354940_592360007266Jan 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

 
130425524512_564560007054Jan 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.

 
121423654784_572460007139Jan 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

 
110429734046_530760007021Peter 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

 
194526344190_513360007593Marc 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

 
181525884829_575460007443Marc 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

 
101928154995_553260007571Josef 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

 
158726744936_537060007651Lee 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

 
150925014624_555560007339Lee 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

 
157627544974_576760007295Lee Trager

 
135927024884_518860007394Lee Trager

 
163124754209_562660007669Steven Pratt

 
119725944343_513260007741Steven Pratt

 
178424734241_540760007050Steven 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

 
174726044804_572160007692Steven 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

 
101627304393_590060007849Steven 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

 
129425504324_550360007332Chris 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

 
117223724926_551560007890Steven 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

 
125522884363_549760007391Yan 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

 
154724434996_535160007366Chris 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