summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/tnc_commit.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* ubifs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2019-11-171-7/+27
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-231-0/+27
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-14/+14
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger2017-07-141-0/+4
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-08-231-1/+1
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-6/+6
* UBIFS: remove useless statementshujianyang2014-07-191-1/+0
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* UBIFS: rename random32() to prandom_u32()Akinobu Mita2013-01-151-1/+1
* UBI: Kill data type hintRichard Weinberger2012-05-201-4/+2
* UBIFS: remove Kconfig debugging optionArtem Bityutskiy2012-05-161-10/+0
* UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-6/+6
* UBIFS: lessen amount of debugging check typesArtem Bityutskiy2011-07-041-3/+3
* UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-041-2/+3
* UBIFS: add few commentaries about TNCArtem Bityutskiy2011-07-041-0/+26
* UBIFS: harmonize znode flag helpersArtem Bityutskiy2011-07-041-4/+4
* UBIFS: remove dead codeArtem Bityutskiy2011-07-041-76/+30
* UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy2011-05-131-2/+2
* UBIFS: improve space checking debugging featureArtem Bityutskiy2011-05-131-1/+1
* UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy2011-05-131-2/+0
* UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-5/+5
* UBIFS: do not print scary error messages needlesslyArtem Bityutskiy2009-09-101-1/+1
* UBIFS: re-calculate min_idx_size after the commitArtem Bityutskiy2008-12-231-0/+2
* UBIFS: separate debugging fields outArtem Bityutskiy2008-12-031-3/+4
* UBIFS: minor tweaks in commitArtem Bityutskiy2008-08-131-19/+18
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+1103