summaryrefslogtreecommitdiff
path: root/fs/ubifs/replay.c
AgeCommit message (Expand)Author
2024-01-05ubifs: describe function parametersSascha Hauer
2023-09-15ubifs: Do not include crypto/algapi.hHerbert Xu
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann
2018-10-23ubifs: Authenticate replayed journalSascha Hauer
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-06-07ubifs: Spelling fix someting -> somethingSascha Hauer
2018-06-07ubifs: remove set but never used variableSascha Hauer
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Richard Weinberger
2016-10-02UBIFS: improve function-level documentationJulia Lawall
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong
2015-02-10UBIFS: return -EINVAL if log head is emptyhujianyang
2012-08-31UBIFS: print lessArtem Bityutskiy
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy
2012-08-21UBIFS: fix replay regressionArtem Bityutskiy
2012-07-20UBIFS: simplify reply code a bitArtem Bityutskiy
2012-05-20UBI: Kill data type hintRichard Weinberger
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy
2012-01-13UBIFS: fix key printingArtem Bityutskiy
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy
2011-05-16UBIFS: expect corruption only in last journal head LEBsArtem Bityutskiy
2011-05-16UBIFS: remove BUG statementArtem Bityutskiy
2011-05-16UBIFS: change bud replay function conventionsArtem Bityutskiy
2011-05-16UBIFS: substitute the replay tree with a replay listArtem Bityutskiy
2011-05-16UBIFS: simplify replayArtem Bityutskiy
2011-05-16UBIFS: store free and dirty space in the bud replay entryArtem Bityutskiy
2011-05-16UBIFS: double check that buds are replied in orderArtem Bityutskiy
2011-05-16UBIFS: improve commentaryArtem Bityutskiy
2011-05-16UBIFS: improve debugging messagesArtem Bityutskiy
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy