summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-27/+2
|/
* Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-6/+3
|\
| * ubifs: Use NULL instead of using plain integer as pointerHaowen Bai2022-05-271-1/+1
| * ubifs: Simplify the return expression of run_gc()Minghao Chi2022-05-271-5/+2
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-21/+22
|\ \
| * | ubifs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-9/+9
| * | ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+8
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-4/+3
| * | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
| |/
* / fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2022-04-131-1/+1
|/
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-316-114/+228
|\
| * ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
| * ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
| * ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-01-101-4/+30
| * ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-01-101-1/+1
| * ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
| * ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
| * ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-102-60/+136
| * ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
| * ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng2022-01-091-1/+1
| * ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-01-091-10/+15
| * ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-01-091-2/+0
* | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-1/+2
|\ \
| * | ubifs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-261-1/+2
| |/
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-17/+17
|\ \
| * | ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)2022-03-151-7/+7