Project News: OCFS2

[ Project Home  |  News  |  Downloads  |  Docs  |  Mailing Lists  |  Source Control  |  Issues ]

 

2007.02.02: OCFS2 1.2.4-2

 

OCFS2 version 1.2.4-2 is released.

 

This release has no new features. It only includes the fixes listed below. Please note that the network protocol has changed. That means, one cannot mount a volume with 1.2.4 on one node and an older release on the other.

 

DETAIL
r2940 fs  - Fix for bugzilla#776
r2944 dlm - Adds proper cluster-wide refcounting of lock resources

 

r2948 fs - Allow direct I/O read past end of file r2950 fs - Don't print errors when following symlinks r2951 dlm - Fixes race between migrate and dirty r2952 dlm - dlmunlock waits for migration to complete before unlocking r2953 dlm - migrate lockres handler looks for its lock on all queues r2954 fs - Directory c/mtime update fixes r2955 fs - Cleanup ocfs2_iget() errors r2956 dlm - Flush dlm workqueue before starting to migrate r2957 dlm - Drop inflight refmap even if no locks found on the lockres r2958 dlm - dlm dispatch was stopping too early r2959 dlm - wake up sleepers on the lockres waitqueue r2960 dlm - Silence a failed lock convert r2961 dlm - Dump dlm work queue entries for debugging r2962 dlm - Cookies in locks not being printed correctly in error messages r2963 net - Added post handler callable function in o2net message handler r2964 dlm - Calling post handler function in assert master handler

 

r2967 net - Binds listener to the configured ip address (bugzilla#814) r2968 dlm - Ensure correct ordering of set/clear refmap bit on lockres r2969 dlm - Prevent cpu from spinning during umount r2970 dlm - disallow dlmjoin if nodemaps mismatch r2971 net - Update the net protocol version r2972 dlm - Silence some messages during join domain r2973 dlm - Add timeout to dlm join domain

 

r2981 fs - ocfs2_link() journal credits update