- 21 Oct, 2014 15 commits
-
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Here we insist the file is completely allocated
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
This function makes sure that the filesystem can accomodate the file of the given size. Checks the filesystem free space up against the allocated blocks as a sanity check. Uses fallocate if available to preallocate the needed blocks. If fallocate isn't available, it will write zero bytes if insist is true.
-
Martin Blix Grydeland authored
system size This is to spot obvious typos
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
This check never worked as intended for several reasons: - Didn't take the existing file size into account, causing it to succeed on first startup but fail on next - Sparse files were not handled, and can't be handled as we don't know where in the file a hole could be and whether truncation actually would change the number of blocks used at all Fixes: #1343
-
Poul-Henning Kamp authored
Fixes #1612 Testcase by: daghf
-
- 20 Oct, 2014 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
waiting list in an attempt to recover. This also fixes buglet in previous commit which failed to call CNT_AcctLogCharge()
-
Poul-Henning Kamp authored
in play in a way that does not lead to panics. Spotted by: Martin Fixes #1607
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
pointer to disappear.
-
Poul-Henning Kamp authored
-
- 18 Oct, 2014 1 commit
-
-
Federico G. Schwindt authored
-
- 17 Oct, 2014 1 commit
-
-
Dag Haavi Finstad authored
-
- 16 Oct, 2014 5 commits
-
-
Federico G. Schwindt authored
-
Nils Goroll authored
This should survive a distcheck again.
-
Lasse Karstensen authored
And also don't disable the default compiler optimization.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 14 Oct, 2014 4 commits
-
-
Dag Haavi Finstad authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
Do not advance the subject but use the ovector information as offset, pcre might need to peek back when handling lookbehinds. Original patch from MegaMaddin via github. Fixes: #1557
-
- 13 Oct, 2014 6 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-