aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Gravatar Richard Weinberger 1-3/+1
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+11
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathGravatar Wenwen Wang 1-1/+3
2019-08-22ubifs: Correctly initialize c->min_log_bytesGravatar Richard Weinberger 1-0/+4
2019-08-12ubifs: wire up new fscrypt ioctlsGravatar Eric Biggers 1-0/+11
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+35
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+2
2019-07-08ubifs: Add support for zstd compression.Gravatar Michele Dionisio 1-0/+2
2019-07-08ubifs: support offline signed imagesGravatar Sascha Hauer 1-9/+32
2019-07-08ubifs: Simplify redundant codeGravatar Liu Song 1-2/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-7/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+11
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+3
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTGravatar Sascha Hauer 1-8/+8
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONGravatar Sascha Hauer 1-3/+1
2019-05-07ubifs: Limit number of xattrs per inodeGravatar Richard Weinberger 1-0/+2
2019-05-01ubifs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkGravatar Eric Biggers 1-0/+3
2019-04-01ubifs: fix use-after-free on symlink traversalGravatar Al Viro 1-3/+1
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-1/+1
2018-10-23ubifs: Enable authentication supportGravatar Sascha Hauer 1-1/+35
2018-10-23ubifs: Do not update inode size in-place in authenticated modeGravatar Sascha Hauer 1-9/+29
2018-10-23ubifs: Add authentication nodes to journalGravatar Sascha Hauer 1-0/+10
2018-10-23ubifs: Format changes for authentication supportGravatar Sascha Hauer 1-0/+1
2018-10-23ubifs: Store read superblock nodeGravatar Sascha Hauer 1-7/+1
2018-10-13ubifs: Fix WARN_ON logic in exit pathGravatar Richard Weinberger 1-2/+2
2018-09-20ubifs: drop false positive assertionGravatar Sascha Hauer 1-1/+3
2018-09-20ubifs: Check for name being NULL while mountingGravatar Richard Weinberger 1-0/+3
2018-08-15ubifs: Set default assert action to read-onlyGravatar Richard Weinberger 1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterGravatar Richard Weinberger 1-0/+24
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-22/+23
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Gravatar Richard Weinberger 1-2/+2
2018-08-15ubifs: introduce Kconfig symbol for xattr supportGravatar Stefan Agner 1-0/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeGravatar Richard Weinberger 1-4/+10
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-3/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-10/+10
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsGravatar Eric Biggers 1-5/+2
2017-10-18fscrypt: remove ->is_encrypted()Gravatar Eric Biggers 1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.Gravatar karam.lee 1-0/+2
2017-07-14ubifs: allow userspace to map mounts to volumesGravatar Rabin Vincent 1-0/+7
2017-07-14ubifs: Unexport ubifs_inode_slabGravatar Richard Weinberger 1-1/+1
2017-04-20ubifs: Convert to separately allocated bdiGravatar Jan Kara 1-16/+9
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-1/+1
2016-12-12ubifs: Add support for encrypted symlinksGravatar Richard Weinberger 1-1/+0
2016-12-12ubifs: Implement encrypt/decrypt for all IOGravatar Richard Weinberger 1-2/+4
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Gravatar Richard Weinberger 1-1/+1