aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
AgeCommit message (Expand)Author
2020-05-04ubifs: Fix memory leak from c->sup_nodeQuanyang Wang
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
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger
2016-07-29ubifs: Silence early error messages if MS_SILENT is setDaniel Golle
2016-07-29ubifs: Silence error output if MS_SILENT is setDaniel Golle
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang