- 22 Oct, 2014 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
- 21 Oct, 2014 28 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Dag Haavi Finstad authored
-
Nils Goroll authored
to reflect changes from c74bd5f8
-
Poul-Henning Kamp authored
-
Dag Haavi Finstad authored
-
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
-