Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBIFS: start using hrtimers | Artem Bityutskiy | 2009-06-08 | 1 | -5/+8 |
* | UBIFS: add R/O compatibility | Artem Bityutskiy | 2009-03-26 | 1 | -0/+4 |
* | UBIFS: introduce a helpful variable | Artem Bityutskiy | 2009-03-16 | 1 | -2/+5 |
* | UBIFS: improve find function interface | Artem Bityutskiy | 2009-03-08 | 1 | -1/+1 |
* | UBIFS: remove fast unmounting | Artem Bityutskiy | 2009-01-29 | 1 | -2/+0 |
* | UBIFS: remount ro fixes | Adrian Hunter | 2009-01-29 | 1 | -1/+1 |
* | UBIFS: fix no_chk_data_crc | Artem Bityutskiy | 2009-01-27 | 1 | -1/+1 |
* | UBIFS: ensure orphan area head is initialized | Adrian Hunter | 2009-01-26 | 1 | -0/+1 |
* | UBIFS: add re-mount debugging checks | Artem Bityutskiy | 2009-01-26 | 1 | -1/+2 |
* | UBIFS: fix LEB list freeing | Artem Bityutskiy | 2009-01-26 | 1 | -1/+1 |
* | UBIFS: document dark_wm and dead_wm better | Artem Bityutskiy | 2009-01-20 | 1 | -2/+2 |
* | UBIFS: constify operations | Artem Bityutskiy | 2009-01-18 | 1 | -7/+7 |
* | UBIFS: fix numerous spelling mistakes | Artem Bityutskiy | 2008-12-31 | 1 | -1/+0 |
* | UBIFS: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-31 | 1 | -4/+4 |
* | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 2008-12-23 | 1 | -1/+1 |
* | UBIFS: fix available blocks count | Artem Bityutskiy | 2008-12-23 | 1 | -0/+8 |
* | UBIFS: various comment improvements and fixes | Artem Bityutskiy | 2008-12-23 | 1 | -16/+18 |
* | UBIFS: improve budgeting dump | Artem Bityutskiy | 2008-12-23 | 1 | -1/+1 |
* | UBIFS: fix section mismatch | Alexey Dobriyan | 2008-12-04 | 1 | -1/+1 |
* | UBIFS: introduce LPT dump function | Artem Bityutskiy | 2008-12-03 | 1 | -0/+3 |
* | UBIFS: add debugfs support | Artem Bityutskiy | 2008-12-03 | 1 | -0/+1 |
* | UBIFS: separate debugging fields out | Artem Bityutskiy | 2008-12-03 | 1 | -30/+4 |
* | UBIFS: introduce compression mount options | Artem Bityutskiy | 2008-12-03 | 1 | -2/+10 |
* | UBIFS: use bit-fields to store compression type | Artem Bityutskiy | 2008-12-03 | 1 | -3/+3 |
* | UBIFS: pre-allocate bulk-read buffer | Artem Bityutskiy | 2008-11-21 | 1 | -0/+6 |
* | UBIFS: do not allocate too much | Artem Bityutskiy | 2008-11-21 | 1 | -2/+2 |
* | UBIFS: do not print scary memory allocation warnings | Artem Bityutskiy | 2008-11-21 | 1 | -1/+1 |
* | UBIFS: add more debugging messages for LPT | Adrian Hunter | 2008-09-30 | 1 | -2/+8 |
* | UBIFS: fix commentary | Artem Bityutskiy | 2008-09-30 | 1 | -2/+2 |
* | UBIFS: fix races in bit-fields | Artem Bityutskiy | 2008-09-30 | 1 | -8/+9 |
* | UBIFS: use bit-fields when possible | Artem Bityutskiy | 2008-09-30 | 1 | -13/+11 |
* | UBIFS: add no_chk_data_crc mount option | Adrian Hunter | 2008-09-30 | 1 | -1/+10 |
* | UBIFS: add bulk-read facility | Adrian Hunter | 2008-09-30 | 1 | -2/+43 |
* | UBIFS: inline one-line functions | Artem Bityutskiy | 2008-09-30 | 1 | -2/+0 |
* | UBIFS: improve statfs reporting even more | Artem Bityutskiy | 2008-08-31 | 1 | -1/+1 |
* | UBIFS: introduce LEB overhead | Artem Bityutskiy | 2008-08-31 | 1 | -0/+5 |
* | UBIFS: improve statfs reporting | Artem Bityutskiy | 2008-08-31 | 1 | -0/+1 |
* | UBIFS: allow for racing between GC and TNC | Adrian Hunter | 2008-08-25 | 1 | -2/+4 |
* | UBIFS: few commentary fixes | Artem Bityutskiy | 2008-08-13 | 1 | -2/+0 |
* | UBIFS: always set i_generation to 0 | Adrian Hunter | 2008-08-13 | 1 | -3/+1 |
* | UBIFS: align inode data to eight | Artem Bityutskiy | 2008-08-13 | 1 | -0/+4 |
* | UBIFS: improve budgeting checks | Artem Bityutskiy | 2008-08-13 | 1 | -1/+7 |
* | UBIFS: do not union creat_sqnum and del_cmtno | Adrian Hunter | 2008-08-13 | 1 | -4/+2 |
* | UBIFS: optimize deletions | Artem Bityutskiy | 2008-08-13 | 1 | -3/+9 |
* | UBIFS: increment commit number earlier | Artem Bityutskiy | 2008-08-13 | 1 | -1/+2 |
* | UBIFS: remove unneeded function parameter | Artem Bityutskiy | 2008-08-13 | 1 | -2/+1 |
* | UBIFS: make ubifs_ro_mode() not inline | Adrian Hunter | 2008-08-13 | 1 | -0/+1 |
* | UBIFS: add new flash file system | Artem Bityutskiy | 2008-07-15 | 1 | -0/+1649 |