aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAge
* Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-21
|\
| * ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang2019-09-15
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-18
|\ \ | |/ |/|
| * ubifs: wire up new fscrypt ioctlsEric Biggers2019-08-12
* | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-22
|/
* Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-14
|\
| * ubifs: Add support for zstd compression.Michele Dionisio2019-07-08
| * ubifs: support offline signed imagesSascha Hauer2019-07-08
| * ubifs: Simplify redundant codeLiu Song2019-07-08
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\ \ | |/ |/|
| * ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-03
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-05
|/
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-12
|\
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-07
| * ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-07
| * ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-07
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-08
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-17
| |/
* / ubifs: switch to ->free_inode()Al Viro2019-05-01
|/
* ubifs: fix use-after-free on symlink traversalAl Viro2019-04-01
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-23
* ubifs: Enable authentication supportSascha Hauer2018-10-23
* ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-23
* ubifs: Add authentication nodes to journalSascha Hauer2018-10-23
* ubifs: Format changes for authentication supportSascha Hauer2018-10-23
* ubifs: Store read superblock nodeSascha Hauer2018-10-23
* ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-13
* ubifs: drop false positive assertionSascha Hauer2018-09-20
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-20
* ubifs: Set default assert action to read-onlyRichard Weinberger2018-08-14
* ubifs: Allow setting assert action as mount parameterRichard Weinberger2018-08-14
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-14
* ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger2018-08-14
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-14
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-04
* fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-11
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-18
* fscrypt: remove ->is_encrypted()Eric Biggers2017-10-18
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* ubifs: Fix oops when remounting with no_bulk_read.karam.lee2017-07-14
* ubifs: allow userspace to map mounts to volumesRabin Vincent2017-07-14
* ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-14
* ubifs: Convert to separately allocated bdiJan Kara2017-04-20
* fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-08
* ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-12
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-12
* ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger2016-12-12
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-12