summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ubifs: store cookie in private dataChristian Brauner2024-09-121-18/+46
* ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-121-19/+40
* ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng2024-07-121-14/+8
* ubifs: Move ui->data initialization after initializing securityZhihao Cheng2024-07-121-8/+10
* Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng2024-07-121-2/+0
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-211-0/+2
|\
| * ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-02-251-0/+2
* | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-071-1/+0
|\ \ | |/ |/|
| * ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-271-1/+0
* | ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-01-061-0/+2
|/
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-051-1/+3
|\
| * ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedZhihao Cheng2023-10-281-1/+3
* | ubifs: convert to new timestamp accessorsJeff Layton2023-10-181-8/+15
|/
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-241-13/+11
* ubifs: convert to simple_rename_timestampJeff Layton2023-07-101-12/+3
* 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
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-011-1/+17
|\
| * ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-02-021-0/+2
| * 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
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | 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-191-2/+2
|/
* Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-151-12/+15
|\
| * ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng2022-09-211-11/+14
| * ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li2022-09-211-1/+1
* | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+4
|/
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
* 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-101-52/+92
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
* 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
* ubifs: Fix spelling mistakesAlexander Dahl2021-12-231-2/+2
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-06-221-0/+7
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-12/+14
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-181-3/+1
|\
| * ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-2/+0