-
Thu Sep 27 2012 Jingdong Lu <jingdong.lu@oracle.com> - 0.1.34-18.0.1.el5
- Updated kversion to 2.6.18-339.el5 to match build root
-
Wed Jul 25 2012 Bob Peterson <rpeterso@redhat.com> - 0.1.34-18
- Fix Kernel Panic that occurred in process gfs_controld
- Resolves: rhbz#788694
-
Thu Jan 05 2012 Bob Peterson <rpeterso@redhat.com> - 0.1.34-17
- gfs-kmod: fsck.gfs finds unlinked inodes or segfaults after unmount
- Resolves: rhbz#761157
-
Sat Oct 29 2011 Bob Peterson <rpeterso@redhat.com> - 0.1.34-16
- GFS1 using lock_dlm is showing a poor performance problem compared to lock_nolock
- Resolves: rhbz#732129
-
Thu Sep 23 2010 Bob Peterson <rpeterso@redhat.com> - 0.1.34-15
- NFS over GFS issue (fatal: assertion "!bd->bd_pinned && !buffer_busy(bh)" failed)
- Resolves: rhbz#491369
-
Tue Sep 21 2010 Abhijith Das <adas@redhat.com> - 0.1.34-14
- Better error reporting when mounting a gfs fs without enough journals
- Resolves: rhbz#635023
-
Tue Sep 21 2010 Bob Peterson <rpeterso@redhat.com> - 0.1.34-14
- GFS: genesis w/flocks on NFS over GFS causes corruption
- Resolves: rhbz#245024
-
Tue Sep 21 2010 Benjamin Marzinski <bmarzins@redhat.com - 0.1.34-14
- gfs-kernel: assertion "!get_transaction" fails on mmaps
- Resolves: rhbz#617339
-
Fri Mar 12 2010 Bob Peterson <rpeterso@redhat.com> - 0.1.34-12
- Fixes a problem where improper locking commands can crash the system.
- Resolves: rhbz#571298
-
Fri Feb 12 2010 Abhijith Das <adas@redhat.com> - 0.1.34-11
- Fixes "Resource tempory unavailable" for EWOULDBLOCK message with
flocks on gfs file
- Resolves: rhbz#515717
-
Fri Feb 12 2010 Abhijith Das <adas@redhat.com> - 0.1.34-10
- Fixes "Resource tempory unavailable" for EWOULDBLOCK message with
flocks on gfs file
- Resolves: rhbz#515717
-
Tue Dec 22 2009 Abhijith Das <adas@redhat.com> - 0.1.34-9
- Change gfs freeze/unfreeze to use new standard
- Resolves: rhbz#487610
-
Wed Dec 09 2009 Abhijith Das <adas@redhat.com> - 0.1.34-8
- Fixes problem that produces this error message: fatal: assertion
"gfs_glock_is_locked_by_me(gl) && gfs_glock_is_held_excl(gl)" failed
- Resolves: rhbz#471258
-
Tue Dec 08 2009 Bob Peterson <rpeterso@redhat.com> - 0.1.34-7
- GFS kernel panic, suid + nfsd with posix ACLs enabled
- Resolves: rhbz#513885
-
Sat Oct 10 2009 Bob Peterson <rpeterso@redhat.com> - 0.1.34-5
- GFS: New mount option: -o errors=withdraw|panic
- Resolves: rhbz#517145
-
Fri Jul 24 2009 Chris Feist <cfeist@redhat.com> - 0.1.34-1
- fsyncs to stuffed inodes now cause the journal to be flushed.
- Resolves: rhbz#510310
-
Tue Jun 09 2009 Chris Feist <cfeist@redhat.com> - 0.1.33-1
- vmalloc is now used instead of kmalloc to prevent page allocation failures.
- Resolves: rhbz#479421
-
Tue May 05 2009 Chris Feist <cfeist@redhat.com> - 0.1.32-1
- Reduced the potential for a deadlock by prefaulting buffer pages preventing
a hang on 'wait_for_completion'.
- An issue with apache reading files with the inherit_jdata flag has been fixed
- Resolves: rhbz#472062 rhbz#436811
-
Wed Nov 12 2008 Chris Feist <cfeist@redhat.com> - 0.1.31-1
- Fixed a hang in GFS due to wasteful prefetching of locks.
-
Tue Nov 11 2008 Chris Feist <cfeist@redhat.com> - 0.1.30-1
- gfs_lock() now handles F_CANCELLK correctly.
- Resolves: rhbz#466677
-
Fri Nov 07 2008 Chris Feist <cfeist@redhat.com> - 0.1.29-1
- Provide backwards compatability with older gfs-kmod packages.
- Resolves: rhbz#462892
-
Wed Oct 15 2008 Chris Feist <cfeist@redhat.com> - 0.1.28-1
- More fixes for the noatime/nodiratime mount options.
- Resolves: rhbz#457473
-
Tue Oct 07 2008 Chris Feist <cfeist@redhat.com> - 0.1.26-1
- noatime and nodiratime mount options have been fixed.
- Resolves: rhbz#457473
-
Tue Sep 16 2008 Chris Feist <cfeist@redhat.com> - 0.1.25-1
- Fixed GFS unlinked inode metadata leak
- Resolves: rhbz#298931
-
Fri Aug 01 2008 Chris Feist <cfeist@redhat.com> - 0.1.24-1
- Created gfs1 specific lock modules
- Fixed a bug causing an "unable to handle kernel paging request" message.
- Faster bitfit algorithm has been added.
- Don't cancel glocks when writing to a hidden file.
- gfs_mount no longer hangs when run if no more journals are available.
- gfs-kernel now uses device major:minor
- Fixed the gfs_glock_is_locked_by_me assertion.
- Resolves: rhbz#450209 rhbz#446085 rhbz#446085 rhbz#425421 rhbz#431952 rhbz#429343
-
Fri Jan 25 2008 Chris Feist <cfeist@redhat.com> - 0.1.22-1
- gfs_tool now recognizes GFS files sytems on ppc
- Fixed a NULL pointer dereference.
- gfs_quota is now able to perform efficient list operations
- Resolves: rhbz#429633 rhbz#426291 rhbz#430134
-
Tue Jan 15 2008 Chris Feist <cfeist@redhat.com> - 0.1.21-1
- Lock methods are now removed when using the lock_nolock protocol
- Permission checks have been removed from xattr operations
- Locking order in gfs_get_parent() has been fixed
- Resolves: rhbz#244343 rhbz#323111 rhbz#400651
-
Wed Oct 03 2007 Chris Feist <cfeist@redhat.com> - 0.1.19-7
- Build for new kernel (2.6.18-53.el5)
- Related: rhbz#267001
-
Thu Sep 13 2007 Chris Feist <cfeist@redhat.com> - 0.1.19-5
- Build for new kernel (2.6.18-47.el5)
- Resolves: rhbz#267001
-
Tue Jul 24 2007 Chris Feist <cfeist@redhat.com> - 0.1.19-4
- Build for new kernel (2.6.18-36.el5)
- Resolves: rhbz#249333
-
Sat Jul 14 2007 Jon Masters <jcm@redhat.com> - 0.1.19-3
- Fix problem calling RPM from within Anaconda.
-
Tue Jan 16 2007 Chris Feist <cfeist@redhat.com> - 0.1.16-3
- Build based in kABI deps using code from jcm@redhat.com
-
Fri Dec 22 2006 Chris Feist <cfeist@redhat.com> - 0.1.16-1
- New sources
- Resolves: rhbz#219876
-
Wed Dec 20 2006 Chris Feist <cfeist@redhat.com> - 0.1.15-1
- Building for PAE kernel
- Resolves: rhbz#218551
-
Sat Dec 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.14-3
- Building for PAE kernel
- Resolves: rhbz#218986
-
Tue Dec 05 2006 Chris Feist <cfeist@redhat.com> - 0.1.14-1
- Built for new kernel
- Resolves: rhbz#217893 rhbz#215962
-
Wed Nov 29 2006 Chris Feist <cfeist@redhat.com> - 0.1.13-2
- Built for new kernel
- Resolves: rhbz#217893
-
Tue Nov 21 2006 Chris Feist <cfeist@redhat.com> - 0.1.13-1
- New upstream sources.
-
Sat Oct 28 2006 Chris Feist <cfeist@redhat.com> - 0.1.11-1
- New upstream sources.
-
Tue Oct 17 2006 Chris Feist <cfeist@redhat.com> - 0.1.7-1
- New upstream sources to fix AIO issues.
-
Tue Oct 17 2006 Chris Feist <cfeist@redhat.com> - 0.1.6-1
- New upstream sources.
-
Sat Oct 14 2006 Chris Feist <cfeist@redhat.com> - 0.1.5-1
- New upstream sources.
-
Tue Oct 10 2006 Chris Feist <cfeist@redhat.com> - 0.1.4-1
- New upstream sources (fixes selinux issue).
-
Sat Oct 07 2006 Chris Feist <cfeist@redhat.com> - 0.1.3-8
- Temporarily disable ppc builds.
-
Thu Sep 28 2006 Chris Feist <cfeist@redhat.com> - 0.1.3-7
- Use version-release instead of <CVS> for release name.
-
Tue Sep 26 2006 Chris Feist <cfeist@redhat.com> - 0.1.3-1
- Add support for ia64 xen.
- New upstream sources.
-
Fri Sep 22 2006 Tim Powers <timp@redhat.com> - 0.1.2-5
- rebuild for kernel-2.6.18-1.2685.el5
-
Thu Sep 21 2006 Tim Powers <timp@redhat.com> - 0.1.2-4
- bump and rebuild
-
Tue Sep 19 2006 Chris Feist <cfeist@redhat.com> - 0.1.2-3
- Enable xen builds.
-
Thu Sep 14 2006 Chris Feist <cfeist@redhat.com> - 0.1.2-1
- New upstream sources.
-
Thu Aug 31 2006 Chris Feist <cfeist@redhat.com> - 0.1.1-9
- bump and rebuild against kernel-2.6.17-1.2519.4.21.el5
-
Wed Aug 30 2006 Dennis Gregorovic <dgregor@redhat.com> - 0.1.1-9
- bump and rebuild against kernel-2.6.17-1.2519.4.18.el5
-
Sat Aug 26 2006 Chris Feist <cfeist@redaht.com> - 0.1.1-8
- Don't build for kdump kernel
-
Sat Aug 19 2006 Tim Powers <timp@redhat.com> - 0.1.1-7
- bump and rebuild against kernel-2.6.17-1.2519.4.5.el5
-
Fri Aug 18 2006 Chris Feist <cfeist@redhat.com> - 0.1.1-6
- Built for new kernel.
-
Wed Aug 16 2006 Chris Feist <cfeist@redhat.com> - 0.1.1-5
- Don't require kmod-gfs-common for now.
-
Wed Aug 16 2006 Chris Feist <cfeist@redhat.com> - 0.1.1-4
- Added a provides for gfs-kmod-common
-
Sat Aug 12 2006 Chris Feist <cfeist@redhat.com> - 0.1.1-0
- New upstream sources.
-
Sat Aug 05 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-3
- Re-enable other kernel types & disabled broken xen build
-
Fri Aug 04 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-2
- Initial Build