aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/log.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-08ubifs: remove unnecessary check in ubifs_log_start_commitGravatar Liu Song 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-0/+24
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-6/+6
2018-06-07ubifs: log: Some spelling fixesGravatar Sascha Hauer 1-3/+3
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-2/+2
2014-09-08UBIFS: fix free log space calculationGravatar Artem Bityutskiy 1-2/+6
2014-09-08UBIFS: fix a race conditionGravatar Artem Bityutskiy 1-3/+8
2014-07-31UBIFS: Add log overlap assertionsGravatar hujianyang 1-0/+2
2014-07-19UBIFS: remove unnecessary checkGravatar Artem Bityutskiy 1-6/+4
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingGravatar Cody P Schafer 1-19/+2
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-8/+6
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-5/+5
2012-05-16UBIFS: remove Kconfig debugging optionGravatar Artem Bityutskiy 1-8/+0
2011-07-04UBIFS: switch to I/O helpersGravatar Artem Bityutskiy 1-3/+1
2011-07-04UBIFS: introduce helper functions for debugging checks and testsGravatar Artem Bityutskiy 1-1/+1
2011-05-16UBIFS: share the next_log_lnum helperGravatar Artem Bityutskiy 1-21/+7
2011-05-02UBIFS: do not free write-buffers when in R/O modeGravatar Artem Bityutskiy 1-20/+0
2010-09-19UBIFS: introduce new flags for RO mountsGravatar Artem Bityutskiy 1-2/+2
2010-09-17UBIFS: introduce new flag for RO due to errorsGravatar Artem Bityutskiy 1-2/+2
2009-09-15UBIFS: improve journal head debugging printsGravatar Artem Bityutskiy 1-7/+8
2009-09-10UBIFS: do not print scary error messages needlesslyGravatar Artem Bityutskiy 1-1/+1
2009-03-20UBIFS: fix commentariesGravatar Artem Bityutskiy 1-1/+1
2009-02-17UBIFS: list usage cleanupGravatar Eric Sesterhenn 1-2/+1
2008-08-13UBIFS: increment commit number earlierGravatar Artem Bityutskiy 1-1/+1
2008-08-13UBIFS: ensure UBIFS switches to read-only on errorGravatar Adrian Hunter 1-0/+2
2008-07-15UBIFS: add new flash file systemGravatar Artem Bityutskiy 1-0/+805