aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAge
* ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V2008-01-28
* ext4: fix uniniatilized extent splitting errorDmitry Monakhov2008-01-28
* ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V2008-01-28
* ext4: Add stripe= option to /proc/mountsMiklos Szeredi2008-01-28
* ext4: Enable the multiblock allocator by defaultAneesh Kumar K.V2008-01-28
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-29
* ext4: Add new functions for searching extent treeAlex Tomas2008-01-28
* ext4: fix up EXT4FS_DEBUG buildsEric Sandeen2008-01-28
* ext4: Fix ext4_show_options to show the correct mount options.Aneesh Kumar K.V2008-01-28
* ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V2008-01-28
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-28
* ext4: Add the journal checksum featureGirish Shilamkar2008-01-28
* ext4: Take read lock during overwrite case.Aneesh Kumar K.V2008-01-28
* ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-28
* ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V2008-01-28
* ext4: remove unused code from ext4_find_entry()Mariusz Kozlowski2008-01-28
* ext4: Check for the correct error return fromAneesh Kumar K.V2008-01-28
* ext4: add block bitmap validationAneesh Kumar K.V2008-01-28
* ext4: Change the default behaviour on errorAneesh Kumar K.V2008-01-28
* ext4: fix oops on corrupted ext4 mountEric Sandeen2008-01-28
* ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)Adrian Bunk2008-01-28
* ext4: Return after ext4_error in case of failuresAneesh Kumar K.V2008-01-28
* ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen2008-01-28
* ext4: different maxbytes functions for bitmap & extent filesEric Sandeen2008-01-28
* ext4: Support large filesAneesh Kumar K.V2008-01-28
* ext4: Add support for 48 bit inode i_blocks.Aneesh Kumar K.V2008-01-28
* ext4: Rename i_dir_acl to i_size_highAneesh Kumar K.V2008-01-28
* ext4: Rename i_file_acl to i_file_acl_loAneesh Kumar K.V2008-01-28
* ext4: Fix sparse warnings.Aneesh Kumar K.V2008-01-28
* ext4: Introduce ext4_update_*_featureAneesh Kumar K.V2008-01-28
* ext4: fixes block group number being set to a negative valueAvantika Mathur2008-01-28
* ext4: add ext4_group_t, and change all group variables to this type.Avantika Mathur2008-01-28
* ext4 extents: remove unneeded castsEric Sandeen2008-01-28
* ext4: Introduce ext4_lblk_tAneesh Kumar K.V2008-01-28
* ext4: Avoid rec_len overflow with 64KB block sizeJan Kara2008-01-28
* ext4: Support large blocksize up to PAGESIZETakashi Sato2008-01-28
* ext3, ext4: avoid divide by zeroAndries E. Brouwer2007-12-17
* Forbid user to change file flags on quota filesJan Kara2007-11-14
* Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds2007-11-13
* exportfs: make struct export_operations constChristoph Hellwig2007-10-22
* ext4: new export opsChristoph Hellwig2007-10-22
* ext4: lighten up resize transaction requirementsEric Sandeen2007-10-17
* ext4: fix setup_new_group_blocks lockingEric Sandeen2007-10-17
* ext4: sparse fixesAneesh Kumar K.V2007-10-17
* ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V2007-10-17
* ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V2007-10-17
* ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V2007-10-17
* ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V2007-10-17
* ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2007-10-17
* ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V2007-10-17
ss='alt'>
d7d86aa88a1f















1da177e4c3f4
d7d86aa88a1f
1da177e4c3f4

d7d86aa88a1f
1da177e4c3f4
d7d86aa88a1f













5068debff2dc
1da177e4c3f4


d7d86aa88a1f

a3c4946db4fe
d7d86aa88a1f



7043ad4f4c81
d7d86aa88a1f
3f3183709feb
d7d86aa88a1f














cc61c1fede7d
41c594ab65fc
d7d86aa88a1f
1da177e4c3f4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180




                                                                             


                                                              



                      
 
                   
                                                        

     






                                                                         
 

      







                         
  
              
   
                              
 
  
                                          

   











                            
            



                                
  





                                                                          
   











                                                                         
 
                                

  
                                                                               
   
 












                                             
 
                                
 





                                                                             















                                             
 
                             

  
                                         
   













                                             
 


     

                                                                             
  



                                                                            
   
                          
                














                                
                                             
 
      

                           
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2003, 2004 Ralf Baechle <ralf@linux-mips.org>
 * Copyright (C) MIPS Technologies, Inc.
 *   written by Ralf Baechle <ralf@linux-mips.org>
 */
#ifndef _ASM_HAZARDS_H
#define _ASM_HAZARDS_H


#ifdef __ASSEMBLY__
#define ASMMACRO(name, code...) .macro name; code; .endm
#else

