git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84be0ff
)
libxfs: move source files
author
Dave Chinner
<dchinner@redhat.com>
Wed, 25 Jun 2014 04:57:53 +0000
(14:57 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Wed, 25 Jun 2014 04:57:53 +0000
(14:57 +1000)
Move all the source files that are shared with userspace into
libxfs/. This is done as one big chunk simpy to get it done
quickly
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
27 files changed:
fs/xfs/Makefile
patch
|
blob
|
history
fs/xfs/libxfs/xfs_alloc.c
[moved from
fs/xfs/xfs_alloc.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_alloc_btree.c
[moved from
fs/xfs/xfs_alloc_btree.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_attr.c
[moved from
fs/xfs/xfs_attr.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_attr_leaf.c
[moved from
fs/xfs/xfs_attr_leaf.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_attr_remote.c
[moved from
fs/xfs/xfs_attr_remote.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_bmap.c
[moved from
fs/xfs/xfs_bmap.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_bmap_btree.c
[moved from
fs/xfs/xfs_bmap_btree.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_btree.c
[moved from
fs/xfs/xfs_btree.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_da_btree.c
[moved from
fs/xfs/xfs_da_btree.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_da_format.c
[moved from
fs/xfs/xfs_da_format.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2.c
[moved from
fs/xfs/xfs_dir2.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_block.c
[moved from
fs/xfs/xfs_dir2_block.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_data.c
[moved from
fs/xfs/xfs_dir2_data.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_leaf.c
[moved from
fs/xfs/xfs_dir2_leaf.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_node.c
[moved from
fs/xfs/xfs_dir2_node.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_priv.h
[moved from
fs/xfs/xfs_dir2_priv.h
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dir2_sf.c
[moved from
fs/xfs/xfs_dir2_sf.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_dquot_buf.c
[moved from
fs/xfs/xfs_dquot_buf.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_ialloc.c
[moved from
fs/xfs/xfs_ialloc.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_ialloc_btree.c
[moved from
fs/xfs/xfs_ialloc_btree.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_inode_buf.c
[moved from
fs/xfs/xfs_inode_buf.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_inode_fork.c
[moved from
fs/xfs/xfs_inode_fork.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_log_rlimit.c
[moved from
fs/xfs/xfs_log_rlimit.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_rtbitmap.c
[moved from
fs/xfs/xfs_rtbitmap.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_symlink_remote.c
[moved from
fs/xfs/xfs_symlink_remote.c
with 100% similarity]
patch
|
blob
|
history
fs/xfs/libxfs/xfs_trans_resv.c
[moved from
fs/xfs/xfs_trans_resv.c
with 100% similarity]
patch
|
blob
|
history
diff --cc
fs/xfs/Makefile
Simple merge
diff --cc
fs/xfs/libxfs/xfs_alloc.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_alloc_btree.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_attr.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_attr_leaf.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_attr_remote.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_bmap.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_bmap_btree.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_btree.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_da_btree.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_da_format.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_block.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_data.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_leaf.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_node.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_priv.h
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dir2_sf.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_dquot_buf.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_ialloc.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_ialloc_btree.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_inode_buf.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_inode_fork.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_log_rlimit.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_rtbitmap.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_symlink_remote.c
Simple merge
diff --cc
fs/xfs/libxfs/xfs_trans_resv.c
Simple merge