Joel Becker
2009-Jun-24 00:28 UTC
[Ocfs2-devel] [GIT PULL] ocfs2 updates for 2.6.31, take 2
Linus, et al, Here are some more ocfs2 updates for 2.6.31. More bug fixes, mostly. The one non-fix is lockdep annotation for ocfs2's cluster locking. Thanks to Jan Kara for that. Please pull. Joel The following changes since commit 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8: Linus Torvalds (1): Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git upstream-linus Jan Kara (2): vfs: Set special lockdep map for dirs only if not set by fs ocfs2: Add lockdep annotations Joel Becker (1): ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. Sunil Mushran (5): ocfs2: Pin journal head before accessing jh->b_committed_data ocfs2: Fix ocfs2_osb_dump() ocfs2: Stop orphan scan as early as possible during umount ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() ocfs2: Disable orphan scanning for local and hard-ro mounts Tao Ma (2): ocfs2: Update atime in splice read if necessary. ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. fs/inode.c | 17 ++++-- fs/ocfs2/dlmglue.c | 123 ++++++++++++++++++++++++++++++++++------------- fs/ocfs2/dlmglue.h | 24 +++++++-- fs/ocfs2/file.c | 6 +- fs/ocfs2/inode.c | 11 ++++ fs/ocfs2/journal.c | 43 +++++++++++----- fs/ocfs2/journal.h | 2 +- fs/ocfs2/namei.c | 15 ++++-- fs/ocfs2/ocfs2.h | 10 ++++ fs/ocfs2/stack_o2cb.c | 11 ++++ fs/ocfs2/stack_user.c | 8 +++ fs/ocfs2/stackglue.c | 13 +++-- fs/ocfs2/stackglue.h | 6 ++ fs/ocfs2/suballoc.c | 28 +++++++++-- fs/ocfs2/super.c | 69 ++++++++++++++------------- fs/ocfs2/sysfile.c | 19 +++++++ include/linux/lockdep.h | 15 ++++++ 17 files changed, 309 insertions(+), 111 deletions(-) -- Life's Little Instruction Book #99 "Think big thoughts, but relish small pleasures." Joel Becker Principal Software Developer Oracle E-mail: joel.becker at oracle.com Phone: (650) 506-8127
Apparently Analagous Threads
- [PATCH] ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
- [PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
- [PATCH 1/5] ocfs2: Pin journal head before accessing jh->b_committed_data
- [PATCH 1/1] OCFS2: timer to queue scan of all orphan slots
- [PATCH] ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.