aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/gc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-20UBI: Kill data type hintRichard Weinberger1-1/+1
2011-05-16UBIFS: synchronize write-buffer before switching to the next budArtem Bityutskiy1-0/+4
2011-05-16UBIFS: make 2 functions staticArtem Bityutskiy1-2/+3
2011-05-13UBIFS: remove duplicated codeArtem Bityutskiy1-31/+31
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-1/+1
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy1-1/+2
2010-08-30UBIFS: introduce list sorting debugging checksArtem Bityutskiy1-2/+8
2010-08-30UBIFS: fix assertion warnings in comparison functionArtem Bityutskiy1-0/+6
2010-08-30UBIFS: improve assertion in node comparison functionsArtem Bityutskiy1-0/+11
2010-08-30UBIFS: do not use key type in list_sortArtem Bityutskiy1-9/+9
2010-08-30UBIFS: do not look up truncation nodesArtem Bityutskiy1-3/+20
2010-08-30UBIFS: fix assertion warningArtem Bityutskiy1-1/+2
2010-08-30UBIFS: do not treat ENOSPC speciallyArtem Bityutskiy1-7/+5
2010-08-30UBIFS: switch to RO mode after synchronizingArtem Bityutskiy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-95/+1
2009-09-10UBIFS: do not print scary error messages needlesslyArtem Bityutskiy1-1/+1
2009-03-20UBIFS: fully sort GCed nodesArtem Bityutskiy1-132/+296
2009-01-29UBIFS: remount ro fixesAdrian Hunter1-13/+5
2009-01-29UBIFS: spelling fix 'date' -> 'data'Adrian Hunter1-1/+1
2009-01-26UBIFS: fix LEB list freeingArtem Bityutskiy1-4/+12
2009-01-20UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy1-0/+20
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-09-30UBIFS: improve garbage collectionAdrian Hunter1-10/+72
2008-09-30UBIFS: remove unneeded unlikely()Hirofumi Nakagawa1-4/+4
2008-09-17UBIFS: TNC / GC race fixesAdrian Hunter1-3/+11
2008-08-25UBIFS: allow for racing between GC and TNCAdrian Hunter1-0/+6
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+773