aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ext3_jbd.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-31ext3: move headers to fs/ext3/Al Viro1-229/+0
Signed-off-by: Al Viro <[email protected]>
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov1-2/+5
Currently all quota block reservation macros contains hardcoded "2" aka MAXQUOTAS value. This is no good because in some places it is not obvious to understand what does this digit represent. Let's introduce new macro with self descriptive name. Signed-off-by: Dmitry Monakhov <[email protected]> Signed-off-by: Jan Kara <[email protected]>
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-7/+7
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-12-07[PATCH] ext3: uninline large functionsAndrew Morton1-59/+17
Saves nearly 4kbytes on x86. Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao1-5/+5
Remove whitespace from ext3 and jbd, before we clone ext4. Signed-off-by: Mingming Cao<[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-06-24[PATCH] quota: ext3: Improve quota credit estimatesJan Kara1-8/+11
Use improved credits estimates for quota operations. Also reserve a space for a quota operation in a transaction only if filesystem was mounted with some quota options. Signed-off-by: Jan Kara <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+265
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!