aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-274/+428
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Christian Brauner 2-1/+1
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGravatar Gabriel Krisman Bertazi 2-1/+1
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesGravatar Zhihao Cheng 3-22/+155
2024-02-25ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathGravatar Zhihao Cheng 1-0/+2
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedGravatar Zhihao Cheng 4-10/+31
2024-02-25ubifs: Remove unreachable code in dbg_check_ltab_lnumGravatar Kunwu Chan 1-1/+0
2024-02-25ubifs: fix function pointer cast warningsGravatar Arnd Bergmann 2-14/+15
2024-02-25ubifs: fix sort function prototypeGravatar Arnd Bergmann 1-5/+4
2024-02-25ubifs: Convert populate_page() to take a folioGravatar Matthew Wilcox (Oracle) 1-20/+21
2024-02-25ubifs: Use a folio in ubifs_do_bulk_read()Gravatar Matthew Wilcox (Oracle) 1-7/+7
2024-02-25ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Gravatar Matthew Wilcox (Oracle) 1-15/+13
2024-02-25ubifs: Convert cancel_budget() to take a folioGravatar Matthew Wilcox (Oracle) 1-5/+5
2024-02-25ubifs: Convert allocate_budget() to work on a folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2024-02-25ubifs: Convert do_readpage() to take a folioGravatar Matthew Wilcox (Oracle) 1-34/+30
2024-02-25ubifs: Convert ubifs_write_end() to use a folioGravatar Matthew Wilcox (Oracle) 1-20/+21
2024-02-25ubifs: Convert ubifs_write_begin() to use a folioGravatar Matthew Wilcox (Oracle) 1-16/+16
2024-02-25ubifs: Convert write_begin_slow() to use a folioGravatar Matthew Wilcox (Oracle) 1-22/+23
2024-02-25ubifs: Convert ubifs_vm_page_mkwrite() to use a folioGravatar Matthew Wilcox (Oracle) 1-18/+18
2024-02-25ubifs: Convert do_writepage() to take a folioGravatar Matthew Wilcox (Oracle) 1-26/+30
2024-02-25ubifs: Use a folio in do_truncation()Gravatar Matthew Wilcox (Oracle) 1-12/+12
2024-02-25ubifs: Convert ubifs_writepage to use a folioGravatar Matthew Wilcox (Oracle) 1-22/+17
2024-02-25ubifs: Convert from writepage to writepagesGravatar Matthew Wilcox (Oracle) 1-2/+10
2024-02-25ubifs: Set page uptodate in the correct placeGravatar Matthew Wilcox (Oracle) 1-9/+4
2024-02-08fs: super_set_uuid()Gravatar Kent Overstreet 1-1/+1
2024-01-06ubifs: fix kernel-doc warningsGravatar Randy Dunlap 1-9/+21
2024-01-06ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathGravatar Zhihao Cheng 1-0/+2
2024-01-05ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutexGravatar Zhihao Cheng 1-1/+12
2024-01-05ubifs: describe function parametersGravatar Sascha Hauer 1-0/+2
2024-01-05ubifs: auth.c: fix kernel-doc function prototype warningGravatar Randy Dunlap 1-1/+1
2024-01-05ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()Gravatar Eric Biggers 1-17/+2
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-2/+12
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+11
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 3-4/+2
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 1-2/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 5-32/+39
2023-10-28ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedGravatar Zhihao Cheng 1-1/+3
2023-10-28ubifs: fix possible dereference after freeGravatar Konstantin Meskhidze 1-0/+1
2023-10-28ubifs: Fix missing error code errGravatar Ferry Meng 1-0/+1
2023-10-28ubifs: Fix memory leak of bud->log_hashGravatar Vincent Whitchurch 1-1/+4
2023-10-28ubifs: Fix some kernel-doc commentsGravatar Yang Li 1-0/+3
2023-10-18ubifs: convert to new timestamp accessorsGravatar Jeff Layton 5-32/+39
2023-10-10ubifs: move ubifs_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerGravatar Qi Zheng 1-10/+11
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outGravatar Eric Biggers 1-1/+0
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedGravatar Eric Biggers 1-1/+1
2023-09-15ubifs: Do not include crypto/algapi.hGravatar Herbert Xu 3-4/+2
2023-08-11fs: drop the timespec64 argument from update_timeGravatar Jeff Layton 2-3/+2