aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02ubifs: Fix memory leak in alloc_wbufs()Gravatar Li Zetao 1-4/+13
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-05-09ubifs: Convert ubifs to read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2021-12-23ubifs: Export filesystem error countersGravatar Stefan Schaeckeler 1-1/+15
2021-12-23ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersGravatar Petr Cvachoucek 1-1/+0
2021-12-23ubifs: Make use of the helper macro kthread_run()Gravatar Cai Huoqing 1-4/+2
2021-06-22ubifs: Fix spelling mistakesGravatar Zheng Yongjun 1-1/+1
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsGravatar Zhihao Cheng 1-0/+1
2021-04-15ubifs: Report max LEB count at mount timeGravatar Martin Devera 1-2/+2
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsGravatar Steffen Trumtrar 1-0/+2
2021-02-13ubifs: Fix error return code in alloc_wbufs()Gravatar Wang ShaoBo 1-1/+3
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 1-1/+1
2020-12-13ubifs: Fixed print foramt mismatch in ubifsGravatar Fangping Liang 1-1/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-2/+0
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+32
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathGravatar Zhihao Cheng 1-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processGravatar Zhihao Cheng 1-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsGravatar Zhihao Cheng 1-2/+14
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-0/+2
2020-08-02ubifs: add option to specify version for new file systemsGravatar Martin Kaistra 1-0/+18
2020-01-19ubifs: Fix memory leak from c->sup_nodeGravatar Quanyang Wang 1-0/+2
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