aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2024-04-13ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)
2024-02-23ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng
2023-06-09treewide: 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: Fix memory leak in alloc_wbufs()Li Zetao
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
2023-03-11ubifs: Fix build errors as symbol undefinedLi Hua
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-12ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-07-19ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao
2021-03-04ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo
2021-03-04ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu
2021-01-06ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo
2020-11-05ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng
2020-11-05ubifs: Don't parse authentication mount options in remount processZhihao Cheng
2020-11-05ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng
2020-11-05ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger
2020-11-05ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-11-05ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng
2020-10-01ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song
2020-10-01ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng
2020-10-01ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng
2020-05-27ubifs: remove broken lazytime supportChristoph Hellwig
2020-05-27ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-02ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger
2020-03-05ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven
2020-02-11ubifs: Fix memory leak from c->sup_nodeQuanyang Wang
2020-02-11ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng
2020-02-11ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers