Age | Commit message (Expand) | Author | Files | Lines |
2022-03-23 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2021-12-23 | ubifs: Export filesystem error counters | Stefan Schaeckeler | 1 | -1/+15 |
2021-12-23 | ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers | Petr Cvachoucek | 1 | -1/+0 |
2021-12-23 | ubifs: Make use of the helper macro kthread_run() | Cai Huoqing | 1 | -4/+2 |
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/+1 |
2021-04-15 | ubifs: Report max LEB count at mount time | Martin Devera | 1 | -2/+2 |
2021-04-15 | ubifs: Set s_uuid in super block to support ima/evm uuid options | Steffen Trumtrar | 1 | -0/+2 |
2021-02-14 | ubifs: Fix error return code in alloc_wbufs() | Wang ShaoBo | 1 | -1/+3 |
2020-12-14 | ubifs: Pass node length in all node dumping callers | Zhihao Cheng | 1 | -1/+1 |
2020-12-13 | ubifs: Fixed print foramt mismatch in ubifs | Fangping Liang | 1 | -1/+1 |
2020-12-13 | ubifs: Code cleanup by removing ifdef macro surrounding | Chengguang Xu | 1 | -2/+0 |
2020-10-18 | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+32 |
2020-10-11 | ubifs: mount_ubifs: Release authentication resource in error handling path | Zhihao Cheng | 1 | -4/+6 |
2020-10-11 | ubifs: Don't parse authentication mount options in remount process | Zhihao Cheng | 1 | -6/+12 |
2020-10-11 | ubifs: Fix a memleak after dumping authentication mount options | Zhihao Cheng | 1 | -2/+14 |
2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 1 | -0/+2 |
2020-08-02 | ubifs: add option to specify version for new file systems | Martin Kaistra | 1 | -0/+18 |
2020-01-20 | ubifs: Fix memory leak from c->sup_node | Quanyang Wang | 1 | -0/+2 |
2019-11-18 | Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" | Richard Weinberger | 1 | -3/+1 |
2019-09-21 | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
2019-09-19 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -0/+11 |
2019-09-15 | ubifs: Fix memory leak bug in alloc_ubifs_info() error path | Wenwen Wang | 1 | -1/+3 |
2019-08-22 | ubifs: Correctly initialize c->min_log_bytes | Richard Weinberger | 1 | -0/+4 |
2019-08-13 | ubifs: wire up new fscrypt ioctls | Eric Biggers | 1 | -0/+11 |
2019-07-15 | Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+35 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+2 |
2019-07-08 | ubifs: Add support for zstd compression. | Michele Dionisio | 1 | -0/+2 |
2019-07-08 | ubifs: support offline signed images | Sascha Hauer | 1 | -9/+32 |
2019-07-08 | ubifs: Simplify redundant code | Liu Song | 1 | -2/+1 |
2019-07-03 | ubifs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -7/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -13/+1 |
2019-05-13 | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+11 |
2019-05-08 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -0/+3 |
2019-05-07 | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT | Sascha Hauer | 1 | -8/+8 |
2019-05-07 | ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION | Sascha Hauer | 1 | -3/+1 |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger | 1 | -0/+2 |
2019-05-02 | ubifs: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
2019-04-17 | fscrypt: cache decrypted symlink target in ->i_link | Eric Biggers | 1 | -0/+3 |
2019-04-01 | ubifs: fix use-after-free on symlink traversal | Al Viro | 1 | -3/+1 |
2019-01-24 | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 1 | -1/+1 |
2018-10-23 | ubifs: Enable authentication support | Sascha Hauer | 1 | -1/+35 |
2018-10-23 | ubifs: Do not update inode size in-place in authenticated mode | Sascha Hauer | 1 | -9/+29 |
2018-10-23 | ubifs: Add authentication nodes to journal | Sascha Hauer | 1 | -0/+10 |
2018-10-23 | ubifs: Format changes for authentication support | Sascha Hauer | 1 | -0/+1 |
2018-10-23 | ubifs: Store read superblock node | Sascha Hauer | 1 | -7/+1 |
2018-10-13 | ubifs: Fix WARN_ON logic in exit path | Richard Weinberger | 1 | -2/+2 |
2018-09-20 | ubifs: drop false positive assertion | Sascha Hauer | 1 | -1/+3 |
2018-09-20 | ubifs: Check for name being NULL while mounting | Richard Weinberger | 1 | -0/+3 |
2018-08-15 | ubifs: Set default assert action to read-only | Richard Weinberger | 1 | -0/+1 |