Age | Commit message (Expand) | Author | Files | Lines |
2024-07-12 | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity | ZhaoLong Wang | 1 | -7/+0 |
2024-07-12 | ubifs: Fix unattached inode when powercut happens in creating | Zhihao Cheng | 1 | -2/+2 |
2024-07-12 | ubifs: Fix space leak when powercut happens in linking tmpfile | Zhihao Cheng | 1 | -1/+1 |
2024-07-12 | ubifs: Don't add xattr inode into orphan area | Zhihao Cheng | 1 | -3/+0 |
2024-02-25 | ubifs: Queue up space reservation tasks if retrying many times | Zhihao Cheng | 1 | -0/+4 |
2024-02-25 | ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed | Zhihao Cheng | 1 | -0/+1 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+1 |
2023-10-10 | ubifs: move ubifs_xattr_handlers to .rodata | Wedson Almeida Filho | 1 | -1/+1 |
2023-09-15 | ubifs: Do not include crypto/algapi.h | Herbert Xu | 1 | -1/+1 |
2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 1 | -1/+1 |
2023-03-01 | Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2023-02-02 | ubifs: Fix build errors as symbol undefined | Li Hua | 1 | -0/+5 |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2022-09-21 | ubifs: Fix AA deadlock when setting xattr for encrypted file | Zhihao Cheng | 1 | -1/+1 |
2022-04-13 | fscrypt: split up FS_CRYPTO_BLOCK_SIZE | Eric Biggers | 1 | -1/+1 |
2022-01-09 | ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment | Zhihao Cheng | 1 | -1/+1 |
2021-12-23 | ubifs: Export filesystem error counters | Stefan Schaeckeler | 1 | -0/+35 |
2021-06-22 | ubifs: Fix spelling mistakes | Zheng Yongjun | 1 | -1/+1 |
2021-06-18 | ubifs: Fix races between xattr_{set|get} and listxattr operations | Zhihao Cheng | 1 | -0/+2 |
2021-04-12 | ubifs: convert to fileattr | Miklos Szeredi | 1 | -0/+3 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -2/+3 |
2020-12-13 | ubifs: Pass node length in all node dumping callers | Zhihao Cheng | 1 | -2/+2 |
2020-12-13 | ubifs: Code cleanup by removing ifdef macro surrounding | Chengguang Xu | 1 | -2/+4 |
2020-08-02 | ubifs: add option to specify version for new file systems | Martin Kaistra | 1 | -0/+1 |
2020-01-20 | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() | Eric Biggers | 1 | -7/+0 |
2019-07-08 | ubifs: support offline signed images | Sascha Hauer | 1 | -2/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -13/+1 |
2019-05-15 | ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR | YueHaibing | 1 | -1/+5 |
2019-05-07 | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT | Sascha Hauer | 1 | -2/+0 |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger | 1 | -0/+1 |
2019-05-07 | ubifs: orphan: Handle xattrs like files | Richard Weinberger | 1 | -0/+3 |
2019-01-23 | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 1 | -3/+2 |
2018-10-23 | ubifs: Do not update inode size in-place in authenticated mode | Sascha Hauer | 1 | -1/+1 |
2018-10-23 | ubifs: Create hash for default LPT | Sascha Hauer | 1 | -1/+1 |
2018-10-23 | ubfis: authentication: Authenticate master node | Sascha Hauer | 1 | -0/+1 |
2018-10-23 | ubifs: authentication: Authenticate LPT | Sascha Hauer | 1 | -0/+1 |
2018-10-23 | ubifs: Add authentication nodes to journal | Sascha Hauer | 1 | -0/+8 |
2018-10-23 | ubifs: authentication: Add hashes to index nodes | Sascha Hauer | 1 | -0/+4 |
2018-10-23 | ubifs: Add hashes to the tree node cache | Sascha Hauer | 1 | -2/+5 |
2018-10-23 | ubifs: Create functions to embed a HMAC in a node | Sascha Hauer | 1 | -0/+4 |
2018-10-23 | ubifs: Add helper functions for authentication support | Sascha Hauer | 1 | -0/+218 |
2018-10-23 | ubifs: Add separate functions to init/crc a node | Sascha Hauer | 1 | -0/+2 |
2018-10-23 | ubifs: Store read superblock node | Sascha Hauer | 1 | -1/+2 |
2018-10-23 | ubifs: Export pnode_lookup as ubifs_pnode_lookup | Sascha Hauer | 1 | -0/+1 |
2018-08-15 | ubifs: Rework ubifs_assert() | Richard Weinberger | 1 | -0/+14 |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 1 | -6/+11 |
2018-08-15 | ubifs: introduce Kconfig symbol for xattr support | Stefan Agner | 1 | -0/+6 |
2018-08-15 | ubifs: tnc: use monotonic znode timestamp | Arnd Bergmann | 1 | -1/+1 |