index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2020-11-25
ubifs: prevent creating duplicate encrypted filenames
Eric Biggers
1
-4
/
+13
2020-09-22
ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-22
/
+16
2020-09-08
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-01-23
ubifs: allow both hash and disk name to be provided in no-key names
Eric Biggers
1
-3
/
+1
2020-01-23
ubifs: don't trigger assertion on invalid no-key filename
Eric Biggers
1
-0
/
+2
2020-01-20
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
Eric Biggers
1
-4
/
+4
2019-12-31
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
Eric Biggers
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
1
-13
/
+1
2019-05-13
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+14
2019-05-07
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
1
-2
/
+0
2019-05-07
ubifs: Limit number of xattrs per inode
Richard Weinberger
1
-1
/
+14
2019-05-07
ubifs: remove unnecessary calls to set up directory key
Eric Biggers
1
-12
/
+0
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
1
-5
/
+3
2018-08-15
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
1
-17
/
+18
2018-08-15
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
1
-0
/
+2
2018-08-15
ubifs: Fix directory size calculation for symlinks
Richard Weinberger
1
-2
/
+3
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-2
/
+2
2018-05-22
ubifs_lookup: use d_splice_alias()
Al Viro
1
-28
/
+15
2018-02-04
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-48
/
+15
2018-01-17
ubifs: switch to fscrypt_prepare_lookup()
Eric Biggers
1
-14
/
+3
2018-01-17
ubifs: switch to fscrypt_prepare_rename()
Eric Biggers
1
-13
/
+7
2018-01-17
ubifs: switch to fscrypt_prepare_link()
Eric Biggers
1
-3
/
+3
2018-01-12
ubifs: switch to fscrypt ->symlink() helper functions
Eric Biggers
1
-43
/
+12
2018-01-12
ubifs: free the encrypted symlink target
Eric Biggers
1
-6
/
+4
[next]