Whamcloud - gitweb
- 2.6 fixes:
authoralex <alex>
Fri, 9 Jan 2004 22:31:20 +0000 (22:31 +0000)
committeralex <alex>
Fri, 9 Jan 2004 22:31:20 +0000 (22:31 +0000)
commit426dc68476f1cb411234ee44951b7d8d6d80df0c
tree750078f8da2670077fc23ebd6537a778f27d6446
parent4c7ab00f938bc599ecf4bf895744f4bccdc9c3a4
- 2.6 fixes:
  - mds_lock_new_child() uses specific namespace to avoid deadlock
    if i_generations == 0
  - portals_debug_copy_to_user() uses kmap_atomic() instead of
    kmap() because it's called beinged locked with disabled interrupts
  - ugly hacks which prevent userspace tools to try to load modules
  - corrections in Makefiles
  - minor compatibility defines and tweaks
  - inode->c_index is used as orphans counter
  - ll_lookup_finish_locks() doesn't release intent
    because on 2.6 it may be needed several times
  - check that nd isn't NULL before using
  - ll_update_inode() decoded dev number wrong way
  - PDE define is used to retrieve procfs-related data
  - rw26.c is almost copy of rw24.c
  - super25.c registers lustre and lustre_lite

- 2.6 kernel patches:
  - 2.6.0-mm2
  - dev_read_only_2.6.0.patch stores dev number, not struct block_device *
  - ext3-init-generation-2.6.0.patch - lustre dislikes when ext3 resets
    s_next_generation to 0 upon mount
  - ext3-map_inode_page-2.6.0.patch - added fix to unmap underlaying metadata
  - ext3-start_this_handle-must-return-error.patch - jbd returned 0 always:
    posssible oops
  - vfs_nointent_2.6.0-test6.patch - small contexts changes
  - invalidate_show-2.6.0.patch - port onto 2.6
  - iopen-2.6.0-test6.patch - several fixes
  - vfs_intent_2.6.0.patch - port onto 2.5.0
  - kernel_text_address-2.6.0.patch
  - export_symbols-2.6.0.patch

- kgdb_2.6.0 series
lustre/kernel_patches/patches/2.6.0-mm2.patch [new file with mode: 0644]
lustre/kernel_patches/patches/export_symbols-2.6.0.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-init-generation-2.6.0.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-start_this_handle-must-return-error.patch [new file with mode: 0644]
lustre/kernel_patches/patches/invalidate_show-2.6.0.patch [new file with mode: 0644]
lustre/kernel_patches/patches/kernel_text_address-2.6.0.patch [new file with mode: 0644]
lustre/kernel_patches/patches/vfs_intent_2.6.0.patch [new file with mode: 0644]
lustre/kernel_patches/series/kgdb_2.6.0 [new file with mode: 0644]