aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-13ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo1-1/+3
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-1/+1
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang1-1/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu1-2/+0
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-12/+32
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng1-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng1-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng1-2/+14
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra1-0/+18
2020-01-19ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2019-11-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger1-3/+1
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