linux/fs/exofs
Boaz Harrosh 8ff660ab85 exofs: Rename raid engine from exofs/ios.c => ore
ORE stands for "Objects Raid Engine"

This patch is a mechanical rename of everything that was in ios.c
and its API declaration to an ore.c and an osd_ore.h header. The ore
engine will later be used by the pnfs objects layout driver.

* File ios.c => ore.c

* Declaration of types and API are moved from exofs.h to a new
  osd_ore.h

* All used types are prefixed by ore_ from their exofs_ name.

* Shift includes from exofs.h to osd_ore.h so osd_ore.h is
  independent, include it from exofs.h.

Other than a pure rename there are no other changes. Next patch
will move the ore into it's own module and will export the API
to be used by exofs and later the layout driver

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2011-08-06 19:36:18 -07:00
..
BUGS
common.h Fix common misspellings 2011-03-31 11:26:23 -03:00
dir.c exofs: Trivial: fix some indentation and debug prints 2011-03-15 15:00:27 +02:00
exofs.h exofs: Rename raid engine from exofs/ios.c => ore 2011-08-06 19:36:18 -07:00
file.c exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
inode.c exofs: Rename raid engine from exofs/ios.c => ore 2011-08-06 19:36:18 -07:00
Kbuild exofs: Rename raid engine from exofs/ios.c => ore 2011-08-06 19:36:18 -07:00
Kconfig
namei.c exofs: i_nlink races in rename() 2011-03-03 01:28:17 -05:00
ore.c exofs: Rename raid engine from exofs/ios.c => ore 2011-08-06 19:36:18 -07:00
super.c exofs: Rename raid engine from exofs/ios.c => ore 2011-08-06 19:36:18 -07:00
symlink.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00