summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-121-11/+11
|\
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-8/+8
| * ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-071-3/+1
| * ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-071-0/+2
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-071-0/+3
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-0/+3
| |/
* / ubifs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-1/+1
* ubifs: Enable authentication supportSascha Hauer2018-10-231-1/+35
* ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-231-9/+29
* ubifs: Add authentication nodes to journalSascha Hauer2018-10-231-0/+10
* ubifs: Format changes for authentication supportSascha Hauer2018-10-231-0/+1
* ubifs: Store read superblock nodeSascha Hauer2018-10-231-7/+1
* ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-131-2/+2
* ubifs: drop false positive assertionSascha Hauer2018-09-201-1/+3
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-201-0/+3
* ubifs: Set default assert action to read-onlyRichard Weinberger2018-08-151-0/+1
* ubifs: Allow setting assert action as mount parameterRichard Weinberger2018-08-151-0/+24
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-22/+23
* ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger2018-08-151-2/+2
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-151-0/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-041-4/+10
* fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-111-3/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-10/+10
* fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-181-5/+2
* fscrypt: remove ->is_encrypted()Eric Biggers2017-10-181-1/+0
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* ubifs: Fix oops when remounting with no_bulk_read.karam.lee2017-07-141-0/+2
* ubifs: allow userspace to map mounts to volumesRabin Vincent2017-07-141-0/+7
* ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-141-1/+1
* ubifs: Convert to separately allocated bdiJan Kara2017-04-201-16/+9
* fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-081-1/+1
* ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-121-1/+0
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-121-2/+4
* ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger2016-12-121-1/+1
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-121-0/+10
* ubifs: Silence early error messages if MS_SILENT is setDaniel Golle2016-07-291-7/+7
* ubifs: Silence error output if MS_SILENT is setDaniel Golle2016-07-291-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-0/+1
|\
| * ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-171-0/+1
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-1/+0
|\
| * ubifs: Remove unused security xattr handlerAndreas Gruenbacher2015-11-131-1/+0
* | ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang2015-11-071-2/+10
|/
* Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-06-251-1/+4
|\