aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-081-1/+11
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei2021-07-201-0/+1
* ubifs: Fix off-by-one errorSascha Hauer2021-07-202-2/+2
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-07-193-11/+36
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-05-111-1/+2
* ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-03-041-1/+3
* ubifs: replay: Fix high stack usage, againArnd Bergmann2021-03-041-1/+3
* ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-03-041-1/+1
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo2020-12-301-1/+3
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-4/+13
* Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-186-4/+12
|\
| * ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger2020-09-291-2/+2
| * ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng2020-09-171-1/+0
| * ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng2020-09-171-1/+0
| * ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-171-0/+1
| * ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-174-0/+9
* | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-185-21/+34
|\ \
| * | 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
| * | ubifs: Fix some kernel-doc warnings in tnc.cWang Hai2020-09-171-2/+1
| * | ubifs: Fix some kernel-doc warnings in replay.cWang Hai2020-09-171-2/+0
| * | ubifs: Fix some kernel-doc warnings in gc.cWang Hai2020-09-171-4/+0
| * | ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai2020-09-171-1/+1
| |/
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\ \
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| |/
* | ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-22/+16
* | fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-105-7/+29
|\
| * ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng2020-08-021-4/+6
| * ubifs: misc.h: delete a duplicated wordRandy Dunlap2020-08-021-1/+1
| * ubifs: add option to specify version for new file systemsMartin Kaistra2020-08-023-2/+22
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-167-14/+14
|/
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-024-5/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-013-34/+9
|\
| * ubifs: use crypto_shash_tfm_digest()Eric Biggers2020-05-083-34/+9
* | ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-172-24/+6
* | ubifs: remove broken lazytime supportChristoph Hellwig2020-04-091-5/+1
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-073-6/+24
|\
| * ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-03-301-2/+14
| * ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng2020-03-301-2/+7
| * ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng2020-03-301-0/+1
| * ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger2020-03-301-2/+2
* | ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers2020-03-191-0/+4
|/
* Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-052-19/+10
|\
| * fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-081-7/+4
| * utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6