aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds4-14/+14
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-25/+45
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: 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-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-27/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus 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-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-21/+22
2022-05-09ubifs: 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-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+1
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-114/+228
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+17
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-17ubifs: 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-10ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-01-10ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-01-10ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-01-10ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-01-10ubifs: 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
2022-01-09ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2021-12-23ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li1-1/+10
2021-12-23ubifs: fix double return leb in ubifs_garbage_collectBaokun Li1-0/+2
2021-12-23ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li1-1/+5
2021-12-23ubifs: fix snprintf() length checkDan Carpenter1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler5-2/+225
2021-12-23ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-12-23ubifs: Make use of the helper macro kthread_run()Cai Huoqing1-4/+2
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl2-3/+3
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-1/+0
2021-07-25ubifs: 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