20 Jun, 2006
1 commit
-
pure bloat.
SGI-PV: 952969
SGI-Modid: xfs-linux-melb:xfs-kern:26251aSigned-off-by: Nathan Scott
19 Jun, 2006
1 commit
-
is check if semaphore is actually locked, which can be trivially done in
portable way. Code gets more reabable, while we are at it...SGI-PV: 953915
SGI-Modid: xfs-linux-melb:xfs-kern:26274aSigned-off-by: Al Viro
Signed-off-by: Nathan Scott
09 Jun, 2006
7 commits
-
porters.
SGI-PV: 953338
SGI-Modid: xfs-linux-melb:xfs-kern:26108aSigned-off-by: Nathan Scott
-
SGI-PV: 953338
SGI-Modid: xfs-linux-melb:xfs-kern:26107aSigned-off-by: Nathan Scott
-
SGI-PV: 9533338
SGI-Modid: xfs-linux-melb:xfs-kern:26106aSigned-off-by: Nathan Scott
-
originally by Glen.
SGI-PV: 932952
SGI-Modid: xfs-linux-melb:xfs-kern:26105aSigned-off-by: Nathan Scott
-
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:26102aSigned-off-by: Nathan Scott
-
shutdown vop flags consistent with sync vop flags declarations too.
SGI-PV: 939911
SGI-Modid: xfs-linux-melb:xfs-kern:26096aSigned-off-by: Nathan Scott
-
the range spanned by modifications to the in-core extent map. Add
XFS_BUNMAPI() and XFS_SWAP_EXTENTS() macros that call xfs_bunmapi() and
xfs_swap_extents() via the ioops vector. Change all calls that may modify
the in-core extent map for the data fork to go through the ioops vector.
This allows a cache of extent map data to be kept in sync.SGI-PV: 947615
SGI-Modid: xfs-linux-melb:xfs-kern:209226aSigned-off-by: Olaf Weber
Signed-off-by: Nathan Scott
31 Mar, 2006
1 commit
-
its use.
SGI-PV: 951300
SGI-Modid: xfs-linux-melb:xfs-kern:25633aSigned-off-by: Nathan Scott
29 Mar, 2006
1 commit
-
these typos.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25539aSigned-off-by: Nathan Scott
22 Mar, 2006
1 commit
-
Engelhardt.
SGI-PV: 947038
SGI-Modid: xfs-linux-melb:xfs-kern:25529aSigned-off-by: Nathan Scott
14 Mar, 2006
3 commits
-
code to prepare for an upcoming mod which will introduce multi-level
in-core extent allocations. Although the in-core extent management is
using a new code path in this mod, the functionality remains the same.
Major changes include: - Introduce 10 new subroutines which re-orgainze
the existing code but do NOT change functionality:
xfs_iext_get_ext() xfs_iext_insert() xfs_iext_add()
xfs_iext_remove() xfs_iext_remove_inline()
xfs_iext_remove_direct() xfs_iext_realloc_direct()
xfs_iext_direct_to_inline() xfs_iext_inline_to_direct()
xfs_iext_destroy() - Remove 2 subroutines (functionality moved to new
subroutines above): xfs_iext_realloc() -replaced by xfs_iext_add()
and xfs_iext_remove() xfs_bmap_insert_exlist() - replaced by
xfs_iext_insert() xfs_bmap_delete_exlist() - replaced by
xfs_iext_remove() - Replace all hard-coded (indexed) extent assignments
with a call to xfs_iext_get_ext() - Replace all extent record pointer
arithmetic (ep++, ep--, base + lastx,..) with calls to
xfs_iext_get_ext() - Update comments to remove the idea of a single
"extent list" and introduce "extent record" terminology insteadSGI-PV: 928864
SGI-Modid: xfs-linux-melb:xfs-kern:207390aSigned-off-by: Mandy Kirkconnell
Signed-off-by: Nathan Scott -
to linux.
SGI-PV: 931456
SGI-Modid: xfs-linux-melb:xfs-kern:25238aSigned-off-by: Tim Shimmin
Signed-off-by: Nathan Scott -
quota code.
SGI-PV: 949149
SGI-Modid: xfs-linux-melb:xfs-kern:25123aSigned-off-by: Nathan Scott
28 Feb, 2006
1 commit
-
regressed recently via the fix for inherited quota inode attributes.
SGI-PV: 947312
SGI-Modid: xfs-linux-melb:xfs-kern:25318aSigned-off-by: Nathan Scott
16 Jan, 2006
2 commits
-
Signed-off-by: Nathan Scott
15 Jan, 2006
1 commit
-
This patch removes pointless parentheses from return statements.
Signed-off-by: Jesper Juhl
Signed-off-by: Adrian Bunk
13 Jan, 2006
1 commit
12 Jan, 2006
2 commits
-
fs: Use where capable() is used.
Signed-off-by: Randy Dunlap
Acked-by: Tim Schmielau
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
equivalents.
SGI-PV: 907752
SGI-Modid: xfs-linux-melb:xfs-kern:24961aSigned-off-by: Nathan Scott
11 Jan, 2006
2 commits
-
umount dquot flush call.
SGI-PV: 946444
SGI-Modid: xfs-linux-melb:xfs-kern:24680aSigned-off-by: Nathan Scott
-
SGI-PV: 945264
SGI-Modid: xfs-linux-melb:xfs-kern:24366aSigned-off-by: Nathan Scott
10 Jan, 2006
1 commit
-
This patch switches XFS over to use the new mutex code directly as
opposed to the previous workaround patch I posted earlier that avoided
the namespace clash by forcing it back to semaphores. This falls in the
'works for me' category.Signed-off-by: Jes Sorensen
Signed-off-by: Ingo Molnar
16 Dec, 2005
1 commit
-
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds
03 Nov, 2005
1 commit
-
Signed-off-by: Nathan Scott
02 Nov, 2005
7 commits
-
SGI-PV: 943123
SGI-Modid: xfs-linux:xfs-kern:24012aSigned-off-by: Nathan Scott
-
SGI-PV: 943272
SGI-Modid: xfs-linux:xfs-kern:199767aSigned-off-by: Christoph Hellwig
Signed-off-by: Nathan Scott -
boilerplate.
SGI-PV: 913862
SGI-Modid: xfs-linux:xfs-kern:23917aSigned-off-by: Nathan Scott
-
boilerplate.
SGI-PV: 913862
SGI-Modid: xfs-linux:xfs-kern:23903aSigned-off-by: Nathan Scott
-
SGI-PV: 943122
SGI-Modid: xfs-linux:xfs-kern:23901aSigned-off-by: Nathan Scott
-
SGI-PV: 942815
SGI-Modid: xfs-linux:xfs-kern:23829aSigned-off-by: Nathan Scott
-
MAXINT
SGI-PV: 942528
SGI-Modid: xfs-linux:xfs-kern:23828aSigned-off-by: Nathan Scott
08 Sep, 2005
1 commit
-
Signed-off-by: Nathan Scott
05 Sep, 2005
3 commits
-
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:23719aSigned-off-by: Nathan Scott
-
which can cause an extent hole to be filled and a free extent to be
processed. In this case, we make a few mistakes: forget to pass back the
transaction, forget to put a hold on the buffer and forget to add the buf
to the new transaction.SGI-PV: 940366
SGI-Modid: xfs-linux:xfs-kern:23594aSigned-off-by: Tim Shimmin
Signed-off-by: Nathan Scott -
having previously mounted with quotas.
SGI-PV: 940491
SGI-Modid: xfs-linux:xfs-kern:23388aSigned-off-by: Tim Shimmin
Signed-off-by: Nathan Scott
02 Sep, 2005
2 commits
-
SGI-PV: 907752
SGI-Modid: xfs-linux:xfs-kern:23163aSigned-off-by: Nathan Scott
-
SGI-PV: 931456
SGI-Modid: xfs-linux:xfs-kern:23155aSigned-off-by: Tim Shimmin
Signed-off-by: Nathan Scott