| Commit message (Expand) | Author | Age | Files | Lines |
* | ubifs: Fix spelling mistakes | Alexander Dahl | 2021-12-23 | 1 | -1/+1 |
* | ubifs: Fix spelling mistakes | Zheng Yongjun | 2021-06-22 | 1 | -1/+1 |
* | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-05-05 | 1 | -1/+2 |
|\ |
|
| * | ubifs: Only check replay with inode type to judge if inode linked | Guochun Mao | 2021-04-15 | 1 | -1/+2 |
* | | treewide: Change list_sort to use const pointers | Sami Tolvanen | 2021-04-09 | 1 | -2/+2 |
|/ |
|
* | ubifs: replay: Fix high stack usage, again | Arnd Bergmann | 2021-02-12 | 1 | -1/+3 |
* | ubifs: Pass node length in all node dumping callers | Zhihao Cheng | 2020-12-13 | 1 | -2/+2 |
* | ubifs: Delete duplicated words + other fixes | Randy Dunlap | 2020-12-13 | 1 | -1/+1 |
* | ubifs: Fix some kernel-doc warnings in replay.c | Wang Hai | 2020-09-17 | 1 | -2/+0 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-06-01 | 1 | -11/+3 |
|\ |
|
| * | ubifs: use crypto_shash_tfm_digest() | Eric Biggers | 2020-05-08 | 1 | -11/+3 |
* | | ubifs: fix wrong use of crypto_shash_descsize() | Eric Biggers | 2020-05-17 | 1 | -11/+2 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -2/+0 |
* | ubifs: Handle re-linking of inodes correctly while recovery | Richard Weinberger | 2018-12-13 | 1 | -0/+37 |
* | ubifs: replay: Fix high stack usage | Arnd Bergmann | 2018-12-13 | 1 | -11/+24 |
* | ubifs: Authenticate replayed journal | Sascha Hauer | 2018-10-23 | 1 | -2/+144 |
* | ubifs: Add authentication nodes to journal | Sascha Hauer | 2018-10-23 | 1 | -0/+2 |
* | ubifs: authentication: Add hashes to index nodes | Sascha Hauer | 2018-10-23 | 1 | -11/+18 |
* | ubifs: Add hashes to the tree node cache | Sascha Hauer | 2018-10-23 | 1 | -2/+2 |
* | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 2018-08-15 | 1 | -6/+7 |
* | ubifs: Spelling fix someting -> something | Sascha Hauer | 2018-06-07 | 1 | -1/+1 |
* | ubifs: remove set but never used variable | Sascha Hauer | 2018-06-07 | 1 | -3/+0 |
* | ubifs: Implement encrypted filenames | Richard Weinberger | 2016-12-12 | 1 | -4/+4 |
* | ubifs: Relax checks in ubifs_validate_entry() | Richard Weinberger | 2016-12-12 | 1 | -1/+1 |
* | UBIFS: improve function-level documentation | Julia Lawall | 2016-10-02 | 1 | -1/+1 |
* | UBIFS: extend debug/message capabilities | Sheng Yong | 2015-03-25 | 1 | -17/+17 |
* | UBIFS: return -EINVAL if log head is empty | hujianyang | 2015-02-10 | 1 | -3/+16 |
* | UBIFS: print less | Artem Bityutskiy | 2012-08-31 | 1 | -1/+1 |
* | UBIFS: comply with coding style | Artem Bityutskiy | 2012-08-31 | 1 | -8/+8 |
* | UBIFS: fix replay regression | Artem Bityutskiy | 2012-08-21 | 1 | -2/+1 |
* | UBIFS: simplify reply code a bit | Artem Bityutskiy | 2012-07-20 | 1 | -14/+6 |
* | UBI: Kill data type hint | Richard Weinberger | 2012-05-20 | 1 | -2/+1 |
* | UBIFS: get rid of dbg_err | Artem Bityutskiy | 2012-05-16 | 1 | -10/+10 |
* | UBIFS: rename dumping functions | Artem Bityutskiy | 2012-05-16 | 1 | -2/+2 |
* | UBIFS: fix key printing | Artem Bityutskiy | 2012-01-13 | 1 | -4/+4 |
* | UBIFS: switch to ubifs_leb_read | Artem Bityutskiy | 2011-07-04 | 1 | -2/+1 |
* | UBIFS: amend ubifs_recover_leb interface | Artem Bityutskiy | 2011-06-01 | 1 | -2/+1 |
* | UBIFS: expect corruption only in last journal head LEBs | Artem Bityutskiy | 2011-05-16 | 1 | -4/+71 |
* | UBIFS: remove BUG statement | Artem Bityutskiy | 2011-05-16 | 1 | -5/+1 |
* | UBIFS: change bud replay function conventions | Artem Bityutskiy | 2011-05-16 | 1 | -16/+12 |
* | UBIFS: substitute the replay tree with a replay list | Artem Bityutskiy | 2011-05-16 | 1 | -98/+74 |
* | UBIFS: simplify replay | Artem Bityutskiy | 2011-05-16 | 1 | -108/+59 |
* | UBIFS: store free and dirty space in the bud replay entry | Artem Bityutskiy | 2011-05-16 | 1 | -2/+6 |
* | UBIFS: double check that buds are replied in order | Artem Bityutskiy | 2011-05-16 | 1 | -0/+4 |
* | UBIFS: improve commentary | Artem Bityutskiy | 2011-05-16 | 1 | -4/+5 |
* | UBIFS: improve debugging messages | Artem Bityutskiy | 2011-05-16 | 1 | -1/+2 |
* | UBIFS: introduce a separate structure for budgeting info | Artem Bityutskiy | 2011-05-13 | 1 | -4/+4 |
* | UBIFS: seek journal heads to the latest bud in replay | Artem Bityutskiy | 2011-05-02 | 1 | -6/+12 |
* | UBIFS: do not allocate unneeded scan buffer | Artem Bityutskiy | 2010-10-21 | 1 | -7/+1 |