aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-23ubifs: read-only if LEB may always be taken in ubifs_garbage_collectGravatar Baokun Li 1-1/+10
2021-12-23ubifs: fix double return leb in ubifs_garbage_collectGravatar Baokun Li 1-0/+2
2021-12-23ubifs: fix slab-out-of-bounds in ubifs_change_lpGravatar Baokun Li 1-1/+5
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-3/+4
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cGravatar Wang Hai 1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2018-10-23ubifs: Add auth nodes to garbage collector journal headGravatar Sascha Hauer 1-3/+43
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-1/+2
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-32/+32
2018-08-15ubifs: gc: Fix typoGravatar Richard Weinberger 1-1/+1
2018-06-07ubifs: gc: Fix typoGravatar Sascha Hauer 1-1/+1
2016-12-12ubifs: Remove some dead codeGravatar Christophe Jaillet 1-4/+0
2016-10-02UBIFS: improve function-level documentationGravatar Julia Lawall 1-1/+1
2016-07-29ubifs: switch_gc_head: Remove redondant sync of wbufGravatar Sylvain Etienne 1-4/+0
2013-10-22UBIFS: remove unnecessary code in ubifs_garbage_collectGravatar wang.bo116@zte.com.cn 1-2/+1
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-3/+3
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-1/+1
2011-05-16UBIFS: synchronize write-buffer before switching to the next budGravatar Artem Bityutskiy 1-0/+4
2011-05-16UBIFS: make 2 functions staticGravatar Artem Bityutskiy 1-2/+3
2011-05-13UBIFS: remove duplicated codeGravatar Artem Bityutskiy 1-31/+31
2010-09-19UBIFS: introduce new flags for RO mountsGravatar Artem Bityutskiy 1-1/+1
2010-09-17UBIFS: introduce new flag for RO due to errorsGravatar Artem Bityutskiy 1-1/+2
2010-08-30UBIFS: introduce list sorting debugging checksGravatar Artem Bityutskiy 1-2/+8
2010-08-30UBIFS: fix assertion warnings in comparison functionGravatar Artem Bityutskiy 1-0/+6
2010-08-30UBIFS: improve assertion in node comparison functionsGravatar Artem Bityutskiy 1-0/+11
2010-08-30UBIFS: do not use key type in list_sortGravatar Artem Bityutskiy 1-9/+9
2010-08-30UBIFS: do not look up truncation nodesGravatar Artem Bityutskiy 1-3/+20
2010-08-30UBIFS: fix assertion warningGravatar Artem Bityutskiy 1-1/+2
2010-08-30UBIFS: do not treat ENOSPC speciallyGravatar Artem Bityutskiy 1-7/+5
2010-08-30UBIFS: switch to RO mode after synchronizingGravatar Artem Bityutskiy 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-12lib: Introduce generic list_sort functionGravatar Dave Chinner 1-95/+1
2009-09-10UBIFS: do not print scary error messages needlesslyGravatar Artem Bityutskiy 1-1/+1
2009-03-20UBIFS: fully sort GCed nodesGravatar Artem Bityutskiy 1-132/+296
2009-01-29UBIFS: remount ro fixesGravatar Adrian Hunter 1-13/+5
2009-01-29UBIFS: spelling fix 'date' -> 'data'Gravatar Adrian Hunter 1-1/+1
2009-01-26UBIFS: fix LEB list freeingGravatar Artem Bityutskiy 1-4/+12
2009-01-20UBIFS: document dark_wm and dead_wm betterGravatar Artem Bityutskiy 1-0/+20
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2008-09-30UBIFS: improve garbage collectionGravatar Adrian Hunter 1-10/+72
2008-09-30UBIFS: remove unneeded unlikely()Gravatar Hirofumi Nakagawa 1-4/+4
2008-09-17UBIFS: TNC / GC race fixesGravatar Adrian Hunter 1-3/+11
2008-08-25UBIFS: allow for racing between GC and TNCGravatar Adrian Hunter 1-0/+6
2008-07-15UBIFS: add new flash file systemGravatar Artem Bityutskiy 1-0/+773