aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-1/+3
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+11
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang1-1/+3
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers1-0/+11
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-11/+35
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+2
2019-07-08ubifs: Add support for zstd compression.Michele Dionisio1-0/+2
2019-07-08ubifs: support offline signed imagesSascha Hauer1-9/+32
2019-07-08ubifs: Simplify redundant codeLiu Song1-2/+1
2019-07-03ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-11/+11
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+3
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-8/+8
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer1-3/+1
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-0/+2
2019-05-01ubifs: switch to ->free_inode()Al Viro1-8/+2
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+3
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-1/+1
2018-10-23ubifs: Enable authentication supportSascha Hauer1-1/+35
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer1-9/+29
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer1-0/+10
2018-10-23ubifs: Format changes for authentication supportSascha Hauer1-0/+1
2018-10-23ubifs: Store read superblock nodeSascha Hauer1-7/+1
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger1-2/+2
2018-09-20ubifs: drop false positive assertionSascha Hauer1-1/+3
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger1-0/+24
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-22/+23
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger1-2/+2
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-04ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger1-4/+10
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-3/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-10/+10
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers1-5/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-14ubifs: Fix oops when remounting with no_bulk_read.karam.lee1-0/+2
2017-07-14ubifs: allow userspace to map mounts to volumesRabin Vincent1-0/+7
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger1-1/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara1-16/+9
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-1/+1
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger1-1/+0
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-2/+4
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger1-1/+1
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-0/+10