summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2023-03-11ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng1-5/+14
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 memory leak in ubifs_sysfs_init()Liu Shixin1-0/+2
2023-03-11ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+14
2022-10-15Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-25/+45
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld3-12/+12
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+4
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng3-13/+16
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2-11/+28
2022-09-21ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-27/+2
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-04Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+3
2022-05-27ubifs: Use NULL instead of using plain integer as pointerHaowen Bai1-1/+1
2022-05-27ubifs: Simplify the return expression of run_gc()Minghao Chi1-5/+2
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-21/+22
2022-05-10ubifs: Convert to release_folioMatthew Wilcox (Oracle)1-9/+9
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2-6/+8
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-4/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-04-14fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+1
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-114/+228
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+17
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-18ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-10/+10
2022-01-26ubifs: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-11ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-01-11ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-01-11ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-01-11ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-01-11ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng1-30/+30
2022-01-10ubifs: Rename whiteout atomicallyZhihao Cheng2-60/+136
2022-01-09ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng1-1/+1
2022-01-09ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15