aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2024-04-10ubifs: 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-05-17ubifs: Fix memory leak in do_renameMårten Lindahl
2023-05-17ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng
2023-05-11ubifs: Free memory for tmpfile nameMårten Lindahl
2023-05-11ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng
2023-05-11Revert "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-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-04-08ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-04-08ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng
2022-04-08ubifs: Rename whiteout atomicallyZhihao Cheng
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng
2022-04-08ubifs: 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-07-25ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun
2021-06-18ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrZhihao Cheng
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng
2021-06-18ubifs: fix snprintf() checkingDan Carpenter
2021-06-18ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-15ubifs: Report max LEB count at mount timeMartin Devera
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar
2021-04-15ubifs: Default to zstd compressionRui Salvaterra
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao
2021-04-12ubifs: convert to fileattrMiklos Szeredi
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-13ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo
2021-02-12ubifs: Fix off-by-one errorSascha Hauer
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann
2021-02-12ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner