summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2025-03-13ubifs: skip dumping tnc tree when zroot is nullpangliyuan1-9/+13
2024-12-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-12-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-04-10ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-02-23ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2023-05-17ubifs: Fix memory leak in do_renameMårten Lindahl1-6/+0
2023-05-17ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng3-13/+16
2023-05-11ubifs: Free memory for tmpfile nameMårten Lindahl1-0/+1
2023-05-11ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng1-50/+87
2023-05-11Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng1-8/+1
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng1-3/+9
2023-03-11ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng1-1/+8
2023-03-11ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng1-0/+15
2023-03-11ubifs: Fix memory leak in alloc_wbufs()Li Zetao1-4/+13
2023-03-11ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng1-4/+3
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng1-0/+2
2023-03-11ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng1-1/+1
2023-03-11ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng1-0/+5
2023-03-11ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng1-1/+1
2023-03-11ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2022-04-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-08ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-04-08ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng1-30/+30
2022-04-08ubifs: Rename whiteout atomicallyZhihao Cheng2-60/+136
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-08ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-07-26ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+12
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng1-0/+7
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun6-6/+6
2021-06-18ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrZhihao Cheng1-4/+0
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng3-11/+36
2021-06-18ubifs: fix snprintf() checkingDan Carpenter1-1/+1
2021-06-18ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei1-0/+1
2021-05-05Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+9
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-42/+43
2021-04-15ubifs: Report max LEB count at mount timeMartin Devera1-2/+2
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar1-0/+2
2021-04-15ubifs: Default to zstd compressionRui Salvaterra1-0/+3
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-04-12ubifs: convert to fileattrMiklos Szeredi4-42/+43
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen2-5/+6
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-19/+24
2021-02-14ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo1-1/+3
2021-02-12ubifs: Fix off-by-one errorSascha Hauer2-2/+2
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann1-1/+3