index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-22
Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2024-03-07
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
1
-1
/
+0
2024-02-28
ubifs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
1
-1
/
+0
2024-02-25
ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
Zhihao Cheng
1
-0
/
+2
2024-01-07
ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
Zhihao Cheng
1
-0
/
+2
2023-11-05
Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2023-10-29
ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted
Zhihao Cheng
1
-1
/
+3
2023-10-18
ubifs: convert to new timestamp accessors
Jeff Layton
1
-8
/
+15
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-24
ubifs: convert to ctime accessor functions
Jeff Layton
1
-13
/
+11
2023-07-10
ubifs: convert to simple_rename_timestamp
Jeff Layton
1
-12
/
+3
2023-04-21
ubifs: Fix memory leak in do_rename
Mårten Lindahl
1
-6
/
+0
2023-04-21
ubifs: Free memory for tmpfile name
Mårten Lindahl
1
-0
/
+1
2023-03-01
Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+17
2023-02-02
ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1
Zhihao Cheng
1
-0
/
+2
2023-02-02
ubifs: Add comments and debug info for ubifs_xrename()
Zhihao Cheng
1
-0
/
+9
2023-02-02
ubifs: Rectify space budget for ubifs_xrename()
Zhihao Cheng
1
-0
/
+5
2023-02-02
ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted
Zhihao Cheng
1
-1
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-10-15
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+15
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-3
/
+4
2022-09-21
ubifs: Fix AA deadlock when setting xattr for encrypted file
Zhihao Cheng
1
-11
/
+14
2022-09-21
ubifs: Fix ubifs_check_dir_empty() kernel-doc comment
Yang Li
1
-1
/
+1
2022-03-18
ubifs: rename_whiteout: correct old_dir size computing
Baokun Li
1
-0
/
+3
2022-01-11
ubifs: Rectify space amount budget for mkdir/tmpfile operations
Zhihao Cheng
1
-4
/
+8
2022-01-11
ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
Zhihao Cheng
1
-30
/
+30
2022-01-10
ubifs: Rename whiteout atomically
Zhihao Cheng
1
-52
/
+92
2022-01-09
ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
Zhihao Cheng
1
-0
/
+2
2022-01-09
ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
Zhihao Cheng
1
-10
/
+15
2022-01-09
ubifs: rename_whiteout: Fix double free for whiteout_ui->data
Zhihao Cheng
1
-2
/
+0
2021-12-23
ubifs: Fix spelling mistakes
Alexander Dahl
1
-2
/
+2
2021-06-22
ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode
Zhihao Cheng
1
-0
/
+7
2021-04-12
ubifs: convert to fileattr
Miklos Szeredi
1
-0
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-12
/
+14
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-12-18
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+1
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2020-12-13
ubifs: Code cleanup by removing ifdef macro surrounding
Chengguang Xu
1
-2
/
+0
2020-12-13
ubifs: Delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-0
/
+1
2020-12-03
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
1
-1
/
+1
2020-12-03
ubifs: remove ubifs_dir_open()
Eric Biggers
1
-9
/
+0
[next]