aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 1-0/+10
2016-07-29ubifs: Silence early error messages if MS_SILENT is setGravatar Daniel Golle 1-7/+7
2016-07-29ubifs: Silence error output if MS_SILENT is setGravatar Daniel Golle 1-2/+3
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-0/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2015-11-13ubifs: Remove unused security xattr handlerGravatar Andreas Gruenbacher 1-1/+0
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsGravatar Dongsheng Yang 1-2/+10
2015-06-25Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-1/+4
2015-06-02ubifs: fix to check error code of register_shrinkerGravatar Chao Yu 1-1/+4
2015-05-10ubifs: switch to simple_follow_link()Gravatar Al Viro 1-0/+1
2015-03-25UBIFS: extend debug/message capabilitiesGravatar Sheng Yong 1-52/+53
2015-03-25UBIFS: do not write master node if need recoveryGravatar Sheng Yong 1-1/+1