SEARCH  

NEWS

2010.10.06:11:36:28
Nie podał hasła, trafił za kratki
W ten sposób brytyjski sąd chce zmusić nastolatka do podania hasła szyfrującego jego komputer. Sprawa jest poważna, dotyczy bowiem seksualnego wykorzystywania dzieci.

 

124722654949_562860007674Josef 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

 
122821284374_577760007475Josef 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

 
197925284485_565060007905CSights
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

 
137926124777_570860007987CSights
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

 
165726764349_583160007566Chris Mason

 
161523304831_556360007412Chris Mason

 
123621864541_561160007083Chris 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,

 
108629434612_557160007260Chris 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,

 
147629724872_525260007932Chris 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

 
123823354608_558860007691Dmitri 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: #

 
115327814021_598560007981Luca 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

 
139625804167_593760007130Chris 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

 
101922764072_563160007665Chris Mason

 
189223234636_576360007315Chris Mason

 
169528144651_530360007817Chris Mason

 
199525554598_501660007941Chris Mason

 
199729354520_516360007711Aaron 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

 
129428914987_536760007835David 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

 
103124134158_566860007734Oliver 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  

 
198328724547_563360007949Hugo 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 |

 
145021694503_504760007041Chris 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

 
198821824977_550860007848Jens 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

 
121826404738_520560007260Simon 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

 
104020384674_519860007850Josef Bacik

 
193226894722_547960007897Josef Bacik

 
142727724065_593060007251Josef 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,

 
197228084433_594860007779Josef 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:

 
179525344419_553360007426Yien 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:

 
179327814465_546660007171Dmitri 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

 
131629114861_503860007182Hugo 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

 
193528174955_500060007774Jan 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

 
125127184581_568460007897Jan 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.

 
146324604431_588260007170Jan 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

 
130827864951_577360007930Peter 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

 
194425684840_580560007229Marc 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

 
198725414045_594260007793Marc 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

 
171527924510_529660007175Josef 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

 
119229394636_562360007629Lee 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

 
179421284414_574460007666Lee 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

 
167428454234_551460007841Lee Trager

 
174326364382_578960007923Lee Trager

 
158122914715_509160007190Steven Pratt

 
126727804129_590360007950Steven Pratt

 
153121954077_594660007979Steven 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

 
161126144824_584660007473Steven 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

 
168728714108_506860007686Steven 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

 
199222404978_570760007565Chris 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

 
189725984344_502660007747Steven 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

 
197620314943_505360007883Yan 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

 
103225884496_585660007624Chris 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