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.

 

135720404227_523760007565Latchesar Ionkov
On 9/3/07, Latchesar Ionkov <lucho@xxxxxxxxxx wrote: This patch improves the 9P2000 support by allowing every user to attach separately. The patch defines three modes of access (new mount o

 
177125834617_503660007581Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc5 with patches available. Feel free to add new regressions/remove fixed etc. rel="nofollow" kernelnewbies.org/known_regressions ke

 
137823644881_516160007164Jan Kara
On 9/12/07, Latchesar Ionkov <lucho@xxxxxxxxxx wrote: - allow only one user to access the tree (access=<uid ) Only the user with uid can access the v9fs tree. Other users that attempt

 
159122194389_502460007998Andrew Morton

 
169220424375_501660007115Jan Kara
On Sep 03, 2007 20:03 +0200, Jan Kara wrote: Ive finally got to writing up some proposal how could look system calls allowing for online filesystem defragmentation and generally moving file

 
172528734156_595260007295Michal Piotrowski
On Mon, 3 Sep 2007 05:46:02 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx wrote: Apart from suspend-to-disks a), all of the above are post-2.6.21 regressions. I meant: post-2.6.22 regress

 
151628814878_513360007724Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc5 with patches available. Feel free to add new regressions/remove fixed etc. rel="nofollow" kernelnewbies.org/known_regressions ke

 
171522954088_559660007028Andrew Morton

 
176020474248_514960007655Andrew Morton
On 9/3/07, Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx wrote: Subject : console is messed up after resume from s2ram or switching to console from X References : rel="n

 
114727644697_552260007212Josef Jeff Sipek

 
163825054085_579460007194Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/commonfops.c | 6 +++--- 1 files

 
108829734074_596760007992Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Unionfs needs a special fan-out version of fsstack_copy_attr_all. A single-level stackable file systems such as eCryptfs can therefore use a simplified fsstac

 
169128214287_577960007743Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/rename.c | 30 +++++++++++++++++++

 
180721764790_505560007862Michal Piotrowski
On Mon, 3 Sep 2007 05:46:02 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx wrote: Apart from suspend-to-disks a), all of the above are post-2.6.21 regressions. I meant: post-2.6.22 regress

 
171024724626_540760007406Jan Engelhardt
From: Erez Zadok <ezk@xxxxxxxxxxxxx Part of cache-coherency support (as per OLS07 talk and Documentation/filesystems/unionfs/concepts.txt): update our inode time if lower had changed. Signed-of

 
162026314911_570560007367Andrew Morton
On 9/3/07, Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx wrote: Subject : console is messed up after resume from s2ram or switching to console from X References : rel="n

 
189925134339_597460007445Jan Engelhardt
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
196621714265_525260007681Josef Jeff Sipek

 
199627574857_578660007181Jan Engelhardt
On Mon, Sep 03, 2007 at 08:52:17AM +0200, Jan Engelhardt wrote: On Sep 2 2007 22:20, Josef Jeff Sipek wrote: @@ -184,10 +183,92 @@ out: } /* + * Determine if the lower inode o

 
164825224654_527460007647Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
168025494278_559160007703Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/commonfops.c | 6 +++--- 1 files

 
195921524216_529760007697Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
174220914868_500760007818Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Unionfs needs a special fan-out version of fsstack_copy_attr_all. A single-level stackable file systems such as eCryptfs can therefore use a simplified fsstac

 
168823404575_554560007387Satyam Sharma
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/namei.c | 1 + 1 files changed, 1 insert

 
172727744910_538060007839Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/rename.c | 30 +++++++++++++++++++

 
102727284387_530660007641Josef Jeff Sipek
On Mon, Sep 03, 2007 at 09:59:15PM +0530, Satyam Sharma wrote: On Sun, 2 Sep 2007, Josef Jeff Sipek wrote: diff --git a/fs/namei.c b/fs/namei.c index a83160a..b2b7c8e 100644

 
100822774793_522460007919Jan Engelhardt
From: Erez Zadok <ezk@xxxxxxxxxxxxx Part of cache-coherency support (as per OLS07 talk and Documentation/filesystems/unionfs/concepts.txt): update our inode time if lower had changed. Signed-of

 
192123164010_578960007355Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Bug fix to test if a lower branch is readonly, even when given negative dentries. Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff

 
160620114695_518060007820Jan Engelhardt
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
156822834594_547760007641Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Ensure that a branch set as ro behaves like a real readonly mounted lower file system. This allows us to remove the old nfsro option. Now unionfs handles ev

 
131526914368_570360007687Jan Engelhardt
On Mon, Sep 03, 2007 at 08:52:17AM +0200, Jan Engelhardt wrote: On Sep 2 2007 22:20, Josef Jeff Sipek wrote: @@ -184,10 +183,92 @@ out: } /* + * Determine if the lower inode o

 
134420054965_513660007538Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
105521504855_506660007177Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_

 
142125454189_511560007746Satyam Sharma
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/namei.c | 1 + 1 files changed, 1 insert

 
193622944028_552960007693Josef Jeff Sipek
On Mon, Sep 03, 2007 at 09:59:15PM +0530, Satyam Sharma wrote: On Sun, 2 Sep 2007, Josef Jeff Sipek wrote: diff --git a/fs/namei.c b/fs/namei.c index a83160a..b2b7c8e 100644

 
117020864384_553960007381Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Bug fix to test if a lower branch is readonly, even when given negative dentries. Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff

 
122621334386_519060007616Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Ensure that a branch set as ro behaves like a real readonly mounted lower file system. This allows us to remove the old nfsro option. Now unionfs handles ev

 
172823254767_558360007706Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Fixes, updates, and better documentation for the file-copyup functionality. Include two additional utility functions useful for copyup code callers. Parent di

 
176028134251_594960007978Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Correctly revalidate a file and account for lower mnts, even when branches are updated or inserted. Better info upon file copyup. Signed-off-by: Erez Zadok

 
169428644271_572360007042Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Properly update lower objects, and release lower mnts upon ioctl success or failure. Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Je

 
141525624128_579960007918Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/copyup.c | 43 +++++++++++++++++++

 
117923274050_556660007320Josef Jeff Sipek
On Sep 2 2007 22:20, Josef Jeff Sipek wrote: +/* copy a/m/ctime from the lower branch with the newest times */ +static inline void unionfs_copy_attr_times(struct inode *upper) +{ + /* XXX: sh

 
118122454646_594960007037Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Update version number from 2.0 to 2.1 to reflect the amount of work that had gone in since 2.0 was first released, and also to sync up with Unionfs 2.x releas

 
165525884850_590760007777Josef Jeff Sipek
The code was hard to follow and violated some invariants (e.g., never modify a read only branch, and always create on branch 0). Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/uni

 
188422304641_515560007032Josef Jeff Sipek
On Sep 2 2007 22:20, Josef Jeff Sipek wrote: diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h index 6b52faf..28543ad 100644 --- a/include/linux/fs_stack.h +++ b/include/linux/fs_

 
119823694595_532760007696Jan Engelhardt
From: Erez Zadok <ezk@xxxxxxxxxxxxx Details of cache-coherency implementation (as per OLS07 talk). Also explain new incgen support via remount, not ioctl. Signed-off-by: Erez Zadok <ezk@xxxx

 
124523474022_529660007540Josef Jeff Sipek
On Mon, Sep 03, 2007 at 08:59:02AM +0200, Jan Engelhardt wrote: On Sep 2 2007 22:20, Josef Jeff Sipek wrote: + +While rebuilding Unionfss objects, we also purge any page mappings and +t

 
161620944785_526260007613Josef Jeff Sipek
On Mon, Sep 03, 2007 at 08:59:02AM +0200, Jan Engelhardt wrote: On Sep 2 2007 22:20, Josef Jeff Sipek wrote: + +While rebuilding Unionfss objects, we also purge any page mappings and +t

 
129926984200_514860007737Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Most important fixes prevent deadlocks especially under low-memory conditions, when one is not supposed to cause more memory pressure; also handle AOP_WRITEPA

 
192624884968_556660007921Josef Jeff Sipek
From: Erez Zadok <ezk@xxxxxxxxxxxxx Most important fixes prevent deadlocks especially under low-memory conditions, when one is not supposed to cause more memory pressure; also handle AOP_WRITEPA