summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng2023-02-021-1/+1
| * ubifs: Fix memory leak in ubifs_sysfs_init()Liu Shixin2023-02-021-0/+2
| * ubifs: Fix build errors as symbol undefinedLi Hua2023-02-021-0/+5
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-193-6/+6
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
|/
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-183-12/+12
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-14/+14
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-12/+12
* | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-145-25/+45
|\ \ | |/ |/|
| * ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng2022-09-213-13/+16
| * ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2022-09-212-11/+28
| * ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li2022-09-211-1/+1
* | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+4
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\