#define ASMMACRO(name, code...)						\
__asm__(".macro " #name "; " #code "; .endm");				\
									\
static inline void name(void)						\
{									\
	__asm__ __volatile__ (#name);					\
}

#endif

ASMMACRO(_ssnop,
	 sll	$0, $0, 1
	)

ASMMACRO(_ehb,
	 sll	$0, $0, 3
	)

/*
 * TLB hazards
 */
#if defined(CONFIG_CPU_MIPSR2)

/*
 * MIPSR2 defines ehb for hazard avoidance
 */

ASMMACRO(mtc0_tlbw_hazard,
	 _ehb
	)
ASMMACRO(tlbw_use_hazard,
	 _ehb
	)
ASMMACRO(tlb_probe_hazard,
	 _ehb
	)
ASMMACRO(irq_enable_hazard,
	)
ASMMACRO(irq_disable_hazard,
	_ehb
	)
ASMMACRO(back_to_back_c0_hazard,
	 _ehb
	)
/*
 * gcc has a tradition of misscompiling the previous construct using the
 * address of a label as argument to inline assembler.  Gas otoh has the
 * annoying difference between la and dla which are only usable for 32-bit
 * rsp. 64-bit code, so can't be used without conditional compilation.
 * The alterantive is switching the assembler to 64-bit code which happens
 * to work right even for 32-bit code ...
 */
#define instruction_hazard()						\
do {									\
	unsigned long tmp;						\
									\
	__asm__ __volatile__(						\
	"	.set	mips64r2				\n"	\
	"	dla	%0, 1f					\n"	\
	"	jr.hb	%0					\n"	\
	"	.set	mips0					\n"	\
	"1:							\n"	\
	: "=r" (tmp));							\
} while (0)

#elif defined(CONFIG_CPU_R10000)

/*
 * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer.
 */

ASMMACRO(mtc0_tlbw_hazard,
	)
ASMMACRO(tlbw_use_hazard,
	)
ASMMACRO(tlb_probe_hazard,
	)
ASMMACRO(irq_enable_hazard,
	)
ASMMACRO(irq_disable_hazard,
	)
ASMMACRO(back_to_back_c0_hazard,
	)
#define instruction_hazard() do { } while (0)

#elif defined(CONFIG_CPU_RM9000)

/*
 * RM9000 hazards.  When the JTLB is updated by tlbwi or tlbwr, a subsequent
 * use of the JTLB for instructions should not occur for 4 cpu cycles and use
 * for data translations should not occur for 3 cpu cycles.
 */

ASMMACRO(mtc0_tlbw_hazard,
	 _ssnop; _ssnop; _ssnop; _ssnop
	)
ASMMACRO(tlbw_use_hazard,
	 _ssnop; _ssnop; _ssnop; _ssnop
	)
ASMMACRO(tlb_probe_hazard,
	 _ssnop; _ssnop; _ssnop; _ssnop
	)
ASMMACRO(irq_enable_hazard,
	)
ASMMACRO(irq_disable_hazard,
	)
ASMMACRO(back_to_back_c0_hazard,
	)
#define instruction_hazard() do { } while (0)

#elif defined(CONFIG_CPU_SB1)

/*
 * Mostly like R4000 for historic reasons
 */
ASMMACRO(mtc0_tlbw_hazard,
	)
ASMMACRO(tlbw_use_hazard,
	)
ASMMACRO(tlb_probe_hazard,
	)
ASMMACRO(irq_enable_hazard,
	)
ASMMACRO(irq_disable_hazard,
	 _ssnop; _ssnop; _ssnop
	)
ASMMACRO(back_to_back_c0_hazard,
	)
#define instruction_hazard() do { } while (0)

#else

/*
 * Finally the catchall case for all other processors including R4000, R4400,
 * R4600, R4700, R5000, RM7000, NEC VR41xx etc.
 *
 * The taken branch will result in a two cycle penalty for the two killed
 * instructions on R4000 / R4400.  Other processors only have a single cycle
 * hazard so this is nice trick to have an optimal code for a range of
 * processors.
 */
ASMMACRO(mtc0_tlbw_hazard,
	nop; nop
	)
ASMMACRO(tlbw_use_hazard,
	nop; nop; nop
	)
ASMMACRO(tlb_probe_hazard,
	 nop; nop; nop
	)
ASMMACRO(irq_enable_hazard,
	)
ASMMACRO(irq_disable_hazard,
	nop; nop; nop
	)
ASMMACRO(back_to_back_c0_hazard,
	 _ssnop; _ssnop; _ssnop;
	)
#define instruction_hazard() do { } while (0)

#endif

#endif /* _ASM_HAZARDS_H */