login
Header Space

 
 

Mailing list archives

Search results

Found 98 matching messages (0.002 seconds). Page 1 of 5.

[PATCH] ufs: fill i_size at directory creation

... Feb 03, 2006 at 08:46:13PM +0300, Alexey Dobriyan wrote: > Thanks, these two patches makes things better but not much better. > ... fill i_size at directory creation Signed-off-by: Alexey Dobriyan --- a/fs/ufs/dir. ...

linux-fsdevel - Alexey Dobriyan - Feb 3 2006 - 21:18

Re: [PATCH] xfs: remove unused locking flags

... wrote: > On Sun, Jul 09, 2006 at 01:53:24AM +0400, Alexey Dobriyan wrote: > > Signed-off-by: Alexey Dobriyan > > NACK. These macros get used by other SGI code (not merged in mainline). > ...

linux-fsdevel - Alexey Dobriyan - Jul 9 2006 - 13:11

Re: [PATCH -mm] fs.h: ifdef security fields

... -0500, Serge E. Hallyn wrote: > Quoting Alexey Dobriyan (adobriyan@gmail.com): > > [BSD security ... +shmem_inode_cache 368 10 Signed-off-by: Alexey Dobriyan --- fs/inode.c | 1 - include/linux/fs.h | ...

linux-fsdevel - Alexey Dobriyan - Aug 6 2006 - 01:23

[PATCH 2/2] Make kmem_cache_destroy() return void

... Aug 26, 2006 at 01:21:10AM +0400, Alexey Dobriyan wrote: > > un-, de-, -free, -destroy, -exit ... be put in generic code, instead. Signed-off-by: Alexey Dobriyan --- include/linux/slab.h | 4 ++-- mm/slab.c | 6 ...

linux-fsdevel - Alexey Dobriyan - Aug 26 2006 - 11:48

Re: [PATCH 2.6.13-rc6-mm2] v9fs: use standard kernel byteswapping routines

On Sun, Aug 28, 2005 at 04:43:27PM -0500, Eric Van Hensbergen wrote: > On 8/28/05, Alexey Dobriyan wrote: > > On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote: > ...

linux-fsdevel - Alexey Dobriyan - Aug 28 2005 - 17:59

Re: Oops in ufs_fill_super at mount time

... 12, 2006 at 05:14:25PM -0800, Linus Torvalds wrote: > On Fri, 13 Jan 2006, Alexey Dobriyan wrote: > > > > Version 2.6.15-43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056 > > > > Actually more or less latest -git is affected too ...

linux-fsdevel - Alexey Dobriyan - Jan 13 2006 - 06:21

Re: Oops in ufs_fill_super at mount time

On Fri, Jan 13, 2006 at 07:45:12AM -0800, Linus Torvalds wrote: > On Fri, 13 Jan 2006, Alexey Dobriyan wrote: > > > On Thu, Jan 12, 2006 at 05:14:25PM -0800, Linus Torvalds wrote: > > > > > > This ...

linux-fsdevel - Alexey Dobriyan - Jan 13 2006 - 12:36

[PATCH] fs/ufs/file.c: drop insane header dependencies

Signed-off-by: Alexey Dobriyan --- fs/ufs/file.c | 10 ---------- 1 file changed, 10 deletions(-) --- a/fs/ufs/file.c +++ b/fs/ufs/file.c @@ -23,18 +23,8 @@ * ext2 fs regular file handling ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 18:09

[PATCH 1/5] Extract inode_inc_count(), inode_dec_count()

Signed-off-by: Alexey Dobriyan --- include/linux/fs.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1112,6 +1112,18 @@ static inline void ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 19:52

[PATCH 2/5] minix: switch to inode_inc_count, inode_dec_count

Signed-off-by: Alexey Dobriyan --- fs/minix/namei.c | 48 ++++++++++++++++++------------------------------ 1 files changed, 18 insertions(+), 30 deletions(-) --- a/fs/minix/namei.c +++ b/fs/minix/ ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 19:53

[PATCH 3/5] sysv: switch to inode_inc_count, inode_dec_count

Signed-off-by: Alexey Dobriyan --- fs/sysv/namei.c | 48 ++++++++++++++++++------------------------------ 1 files changed, 18 insertions(+), 30 deletions(-) --- a/fs/sysv/namei.c +++ b/fs/sysv/namei.c ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 19:53

[PATCH 4/5] ext2: switch to inode_inc_count, inode_dec_count

Signed-off-by: Alexey Dobriyan --- fs/ext2/namei.c | 54 +++++++++++++++++++----------------------------------- 1 files changed, 19 insertions(+), 35 deletions(-) --- a/fs/ext2/namei.c +++ b/fs/ext2/ ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 19:54

[PATCH 5/5] ufs: switch to inode_inc_count, inode_dec_count

Signed-off-by: Alexey Dobriyan --- fs/ufs/namei.c | 48 ++++++++++++++++++------------------------------ 1 files changed, 18 insertions(+), 30 deletions(-) --- a/fs/ufs/namei.c +++ b/fs/ufs/namei.c ...

linux-fsdevel - Alexey Dobriyan - Jan 16 2006 - 19:54

[PATCH] fs/*/file.c: drop insane header dependencies

Signed-off-by: Alexey Dobriyan --- fs/adfs/file.c | 4 ---- fs/qnx4/file.c | 3 --- fs/ramfs/file-mmu.c | 11 ----------- 3 files changed, 18 deletions(-) --- a/fs/adfs/file.c +++ b/ ...

linux-fsdevel - Alexey Dobriyan - Jan 22 2006 - 15:09

[PATCH] Mark CONFIG_UFS_FS_WRITE as BROKEN

... Sometimes incorrectly copied file will reappear after next file with truncated size. Signed-off-by: Alexey Dobriyan --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- ...

linux-fsdevel - Alexey Dobriyan - Jan 31 2006 - 19:46

Re: Re [2]: [PATCH] Mark CONFIG_UFS_FS_WRITE as BROKEN

On Fri, Feb 03, 2006 at 08:46:13PM +0300, Alexey Dobriyan wrote: > 2. Second patch indeed makes hangs disaapear. However, data corruption > is still in place: > > Try > > for i in $(seq 1 10000); do echo $i; done >10000- ...

linux-fsdevel - Alexey Dobriyan - Feb 3 2006 - 18:44

[PATCH -mm] reiser4: gfp_t annotations

Signed-off-by: Alexey Dobriyan --- fs/reiser4/carry.c | 2 +- fs/reiser4/carry_ops.c | 2 +- fs/reiser4/emergency_flush.c | 3 +-- fs/reiser4/flush_queue.c | 6 +++--- fs/ ...

linux-fsdevel - Alexey Dobriyan - May 15 2006 - 18:26

[PATCH] xfs: use container_of in vn_from_inode()

There is no list in vnode <=> inode correspondence. Signed-off-by: Alexey Dobriyan --- fs/xfs/linux-2.6/xfs_vnode.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/fs/xfs/ ...

linux-fsdevel - Alexey Dobriyan - Jun 19 2006 - 07:44

[PATCH] xfs: pass inode to xfs_ioc_space()

... are looked at. Pass original inode instead. * Two occurences of vnode_t go out. Signed-off-by: Alexey Dobriyan --- fs/xfs/linux-2.6/xfs_ioctl.c | 10 +++++----- 1 file changed, ...

linux-fsdevel - Alexey Dobriyan - Jun 20 2006 - 02:41

[PATCH] xfs: remove unused behaviour lock

Also shrink XFS vnode as a side effect. Signed-off-by: Alexey Dobriyan --- fs/xfs/xfs_behavior.h | 3 --- 1 file changed, 3 deletions(-) --- a/fs/xfs/xfs_behavior.h +++ b/fs/xfs/xfs_behavior. ...

linux-fsdevel - Alexey Dobriyan - Jun 20 2006 - 12:34

speck-geostationary