index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubifs: store cookie in private data
Christian Brauner
2024-09-12
1
-18
/
+46
*
ubifs: Fix unattached inode when powercut happens in creating
Zhihao Cheng
2024-07-12
1
-19
/
+40
*
ubifs: Fix space leak when powercut happens in linking tmpfile
Zhihao Cheng
2024-07-12
1
-14
/
+8
*
ubifs: Move ui->data initialization after initializing security
Zhihao Cheng
2024-07-12
1
-8
/
+10
*
Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"
Zhihao Cheng
2024-07-12
1
-2
/
+0
*
Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-21
1
-0
/
+2
|
\
|
*
ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
Zhihao Cheng
2024-02-25
1
-0
/
+2
*
|
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-03-07
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
ubifs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
2024-02-27
1
-1
/
+0
*
|
ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
Zhihao Cheng
2024-01-06
1
-0
/
+2
|
/
*
Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-05
1
-1
/
+3
|
\
|
*
ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted
Zhihao Cheng
2023-10-28
1
-1
/
+3
*
|
ubifs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-8
/
+15
|
/
*
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
*
ubifs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-13
/
+11
*
ubifs: convert to simple_rename_timestamp
Jeff Layton
2023-07-10
1
-12
/
+3
*
ubifs: Fix memory leak in do_rename
Mårten Lindahl
2023-04-21
1
-6
/
+0
*
ubifs: Free memory for tmpfile name
Mårten Lindahl
2023-04-21
1
-0
/
+1
*
Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-01
1
-1
/
+17
|
\
|
*
ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
Zhihao Cheng
2023-02-02
1
-0
/
+2
|
*
ubifs: Add comments and debug info for ubifs_xrename()
Zhihao Cheng
2023-02-02
1
-0
/
+9
|
*
ubifs: Rectify space budget for ubifs_xrename()
Zhihao Cheng
2023-02-02
1
-0
/
+5
|
*
ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
Zhihao Cheng
2023-02-02
1
-1
/
+1
*
|
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
|
/
*
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-15
1
-12
/
+15
|
\
|
*
ubifs: Fix AA deadlock when setting xattr for encrypted file
Zhihao Cheng
2022-09-21
1
-11
/
+14
|
*
ubifs: Fix ubifs_check_dir_empty() kernel-doc comment
Yang Li
2022-09-21
1
-1
/
+1
*
|
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-09-24
1
-3
/
+4
|
/
*
ubifs: rename_whiteout: correct old_dir size computing
Baokun Li
2022-03-17
1
-0
/
+3
*
ubifs: Rectify space amount budget for mkdir/tmpfile operations
Zhihao Cheng
2022-01-10
1
-4
/
+8
*
ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
Zhihao Cheng
2022-01-10
1
-30
/
+30
*
ubifs: Rename whiteout atomically
Zhihao Cheng
2022-01-10
1
-52
/
+92
*
ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
Zhihao Cheng
2022-01-09
1
-0
/
+2
*
ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
Zhihao Cheng
2022-01-09
1
-10
/
+15
*
ubifs: rename_whiteout: Fix double free for whiteout_ui->data
Zhihao Cheng
2022-01-09
1
-2
/
+0
*
ubifs: Fix spelling mistakes
Alexander Dahl
2021-12-23
1
-2
/
+2
*
ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode
Zhihao Cheng
2021-06-22
1
-0
/
+7
*
ubifs: convert to fileattr
Miklos Szeredi
2021-04-12
1
-0
/
+2
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-12
/
+14
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+1
*
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-18
1
-3
/
+1
|
\
|
*
ubifs: Code cleanup by removing ifdef macro surrounding
Chengguang Xu
2020-12-13
1
-2
/
+0
[next]