aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGravatar Gabriel Krisman Bertazi 1-0/+1
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesGravatar Zhihao Cheng 1-0/+2
2024-02-08fs: super_set_uuid()Gravatar Kent Overstreet 1-1/+1
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+11
2023-10-28ubifs: Fix memory leak of bud->log_hashGravatar Vincent Whitchurch 1-1/+4
2023-10-18ubifs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+4
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerGravatar Qi Zheng 1-10/+11
2023-07-24ubifs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+2
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