Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBIFS: remove fast unmounting | Artem Bityutskiy | 2009-01-29 | 2 | -47/+5 |
* | UBIFS: return sensible error codes | Artem Bityutskiy | 2009-01-29 | 2 | -9/+4 |
* | UBIFS: remount ro fixes | Adrian Hunter | 2009-01-29 | 3 | -21/+13 |
* | UBIFS: spelling fix 'date' -> 'data' | Adrian Hunter | 2009-01-29 | 2 | -2/+2 |
* | UBIFS: sync wbufs after syncing inodes and pages | Adrian Hunter | 2009-01-29 | 1 | -10/+10 |
* | UBIFS: fix LPT out-of-space bug (again) | Adrian Hunter | 2009-01-28 | 1 | -12/+32 |
* | UBIFS: fix no_chk_data_crc | Artem Bityutskiy | 2009-01-27 | 3 | -13/+23 |
* | UBIFS: fix assertions | Artem Bityutskiy | 2009-01-26 | 1 | -6/+7 |
* | UBIFS: ensure orphan area head is initialized | Adrian Hunter | 2009-01-26 | 3 | -19/+26 |
* | UBIFS: always clean up GC LEB space | Artem Bityutskiy | 2009-01-26 | 1 | -14/+33 |
* | UBIFS: add re-mount debugging checks | Artem Bityutskiy | 2009-01-26 | 7 | -65/+148 |
* | UBIFS: fix LEB list freeing | Artem Bityutskiy | 2009-01-26 | 4 | -20/+48 |
* | UBIFS: simplify locking | Artem Bityutskiy | 2009-01-26 | 1 | -56/+36 |
* | UBIFS: document dark_wm and dead_wm better | Artem Bityutskiy | 2009-01-20 | 3 | -11/+24 |
* | UBIFS: do not treat all data as short term | Artem Bityutskiy | 2009-01-20 | 1 | -1/+1 |
* | UBIFS: constify operations | Artem Bityutskiy | 2009-01-18 | 4 | -14/+14 |
* | UBIFS: do not commit twice | Artem Bityutskiy | 2009-01-18 | 1 | -4/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 5 | -6/+6 |
|\ | |||||
| * | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 5 | -6/+6 |
* | | UBIFS: do not use WB_SYNC_HOLD | Artem Bityutskiy | 2009-01-06 | 1 | -1/+8 |
|/ | |||||
* | fs: symlink write_begin allocation context fix | Nick Piggin | 2009-01-04 | 1 | -4/+5 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-01-02 | 20 | -474/+924 |
|\ | |||||
| * | UBIFS: add more useful debugging prints | Artem Bityutskiy | 2008-12-31 | 1 | -0/+12 |
| * | UBIFS: print debugging messages properly | Artem Bityutskiy | 2008-12-31 | 1 | -10/+10 |
| * | UBIFS: fix numerous spelling mistakes | Artem Bityutskiy | 2008-12-31 | 3 | -12/+11 |
| * | UBIFS: allow mounting when short of space | Artem Bityutskiy | 2008-12-31 | 1 | -11/+29 |
| * | UBIFS: fix writing uncompressed files | Artem Bityutskiy | 2008-12-31 | 2 | -1/+3 |
| * | UBIFS: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-31 | 6 | -25/+25 |
| * | UBIFS: fix sparse warnings | Artem Bityutskiy | 2008-12-31 | 1 | -2/+2 |
| * | UBIFS: simplify make_free_space | Artem Bityutskiy | 2008-12-31 | 1 | -102/+49 |
| * | UBIFS: do not lie about used blocks | Artem Bityutskiy | 2008-12-31 | 1 | -10/+0 |
| * | UBIFS: restore budg_uncommitted_idx | Artem Bityutskiy | 2008-12-31 | 1 | -3/+12 |
| * | UBIFS: always commit on unmount | Artem Bityutskiy | 2008-12-31 | 1 | -11/+15 |
| * | UBIFS: use ubi_sync | Artem Bityutskiy | 2008-12-31 | 1 | -6/+1 |
| * | UBIFS: always commit in sync_fs | Artem Bityutskiy | 2008-12-31 | 1 | -20/+18 |
| * | UBIFS: fix file-system synchronization | Artem Bityutskiy | 2008-12-31 | 1 | -0/+18 |
| * | UBIFS: fix constants initialization | Artem Bityutskiy | 2008-12-31 | 1 | -5/+20 |
| * | UBIFS: avoid unnecessary calculations | Artem Bityutskiy | 2008-12-23 | 1 | -1/+2 |
| * | UBIFS: re-calculate min_idx_size after the commit | Artem Bityutskiy | 2008-12-23 | 1 | -0/+2 |
| * | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 2008-12-23 | 6 | -35/+30 |
| * | UBIFS: fix available blocks count | Artem Bityutskiy | 2008-12-23 | 3 | -9/+13 |
| * | UBIFS: various comment improvements and fixes | Artem Bityutskiy | 2008-12-23 | 2 | -22/+24 |
| * | UBIFS: improve budgeting dump | Artem Bityutskiy | 2008-12-23 | 3 | -3/+16 |
| * | UBIFS: fix tnc dumping | Artem Bityutskiy | 2008-12-23 | 1 | -1/+1 |
| * | UBIFS: use PAGE_CACHE_MASK correctly | Artem Bityutskiy | 2008-12-23 | 1 | -2/+2 |
| * | UBIFS: fix section mismatch | Alexey Dobriyan | 2008-12-04 | 2 | -2/+2 |
| * | UBIFS: introduce LPT dump function | Artem Bityutskiy | 2008-12-03 | 5 | -48/+186 |
| * | UBIFS: dump stack in LPT check functions | Artem Bityutskiy | 2008-12-03 | 1 | -1/+6 |
| * | UBIFS: run debugging checks only if they are enabled | Artem Bityutskiy | 2008-12-03 | 2 | -2/+10 |
| * | UBIFS: add debugfs support | Artem Bityutskiy | 2008-12-03 | 4 | -20/+193 |