aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* UBIFS: remove fast unmountingArtem Bityutskiy2009-01-292-47/+5
* UBIFS: return sensible error codesArtem Bityutskiy2009-01-292-9/+4
* UBIFS: remount ro fixesAdrian Hunter2009-01-293-21/+13
* UBIFS: spelling fix 'date' -> 'data'Adrian Hunter2009-01-292-2/+2
* UBIFS: sync wbufs after syncing inodes and pagesAdrian Hunter2009-01-291-10/+10
* UBIFS: fix LPT out-of-space bug (again)Adrian Hunter2009-01-281-12/+32
* UBIFS: fix no_chk_data_crcArtem Bityutskiy2009-01-273-13/+23
* UBIFS: fix assertionsArtem Bityutskiy2009-01-261-6/+7
* UBIFS: ensure orphan area head is initializedAdrian Hunter2009-01-263-19/+26
* UBIFS: always clean up GC LEB spaceArtem Bityutskiy2009-01-261-14/+33
* UBIFS: add re-mount debugging checksArtem Bityutskiy2009-01-267-65/+148
* UBIFS: fix LEB list freeingArtem Bityutskiy2009-01-264-20/+48
* UBIFS: simplify lockingArtem Bityutskiy2009-01-261-56/+36
* UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy2009-01-203-11/+24
* UBIFS: do not treat all data as short termArtem Bityutskiy2009-01-201-1/+1
* UBIFS: constify operationsArtem Bityutskiy2009-01-184-14/+14
* UBIFS: do not commit twiceArtem Bityutskiy2009-01-181-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-075-6/+6
|\
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-065-6/+6
* | UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy2009-01-061-1/+8
|/
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-4/+5
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-01-0220-474/+924
|\
| * UBIFS: add more useful debugging printsArtem Bityutskiy2008-12-311-0/+12
| * UBIFS: print debugging messages properlyArtem Bityutskiy2008-12-311-10/+10
| * UBIFS: fix numerous spelling mistakesArtem Bityutskiy2008-12-313-12/+11
| * UBIFS: allow mounting when short of spaceArtem Bityutskiy2008-12-311-11/+29
| * UBIFS: fix writing uncompressed filesArtem Bityutskiy2008-12-312-1/+3
| * UBIFS: fix checkpatch.pl warningsArtem Bityutskiy2008-12-316-25/+25
| * UBIFS: fix sparse warningsArtem Bityutskiy2008-12-311-2/+2
| * UBIFS: simplify make_free_spaceArtem Bityutskiy2008-12-311-102/+49
| * UBIFS: do not lie about used blocksArtem Bityutskiy2008-12-311-10/+0
| * UBIFS: restore budg_uncommitted_idxArtem Bityutskiy2008-12-311-3/+12
| * UBIFS: always commit on unmountArtem Bityutskiy2008-12-311-11/+15
| * UBIFS: use ubi_syncArtem Bityutskiy2008-12-311-6/+1
| * UBIFS: always commit in sync_fsArtem Bityutskiy2008-12-311-20/+18
| * UBIFS: fix file-system synchronizationArtem Bityutskiy2008-12-311-0/+18
| * UBIFS: fix constants initializationArtem Bityutskiy2008-12-311-5/+20
| * UBIFS: avoid unnecessary calculationsArtem Bityutskiy2008-12-231-1/+2
| * UBIFS: re-calculate min_idx_size after the commitArtem Bityutskiy2008-12-231-0/+2
| * UBIFS: use nicer 64-bit mathArtem Bityutskiy2008-12-236-35/+30
| * UBIFS: fix available blocks countArtem Bityutskiy2008-12-233-9/+13
| * UBIFS: various comment improvements and fixesArtem Bityutskiy2008-12-232-22/+24
| * UBIFS: improve budgeting dumpArtem Bityutskiy2008-12-233-3/+16
| * UBIFS: fix tnc dumpingArtem Bityutskiy2008-12-231-1/+1
| * UBIFS: use PAGE_CACHE_MASK correctlyArtem Bityutskiy2008-12-231-2/+2
| * UBIFS: fix section mismatchAlexey Dobriyan2008-12-042-2/+2
| * UBIFS: introduce LPT dump functionArtem Bityutskiy2008-12-035-48/+186
| * UBIFS: dump stack in LPT check functionsArtem Bityutskiy2008-12-031-1/+6
| * UBIFS: run debugging checks only if they are enabledArtem Bityutskiy2008-12-032-2/+10