summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubifs: have ubifs_update_time use inode_update_timestampsJeff Layton2023-08-111-7/+1
* fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-2/+4
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-247-30/+30
* ubifs: convert to simple_rename_timestampJeff Layton2023-07-101-12/+3
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng2023-04-231-50/+87
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-04-231-8/+1
* ubifs: Fix memory leak in do_renameMårten Lindahl2023-04-211-6/+0
* ubifs: Free memory for tmpfile nameMårten Lindahl2023-04-211-0/+1
* ubifs: Remove return in compr_exit()Yangtao Li2023-04-211-1/+0
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-019-26/+98
|\
| * ubifs: make kobj_type structures constantThomas Weißschuh2023-02-131-2/+2
| * ubifs: Fix kernel-docYang Li2023-02-021-3/+3
| * ubifs: Fix some kernel-doc commentsYang Li2023-02-021-2/+6
| * ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng2023-02-021-5/+14
| * ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-02-021-3/+9
| * ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng2023-02-021-1/+8
| * ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng2023-02-021-0/+15
| * ubifs: Fix memory leak in alloc_wbufs()Li Zetao2023-02-021-4/+13
| * ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng2023-02-021-4/+3
| * ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-02-021-0/+2
| * ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng2023-02-021-1/+1
| * ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng2023-02-021-0/+9
| * ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-02-021-0/+5