summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2111-274/+428
|\
| * ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng2024-02-253-22/+155
| * ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-02-251-0/+2
| * ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng2024-02-254-10/+31
| * ubifs: Remove unreachable code in dbg_check_ltab_lnumKunwu Chan2024-02-251-1/+0
| * ubifs: fix function pointer cast warningsArnd Bergmann2024-02-252-14/+15
| * ubifs: fix sort function prototypeArnd Bergmann2024-02-251-5/+4
| * ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
| * ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-7/+7
| * ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-15/+13
| * ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)2024-02-251-5/+5
| * ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)2024-02-251-7/+7
| * ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)2024-02-251-34/+30
| * ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
| * ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-02-251-16/+16
| * ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+23
| * ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-02-251-18/+18
| * ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)2024-02-251-26/+30
| * ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)2024-02-251-12/+12
| * ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+17
| * ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)2024-02-251-2/+10
| * ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-02-251-9/+4
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+2
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/
* | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-072-1/+1
|\ \ | |/ |/|
| * ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
* | ubifs: fix kernel-doc warningsRandy Dunlap2024-01-061-9/+21
* | ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-01-061-0/+2
* | ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutexZhihao Cheng2024-01-051-1/+12
* | ubifs: describe function parametersSascha Hauer2024-01-051-0/+2
* | ubifs: auth.c: fix kernel-doc function prototype warningRandy Dunlap2024-01-051-1/+1
* | ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()Eric Biggers2024-01-051-17/+2
|/
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-055-2/+12
|\
| * ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedZhihao Cheng2023-10-281-1/+3
| * ubifs: fix possible dereference after freeKonstantin Meskhidze2023-10-281-0/+1
| * ubifs: Fix missing error code errFerry Meng2023-10-281-0/+1
| * ubifs: Fix memory leak of bud->log_hashVincent Whitchurch2023-10-281-1/+4
| * ubifs: Fix some kernel-doc commentsYang Li2023-10-281-0/+3
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-10/+11
|\ \
| * | ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng2023-10-041-10/+11
| |/
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-023-4/+2
|\ \
| * | ubifs: Do not include crypto/algapi.hHerbert Xu2023-09-153-4/+2
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-2/+1
|\ \
| * | fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-1/+0
| * | fscrypt: make it clearer that key_prefix is deprecatedEric Biggers2023-09-241-1/+1
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-32/+39
|\ \
| * | ubifs: convert to new timestamp accessorsJeff Layton2023-10-185-32/+39
| |/
* / ubifs: move ubifs_xattr_handlers to .rodataWedson Almeida Filho2023-10-102-2/+2
|/
* fs: drop the timespec64 argument from update_timeJeff Layton2023-08-112-3/+2