summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-04-131-9/+4
* treewide: Remove uninitialized_var() usageKees Cook2023-08-117-13/+13
* ubifs: Free memory for tmpfile nameMÃ¥rten Lindahl2023-05-171-0/+1
* ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng2023-05-171-50/+87
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-05-171-8/+1
* ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-03-111-3/+9
* ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng2023-03-111-1/+8
* ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng2023-03-111-0/+15
* ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng2023-03-111-4/+3
* ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-03-111-1/+5
* ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng2023-03-111-1/+1
* ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-03-111-0/+5
* ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng2023-03-111-1/+1
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-04-151-4/+8
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-04-151-0/+3
* ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-04-151-4/+30
* ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-04-151-1/+1
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-04-151-0/+2
* ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-04-151-10/+15
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-04-151-2/+0
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+11
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-05-221-1/+2
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-4/+13
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-051-0/+1
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-051-5/+3
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-111-0/+8
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2020-01-091-7/+27
* ubifs: Fix default compression selection in ubifsGabor Juhos2019-12-051-1/+12
* ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-09-191-5/+11
* ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger2018-12-291-0/+37
* ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-131-2/+2
* Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-201-24/+0
* ubifs: drop false positive assertionSascha Hauer2018-09-201-1/+3
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-201-0/+3
* ubifs: Remove empty file.hRichard Weinberger2018-08-241-0/+0
* ubifs: Set default assert action to read-onlyRichard Weinberger2018-08-151-0/+1
* ubifs: Allow setting assert action as mount parameterRichard Weinberger2018-08-153-0/+37
* ubifs: Rework ubifs_assert()Richard Weinberger2018-08-153-4/+42
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-1531-521/+550
* ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger2018-08-151-2/+2
* ubifs: Use kmalloc_array()Richard Weinberger2018-08-151-1/+1
* ubifs: Check data node size before truncateRichard Weinberger2018-08-151-1/+10