summaryrefslogtreecommitdiff
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...Linus Torvalds1-0/+2
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+2
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-0/+1
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng1-0/+2
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+11
2023-10-28ubifs: Fix memory leak of bud->log_hashVincent Whitchurch1-1/+4
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng1-10/+11
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton1-2/+2
2023-02-02ubifs: Fix memory leak in alloc_wbufs()Li Zetao1-4/+13
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler1-1/+15
2021-12-23ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-12-23ubifs: Make use of the helper macro kthread_run()Cai Huoqing1-4/+2
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng1-0/+1
2021-04-15ubifs: Report max LEB count at mount timeMartin Devera1-2/+2
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar1-0/+2
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/g...Linus 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...Linus 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...Linus Torvalds1-11/+35
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/kerne...Linus 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