summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-211-0/+2
|\
| * ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng2024-02-251-0/+2
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+2
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/
* / ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-271-0/+1
|/
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-051-1/+4
|\
| * ubifs: Fix memory leak of bud->log_hashVincent Whitchurch2023-10-281-1/+4
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-10/+11
|\ \
| * | ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng2023-10-041-10/+11
| |/
* / ubifs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
|/
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* ubifs: Fix memory leak in alloc_wbufs()Li Zetao2023-02-021-4/+13
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* ubifs: Export filesystem error countersStefan Schaeckeler2021-12-231-1/+15
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2021-12-231-1/+0
* ubifs: Make use of the helper macro kthread_run()Cai Huoqing2021-12-231-4/+2
* ubifs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-06-181-0/+1
* ubifs: Report max LEB count at mount timeMartin Devera2021-04-151-2/+2
* ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar2021-04-151-0/+2
* ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-02-131-1/+3
* ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-131-1/+1
* ubifs: Fixed print foramt mismatch in ubifsFangping Liang2020-12-131-1/+1
* ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-2/+0
* Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-181-12/+32
|\
| * ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng2020-10-111-4/+6
| * ubifs: Don't parse authentication mount options in remount processZhihao Cheng2020-10-111-6/+12
| * ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng2020-10-111-2/+14
* | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
|/
* ubifs: add option to specify version for new file systemsMartin Kaistra2020-08-021-0/+18
* ubifs: Fix memory leak from c->sup_nodeQuanyang Wang2020-01-191-0/+2
* Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger2019-11-171-3/+1
* Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-211-1/+3
|\
| * ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang2019-09-151-1/+3
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-181-0/+11
|\ \ | |/ |/|
| * ubifs: wire up new fscrypt ioctlsEric Biggers2019-08-121-0/+11
* | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
|/
* Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-141-11/+35
|\
| * ubifs: Add support for zstd compression.Michele Dionisio2019-07-081-0/+2
| * ubifs: support offline signed imagesSascha Hauer2019-07-081-9/+32
| * ubifs: Simplify redundant codeLiu Song2019-07-081-2/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-7/+2
|\ \ | |/ |/|
| * ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-7/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
|/
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-121-11/+11
|\
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-8/+8
| * ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer2019-05-071-3/+1