aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/replay.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05ubifs: describe function parametersGravatar Sascha Hauer 1-0/+2
2023-09-15ubifs: Do not include crypto/algapi.hGravatar Herbert Xu 1-1/+0
2021-12-23ubifs: Fix spelling mistakesGravatar Alexander Dahl 1-1/+1
2021-06-22ubifs: Fix spelling mistakesGravatar Zheng Yongjun 1-1/+1
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGravatar Guochun Mao 1-1/+2
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2021-02-12ubifs: replay: Fix high stack usage, againGravatar Arnd Bergmann 1-1/+3
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-2/+2
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cGravatar Wang Hai 1-2/+0
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-11/+3
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Gravatar Eric Biggers 1-11/+2
2020-05-08ubifs: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-11/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryGravatar Richard Weinberger 1-0/+37
2018-12-13ubifs: replay: Fix high stack usageGravatar Arnd Bergmann 1-11/+24
2018-10-23ubifs: Authenticate replayed journalGravatar Sascha Hauer 1-2/+144
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-0/+2
2018-10-23ubifs: authentication: Add hashes to index nodesGravatar Sascha Hauer 1-11/+18
2018-10-23ubifs: Add hashes to the tree node cacheGravatar Sascha Hauer 1-2/+2
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-6/+7
2018-06-07ubifs: Spelling fix someting -> somethingGravatar Sascha Hauer 1-1/+1
2018-06-07ubifs: remove set but never used variableGravatar Sascha Hauer 1-3/+0
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 1-4/+4
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Gravatar Richard Weinberger 1-1/+1
2016-10-02UBIFS: improve function-level documentationGravatar Julia Lawall 1-1/+1
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-17/+17
2015-02-10UBIFS: return -EINVAL if log head is emptyGravatar hujianyang 1-3/+16
2012-08-31UBIFS: print lessGravatar Artem Bityutskiy 1-1/+1
2012-08-31UBIFS: comply with coding styleGravatar Artem Bityutskiy 1-8/+8
2012-08-21UBIFS: fix replay regressionGravatar Artem Bityutskiy 1-2/+1
2012-07-20UBIFS: simplify reply code a bitGravatar Artem Bityutskiy 1-14/+6
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 1-2/+1
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 1-10/+10
2012-05-16UBIFS: rename dumping functionsGravatar Artem Bityutskiy 1-2/+2
2012-01-13UBIFS: fix key printingGravatar Artem Bityutskiy 1-4/+4
2011-07-04UBIFS: switch to ubifs_leb_readGravatar Artem Bityutskiy 1-2/+1
2011-06-01UBIFS: amend ubifs_recover_leb interfaceGravatar Artem Bityutskiy 1-2/+1
2011-05-16UBIFS: expect corruption only in last journal head LEBsGravatar Artem Bityutskiy 1-4/+71
2011-05-16UBIFS: remove BUG statementGravatar Artem Bityutskiy 1-5/+1
2011-05-16UBIFS: change bud replay function conventionsGravatar Artem Bityutskiy 1-16/+12
2011-05-16UBIFS: substitute the replay tree with a replay listGravatar Artem Bityutskiy 1-98/+74
2011-05-16UBIFS: simplify replayGravatar Artem Bityutskiy 1-108/+59
2011-05-16UBIFS: store free and dirty space in the bud replay entryGravatar Artem Bityutskiy 1-2/+6
2011-05-16UBIFS: double check that buds are replied in orderGravatar Artem Bityutskiy 1-0/+4
2011-05-16UBIFS: improve commentaryGravatar Artem Bityutskiy 1-4/+5
2011-05-16UBIFS: improve debugging messagesGravatar Artem Bityutskiy 1-1/+2
2011-05-13UBIFS: introduce a separate structure for budgeting infoGravatar Artem Bityutskiy 1-4/+4