All of lore.kernel.org
 help / color / mirror / Atom feed
* TAKE 953687 - [SUSE#182691]The current XFS kernel does not pass the file mode on remove events
@ 2006-08-01  0:24 Vlad Apostolov
  2006-08-25  6:51 ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
  2006-09-27  4:30 ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov
  0 siblings, 2 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-01  0:24 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

pass file mode on DMAPI remove events



Date:  Tue Aug  1 09:32:45 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs
Inspected by:  nathans

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26639a
fs/xfs/xfs_vnodeops.c - 1.682 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.682&r2=text&tr2=1.681&f=h

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname
  2006-08-01  0:24 TAKE 953687 - [SUSE#182691]The current XFS kernel does not pass the file mode on remove events Vlad Apostolov
@ 2006-08-25  6:51 ` Vlad Apostolov
  2006-08-25  7:02   ` TAKE 955271: [SUSE#197643] dm_set_fileattr does not update atime Vlad Apostolov
  2006-08-31  4:59   ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
  2006-09-27  4:30 ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov
  1 sibling, 2 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-25  6:51 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs


Date:  Fri Aug 25 16:41:56 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26864a
fs/xfs/dmapi/xfs_dm.c - 1.20 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.19&f=h
        - pv 955006, rv bnaujok - check access_ok() for user 
dm_attrname_t buffer

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955271: [SUSE#197643] dm_set_fileattr does not update atime
  2006-08-25  6:51 ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
@ 2006-08-25  7:02   ` Vlad Apostolov
  2006-08-25  7:13     ` TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed Vlad Apostolov
  2006-08-31  4:59   ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
  1 sibling, 1 reply; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-25  7:02 UTC (permalink / raw)
  Cc: sgi.bugs.xfs, linux-xfs

Date:  Fri Aug 25 16:59:14 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26865a
fs/xfs/dmapi/xfs_dm.c - 1.21 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h
        - pv 955271, rv bnaujok - update inode->i_atime.tv_sec

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed
  2006-08-25  7:02   ` TAKE 955271: [SUSE#197643] dm_set_fileattr does not update atime Vlad Apostolov
@ 2006-08-25  7:13     ` Vlad Apostolov
  2006-08-28  1:31       ` Vlad Apostolov
  2006-08-28  1:49       ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov
  0 siblings, 2 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-25  7:13 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

Date:  Fri Aug 25 17:11:04 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26866a
fs/xfs/xfs_itable.c - 1.146 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.146&r2=text&tr2=1.145&f=h
        - pv 955157, rv bnaujok - break the loop on formatter() error

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed
  2006-08-25  7:13     ` TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed Vlad Apostolov
@ 2006-08-28  1:31       ` Vlad Apostolov
  2006-08-28  1:49       ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov
  1 sibling, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-28  1:31 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

Date:  Mon Aug 28 11:29:07 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26869a
fs/xfs/xfs_itable.c - 1.147 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.147&r2=text&tr2=1.146&f=h
        - pv 955157, rv bnaujok - break the loop on EFAULT formatter() 
error

^ permalink raw reply	[flat|nested] 13+ messages in thread

* PARTIAL TAKE 955274: DMAPI qa test fixes
  2006-08-25  7:13     ` TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed Vlad Apostolov
  2006-08-28  1:31       ` Vlad Apostolov
@ 2006-08-28  1:49       ` Vlad Apostolov
  1 sibling, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-28  1:49 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

Date:  Mon Aug 28 11:44:36 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/xfs-cmds
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:26870a
xfstests/dmapi/src/suite2/src/test_dmattr.c - 1.9 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/dmapi/src/suite2/src/test_dmattr.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h
        - pv 955274, rv bnaujok - add 1sec delay between file creation 
and changing its
          attribute via dm_set_dmattr(). If the machine is too fast the 
ctime doesn't
          change between create and dm_set_dmattr() and the test fails.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname
  2006-08-25  6:51 ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
  2006-08-25  7:02   ` TAKE 955271: [SUSE#197643] dm_set_fileattr does not update atime Vlad Apostolov
@ 2006-08-31  4:59   ` Vlad Apostolov
  2006-08-31  5:32     ` PARTIAL TAKE 955854: [SUSE#196895] Undefined behavior calling dm_path_to_hdl if path longer than 2000 Vlad Apostolov
  2006-09-15  6:56     ` TAKE 956240: fixup greedy allocator Vlad Apostolov
  1 sibling, 2 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-31  4:59 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

Date:  Thu Aug 31 14:55:04 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  bnaujok
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26892a
fs/xfs/dmapi/xfs_dm.c - 1.22 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h
        - pv 955006, rv bnaujok - Better (and proper) way to fix the 
problem.
          strnlen_user returns strlen+1 not strlen as documented in the 
ia64 code.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* PARTIAL TAKE 955854: [SUSE#196895] Undefined behavior calling dm_path_to_hdl if path longer than 2000
  2006-08-31  4:59   ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
@ 2006-08-31  5:32     ` Vlad Apostolov
  2006-09-15  6:56     ` TAKE 956240: fixup greedy allocator Vlad Apostolov
  1 sibling, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-08-31  5:32 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

Date:  Thu Aug 31 15:23:16 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-dmapi
Inspected by:  vapo
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  linux-melb:dmapi:26893a
fs/dmapi/dmapi_register.c - 1.48 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.6-xfs/fs/dmapi/dmapi_register.c.diff?r1=text&tr1=1.48&r2=text&tr2=1.47&f=h
        - pv 955854, author: Paul Hinchman, rv: vapo - use PATH_MAX 
instead hardcoded
          value of 2000 for limitting the user string length calculation.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 956240: fixup greedy allocator
  2006-08-31  4:59   ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
  2006-08-31  5:32     ` PARTIAL TAKE 955854: [SUSE#196895] Undefined behavior calling dm_path_to_hdl if path longer than 2000 Vlad Apostolov
@ 2006-09-15  6:56     ` Vlad Apostolov
  2006-09-15  7:10       ` TAKE 956241: make ino validation checks consistent in bulkstat Vlad Apostolov
  2006-09-15  7:15       ` TAKE 956242: remove redundant code Vlad Apostolov
  1 sibling, 2 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-09-15  6:56 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

pv 956240, author: nathans, rv: vapo - Minor fixes in kmem_zalloc_greedy()

Date:  Fri Sep 15 16:53:00 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-nathan
Inspected by:  vapo
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26983a
fs/xfs/linux-2.4/kmem.c - 1.38 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/kmem.c.diff?r1=text&tr1=1.38&r2=text&tr2=1.37&f=h
fs/xfs/linux-2.6/kmem.c - 1.9 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/kmem.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h
        - pv 956240, author: nathans, rv: vapo - Minor fixes in 
kmem_zalloc_greedy()

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 956241: make ino validation checks consistent in bulkstat
  2006-09-15  6:56     ` TAKE 956240: fixup greedy allocator Vlad Apostolov
@ 2006-09-15  7:10       ` Vlad Apostolov
  2006-09-15  7:15       ` TAKE 956242: remove redundant code Vlad Apostolov
  1 sibling, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-09-15  7:10 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

pv 956241, author: nathans, rv: vapo - make ino validation checks 
consistent in bulkstat

Date:  Fri Sep 15 17:08:03 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-nathan
Inspected by:  vapo
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26984a
fs/xfs/xfs_itable.c - 1.150 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.150&r2=text&tr2=1.149&f=h
fs/xfs/xfs_itable.h - 1.50 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.h.diff?r1=text&tr1=1.50&r2=text&tr2=1.49&f=h
fs/xfs/linux-2.6/xfs_ksyms.c - 1.52 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.52&r2=text&tr2=1.51&f=h
fs/xfs/linux-2.4/xfs_ksyms.c - 1.47 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.47&r2=text&tr2=1.46&f=h
fs/xfs/dmapi/xfs_dm.c - 1.23 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h
        - pv 956241, author: nathans, rv: vapo - make ino validation 
checks consistent in bulkstat

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 956242: remove redundant code
  2006-09-15  6:56     ` TAKE 956240: fixup greedy allocator Vlad Apostolov
  2006-09-15  7:10       ` TAKE 956241: make ino validation checks consistent in bulkstat Vlad Apostolov
@ 2006-09-15  7:15       ` Vlad Apostolov
  2006-09-17 23:46         ` TAKE 955947: Infinite loop in xfs_bulkstat() on formatter() error Vlad Apostolov
  1 sibling, 1 reply; 13+ messages in thread
From: Vlad Apostolov @ 2006-09-15  7:15 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

pv 956242, author: nathans, rv: vapo - remove redundant code

Date:  Fri Sep 15 17:13:32 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs-nathan
Inspected by:  vapo
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26985a
fs/xfs/dmapi/xfs_dm.c - 1.24 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h
        - pv 956242, author: nathans, rv: vapo - remove redundant code

^ permalink raw reply	[flat|nested] 13+ messages in thread

* TAKE 955947: Infinite loop in xfs_bulkstat() on formatter() error
  2006-09-15  7:15       ` TAKE 956242: remove redundant code Vlad Apostolov
@ 2006-09-17 23:46         ` Vlad Apostolov
  0 siblings, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-09-17 23:46 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

955947: Infinite loop in xfs_bulkstat() on formatter() error

Date:  Mon Sep 18 09:43:49 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/linux-xfs
Inspected by:  nathans
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:26986a
fs/xfs/xfs_itable.c - 1.151 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.151&r2=text&tr2=1.150&f=h
        - pv 955947, rv: nathans - update lastino on non critical errors 
returned by formatter()

^ permalink raw reply	[flat|nested] 13+ messages in thread

* PARTIAL TAKE 955274: DMAPI qa test fixes
  2006-08-01  0:24 TAKE 953687 - [SUSE#182691]The current XFS kernel does not pass the file mode on remove events Vlad Apostolov
  2006-08-25  6:51 ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
@ 2006-09-27  4:30 ` Vlad Apostolov
  1 sibling, 0 replies; 13+ messages in thread
From: Vlad Apostolov @ 2006-09-27  4:30 UTC (permalink / raw)
  To: sgi.bugs.xfs, linux-xfs

pv 955274 - Limit the random generated file size attribute to 1 TB (if 
size is too big the kernel panics)

Date:  Wed Sep 27 14:28:03 AEST 2006
Workarea:  soarer.melbourne.sgi.com:/home/vapo/isms/xfs-cmds
Inspected by:  none
Author:  vapo

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:27060a
xfstests/dmapi/src/suite2/src/test_fileattr.c - 1.9 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/dmapi/src/suite2/src/test_fileattr.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.8&f=h
        - pv 955274 - Limit the random generated file size attribute to 
1 TB (if size is too big the kernel panics)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-09-27  4:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-01  0:24 TAKE 953687 - [SUSE#182691]The current XFS kernel does not pass the file mode on remove events Vlad Apostolov
2006-08-25  6:51 ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
2006-08-25  7:02   ` TAKE 955271: [SUSE#197643] dm_set_fileattr does not update atime Vlad Apostolov
2006-08-25  7:13     ` TAKE 955157: Deadlock in xfs_bulkstat() when an invalid user buffer pointer is passed Vlad Apostolov
2006-08-28  1:31       ` Vlad Apostolov
2006-08-28  1:49       ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov
2006-08-31  4:59   ` TAKE 955006: DMAPI set/get/remove attribute returns EINVAL instead of EFAULT:bad &dm_attrname Vlad Apostolov
2006-08-31  5:32     ` PARTIAL TAKE 955854: [SUSE#196895] Undefined behavior calling dm_path_to_hdl if path longer than 2000 Vlad Apostolov
2006-09-15  6:56     ` TAKE 956240: fixup greedy allocator Vlad Apostolov
2006-09-15  7:10       ` TAKE 956241: make ino validation checks consistent in bulkstat Vlad Apostolov
2006-09-15  7:15       ` TAKE 956242: remove redundant code Vlad Apostolov
2006-09-17 23:46         ` TAKE 955947: Infinite loop in xfs_bulkstat() on formatter() error Vlad Apostolov
2006-09-27  4:30 ` PARTIAL TAKE 955274: DMAPI qa test fixes Vlad Apostolov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.