* [patch 0/1] xfsprogs: update summaries in preparation for release 3.1.8
@ 2012-03-19 19:34 bpm
2012-03-19 19:34 ` [patch 1/1] " bpm
0 siblings, 1 reply; 5+ messages in thread
From: bpm @ 2012-03-19 19:34 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: bpm, xfs
Hey Christoph,
Here are updated summaries for 3.1.8... Please let me know if I missed anything.
Thanks,
Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread* [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 2012-03-19 19:34 [patch 0/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm @ 2012-03-19 19:34 ` bpm 0 siblings, 0 replies; 5+ messages in thread From: bpm @ 2012-03-19 19:34 UTC (permalink / raw) To: Christoph Hellwig; +Cc: bpm, xfs [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: update-summaries --] [-- Type: text/plain, Size: 3094 bytes --] Signed-off-by: Ben Myers <bpm@sgi.com> Index: xfsprogs/VERSION =================================================================== --- xfsprogs.orig/VERSION +++ xfsprogs/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=1 -PKG_REVISION=7 +PKG_REVISION=8 PKG_BUILD=1 Index: xfsprogs/debian/changelog =================================================================== --- xfsprogs.orig/debian/changelog +++ xfsprogs/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (3.1.8) unstable; urgency=low + + * New upstream release + * Numerous xfs_repair fixes + + -- Nathan Scott <nathans@debian.org> Mon, 19 Mar 2012 14:21:00 +1100 + xfsprogs (3.1.7) unstable; urgency=low * New upstream release Index: xfsprogs/doc/CHANGES =================================================================== --- xfsprogs.orig/doc/CHANGES +++ xfsprogs/doc/CHANGES @@ -1,3 +1,44 @@ +xfsprogs-3.1.8 (19 March 2012) + - Fix xfs_repair segfault on a corrupted filesystem by validating the + acl count before reading it. + - Avoid xfs_repair deadlocks on prefetched buffers. + - Fix various incorrect printf formats, thanks to Jakub Bogusz for + reporting. + - Polish translation update, thanks to Jakub Bogusz. + - Refuse mkfs.xfs on misaligned devices when using 4k sectors, unless + the -f option is specified, and then force 512b sector size, + thanks to Carlos Maiolino. + - Avoid a possible loop on the unlinked inode list in phase 3 of + xfs_repair, thanks to Stefan Pfetzing for reporting. + - Allocate inode and free extent records individually in xfs_repair. + - Fix a possible deadlock btree nodes in xfs_repair by using recursive + locking, thanks to Arkadiusz Miśkiewicz for reporting and testing. + - Fix possible xfs_repair deadlocks in inode prefetching, thanks to + Arkadiusz Miśkiewicz for reporting and testing. + - Make xfs_repair handle filesystems with the log in ag 0, thanks to + Sindre Skogen for reporting. + - Deprecate the -F foreign flag to xfs_io. + - Add debian linux-libc-dev build dependancy. + - Add an extended fiemap configure check. + - Various cleanups in xfs_repair. + - Update xfs_check man page to recommend xfs_repair over xfs_check, + thanks to Arkadiusz Miśkiewicz. + - Update the on-disk extent count as part of inode repair when moving + inodes to lost+found to avoid to avoid tripping over a check in + xfs_iformat, thanks to Arkadiusz Miśkiewicz for reporting and + testing. + - Check for size parsing errors in xfs_quota, thanks to James Lawrie + for reporting. + - Fix fiemap loop continuation in xfs_io. + - Make mkfs.xfs properly handle physical sector size. + - Fix /proc/mounts parsing in xfs_fsr. + - Fix xfs_repair when ag_stride options with attributes and dirv1 code, + thanks to Tom Crane for reporting and testing. + - Fix message formats in process_dinode_int. + - Fix xfs_repair handling of link counts when the on-disk count + overflows 8 bits. + - Fix messages from set_nlinks in xfs_repair. + xfsprogs-3.1.7 (17 November 2011) - Pull in fix for debian/control - Polish translation update, thanks to Jakub Bogusz [-- Attachment #2: Type: text/plain, Size: 121 bytes --] _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 5+ messages in thread
* [patch 0/1] [v2] xfsprogs: updated summaries for 3.1.8 @ 2012-03-19 20:03 bpm 2012-03-19 20:03 ` [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm 0 siblings, 1 reply; 5+ messages in thread From: bpm @ 2012-03-19 20:03 UTC (permalink / raw) To: xfs; +Cc: Christoph Hellwig, Nathan Scott, bpm Hi, I am sending these updated summaries a second time because I forgot to CC Nathan. Regards, Ben _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 5+ messages in thread
* [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 2012-03-19 20:03 [patch 0/1] [v2] xfsprogs: updated summaries for 3.1.8 bpm @ 2012-03-19 20:03 ` bpm 2012-03-19 20:25 ` Nathan Scott 2012-03-19 22:31 ` Christoph Hellwig 0 siblings, 2 replies; 5+ messages in thread From: bpm @ 2012-03-19 20:03 UTC (permalink / raw) To: xfs; +Cc: Christoph Hellwig, Nathan Scott, bpm [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: update-summaries --] [-- Type: text/plain, Size: 3094 bytes --] Signed-off-by: Ben Myers <bpm@sgi.com> Index: xfsprogs/VERSION =================================================================== --- xfsprogs.orig/VERSION +++ xfsprogs/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=1 -PKG_REVISION=7 +PKG_REVISION=8 PKG_BUILD=1 Index: xfsprogs/debian/changelog =================================================================== --- xfsprogs.orig/debian/changelog +++ xfsprogs/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (3.1.8) unstable; urgency=low + + * New upstream release + * Numerous xfs_repair fixes + + -- Nathan Scott <nathans@debian.org> Mon, 19 Mar 2012 14:21:00 +1100 + xfsprogs (3.1.7) unstable; urgency=low * New upstream release Index: xfsprogs/doc/CHANGES =================================================================== --- xfsprogs.orig/doc/CHANGES +++ xfsprogs/doc/CHANGES @@ -1,3 +1,44 @@ +xfsprogs-3.1.8 (19 March 2012) + - Fix xfs_repair segfault on a corrupted filesystem by validating the + acl count before reading it. + - Avoid xfs_repair deadlocks on prefetched buffers. + - Fix various incorrect printf formats, thanks to Jakub Bogusz for + reporting. + - Polish translation update, thanks to Jakub Bogusz. + - Refuse mkfs.xfs on misaligned devices when using 4k sectors, unless + the -f option is specified, and then force 512b sector size, + thanks to Carlos Maiolino. + - Avoid a possible loop on the unlinked inode list in phase 3 of + xfs_repair, thanks to Stefan Pfetzing for reporting. + - Allocate inode and free extent records individually in xfs_repair. + - Fix a possible deadlock btree nodes in xfs_repair by using recursive + locking, thanks to Arkadiusz Miśkiewicz for reporting and testing. + - Fix possible xfs_repair deadlocks in inode prefetching, thanks to + Arkadiusz Miśkiewicz for reporting and testing. + - Make xfs_repair handle filesystems with the log in ag 0, thanks to + Sindre Skogen for reporting. + - Deprecate the -F foreign flag to xfs_io. + - Add debian linux-libc-dev build dependancy. + - Add an extended fiemap configure check. + - Various cleanups in xfs_repair. + - Update xfs_check man page to recommend xfs_repair over xfs_check, + thanks to Arkadiusz Miśkiewicz. + - Update the on-disk extent count as part of inode repair when moving + inodes to lost+found to avoid to avoid tripping over a check in + xfs_iformat, thanks to Arkadiusz Miśkiewicz for reporting and + testing. + - Check for size parsing errors in xfs_quota, thanks to James Lawrie + for reporting. + - Fix fiemap loop continuation in xfs_io. + - Make mkfs.xfs properly handle physical sector size. + - Fix /proc/mounts parsing in xfs_fsr. + - Fix xfs_repair when ag_stride options with attributes and dirv1 code, + thanks to Tom Crane for reporting and testing. + - Fix message formats in process_dinode_int. + - Fix xfs_repair handling of link counts when the on-disk count + overflows 8 bits. + - Fix messages from set_nlinks in xfs_repair. + xfsprogs-3.1.7 (17 November 2011) - Pull in fix for debian/control - Polish translation update, thanks to Jakub Bogusz [-- Attachment #2: Type: text/plain, Size: 121 bytes --] _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 2012-03-19 20:03 ` [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm @ 2012-03-19 20:25 ` Nathan Scott 2012-03-19 22:31 ` Christoph Hellwig 1 sibling, 0 replies; 5+ messages in thread From: Nathan Scott @ 2012-03-19 20:25 UTC (permalink / raw) To: bpm; +Cc: Christoph Hellwig, xfs [-- Attachment #1.1: Type: text/plain, Size: 192 bytes --] Summary looks good to me, thanks. On 20 March 2012 07:03, <bpm@sgi.com> wrote: > Signed-off-by: Ben Myers <bpm@sgi.com> > Reviewed-by: Nathan Scott <nathans@debian.org> cheers. -- Nathan [-- Attachment #1.2: Type: text/html, Size: 625 bytes --] [-- Attachment #2: Type: text/plain, Size: 121 bytes --] _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 2012-03-19 20:03 ` [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm 2012-03-19 20:25 ` Nathan Scott @ 2012-03-19 22:31 ` Christoph Hellwig 1 sibling, 0 replies; 5+ messages in thread From: Christoph Hellwig @ 2012-03-19 22:31 UTC (permalink / raw) To: bpm; +Cc: Christoph Hellwig, Nathan Scott, xfs Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de> _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-19 22:31 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-19 19:34 [patch 0/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm 2012-03-19 19:34 ` [patch 1/1] " bpm -- strict thread matches above, loose matches on Subject: below -- 2012-03-19 20:03 [patch 0/1] [v2] xfsprogs: updated summaries for 3.1.8 bpm 2012-03-19 20:03 ` [patch 1/1] xfsprogs: update summaries in preparation for release 3.1.8 bpm 2012-03-19 20:25 ` Nathan Scott 2012-03-19 22:31 ` Christoph Hellwig
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox