summary refs log tree commit diff
path: root/fs/ubifs
AgeCommit message (Expand)Author
2023-05-11ubifs: Fix memory leak in do_renameMårten Lindahl
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_releasepage: Remove ubifs_assert(0) to valid this processZhihao 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 memory leak in ubifs_sysfs_init()Liu Shixin
2023-03-11ubifs: Fix build errors as symbol undefinedLi Hua
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang
2022-09-21ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-27ubifs: Use NULL instead of using plain integer as pointerHaowen Bai
2022-05-27ubifs: Simplify the return expression of run_gc()Minghao Chi
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09ubifs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-17ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)
2022-03-15ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-01-26ubifs: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-10ubifs: Fix to add refcount once page is set privateZhihao Cheng
2022-01-10ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng
2022-01-10ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng
2022-01-10ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-01-10ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng