aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ext3_jbd.h
AgeCommit message (Collapse)AuthorFilesLines
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!