summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
AgeCommit message (Expand)Author
2020-02-11ubifs: Fix memory leak from c->sup_nodeQuanyang Wang
2020-01-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio
2019-07-08ubifs: support offline signed imagesSascha Hauer
2019-07-08ubifs: Simplify redundant codeLiu Song
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-01ubifs: switch to ->free_inode()Al Viro
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-10-23ubifs: Enable authentication supportSascha Hauer
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer
2018-10-23ubifs: Format changes for authentication supportSascha Hauer
2018-10-23ubifs: Store read superblock nodeSascha Hauer
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger
2018-09-20ubifs: drop false positive assertionSascha Hauer
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.karam.lee
2017-07-14ubifs: allow userspace to map mounts to volumesRabin Vincent
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger
2017-04-20ubifs: Convert to separately allocated bdiJan Kara
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger