aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-04-0617-265/+482
|\
| * UBIFS: fix recovery bugAdrian Hunter2009-03-311-47/+23
| * UBIFS: add R/O compatibilityArtem Bityutskiy2009-03-264-11/+72
| * UBIFS: fix compiler warningsHunter Adrian2009-03-201-4/+4
| * UBIFS: fully sort GCed nodesArtem Bityutskiy2009-03-201-132/+296
| * UBIFS: fix commentariesArtem Bityutskiy2009-03-208-9/+9
| * UBIFS: introduce a helpful variableArtem Bityutskiy2009-03-164-21/+23
| * UBIFS: use KERN_CONTArtem Bityutskiy2009-03-162-6/+6
| * UBIFS: fix lprops committing bugArtem Bityutskiy2009-03-161-4/+3
| * UBIFS: fix bogus assertionArtem Bityutskiy2009-03-151-4/+8
| * UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter2009-03-141-2/+12
| * UBIFS: amend key_hash return valueArtem Bityutskiy2009-03-081-3/+3
| * UBIFS: improve find function interfaceArtem Bityutskiy2009-03-083-10/+9
| * UBIFS: list usage cleanupEric Sesterhenn2009-02-172-6/+3
| * UBIFS: fix dbg_chk_lpt_sz()Adrian Hunter2009-02-091-8/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-2/+2
|\ \
| * | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-2/+2
* | | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-3/+6
|/ /
* | 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