aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-05-17ubifs: Free memory for tmpfile nameMÃ¥rten Lindahl
2023-05-17ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng
2023-05-17Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng
2023-03-11ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng
2023-03-11ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng
2023-03-11ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng
2023-03-11ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng
2022-04-15ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-04-15ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-04-15ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng
2022-04-15ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-04-15ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-04-15ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng
2022-04-15ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek
2021-09-22ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-05-22ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao
2021-01-06ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-11-05ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2020-10-01ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-02-11ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers
2020-02-11ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-02-11ubifs: Reject unsupported ioctl flags explicitlyHou Tao
2020-01-09ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng
2019-12-05ubifs: Fix default compression selection in ubifsGabor Juhos
2019-09-19ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger
2018-12-29ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger
2018-09-20ubifs: drop false positive assertionSascha Hauer
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger
2018-08-24ubifs: Remove empty file.hRichard Weinberger
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger
2018-08-15ubifs: Check data node size before truncateRichard Weinberger
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger