index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubifs: allow both hash and disk name to be provided in no-key names
Eric Biggers
2020-01-22
1
-3
/
+1
*
ubifs: don't trigger assertion on invalid no-key filename
Eric Biggers
2020-01-22
1
-0
/
+2
*
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
Eric Biggers
2020-01-20
1
-4
/
+4
*
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
Eric Biggers
2019-12-31
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-12
1
-15
/
+14
|
\
|
*
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
2019-05-07
1
-2
/
+0
|
*
ubifs: Limit number of xattrs per inode
Richard Weinberger
2019-05-07
1
-1
/
+14
|
*
ubifs: remove unnecessary calls to set up directory key
Eric Biggers
2019-05-07
1
-12
/
+0
*
|
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-17
1
-5
/
+3
|
/
*
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
2018-08-15
1
-17
/
+18
*
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
2018-08-15
1
-0
/
+2
*
ubifs: Fix directory size calculation for symlinks
Richard Weinberger
2018-08-15
1
-2
/
+3
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-2
/
+2
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-05
1
-2
/
+2
*
|
ubifs_lookup: use d_splice_alias()
Al Viro
2018-05-22
1
-28
/
+15
|
/
*
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-04
1
-48
/
+15
|
\
|
*
ubifs: switch to fscrypt ->symlink() helper functions
Eric Biggers
2018-01-11
1
-43
/
+12
|
*
ubifs: free the encrypted symlink target
Eric Biggers
2018-01-11
1
-6
/
+4
*
|
ubifs: switch to fscrypt_prepare_lookup()
Eric Biggers
2018-01-17
1
-14
/
+3
*
|
ubifs: switch to fscrypt_prepare_rename()
Eric Biggers
2018-01-17
1
-13
/
+7
*
|
ubifs: switch to fscrypt_prepare_link()
Eric Biggers
2018-01-17
1
-3
/
+3
|
/
*
ubifs: Wire-up statx() support
Richard Weinberger
2017-07-14
1
-0
/
+15
*
ubifs: Don't encrypt special files on creation
David Gstir
2017-07-14
1
-0
/
+1
*
ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_rename
Hyunchul Lee
2017-07-14
1
-9
/
+5
*
ubifs: Fix inode data budget in ubifs_mknod
Hyunchul Lee
2017-07-14
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-08
1
-6
/
+6
|
\
|
*
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
2017-05-08
1
-6
/
+6
*
|
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-08
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
ubifs: check for consistent encryption contexts in ubifs_lookup()
Eric Biggers
2017-05-04
1
-0
/
+11
*
|
ubifs: Fix O_TMPFILE corner case in ubifs_link()
Richard Weinberger
2017-04-18
1
-0
/
+7
*
|
ubifs: Fix RENAME_WHITEOUT support
Felix Fietkau
2017-03-30
1
-3
/
+0
*
|
ubifs: Remove filename from debug messages in ubifs_readdir
Hyunchul Lee
2017-03-30
1
-2
/
+2
*
|
ubifs: Fix memory leak in error path in ubifs_mknod
Richard Weinberger
2017-03-30
1
-1
/
+3
|
/
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-3
/
+3
*
ubifs: remove redundant checks for encryption key
Eric Biggers
2017-01-17
1
-55
/
+3
*
ubifs: Initialize fstr_real_len
Richard Weinberger
2016-12-14
1
-1
/
+1
*
ubifs: Add full hash lookup support
Richard Weinberger
2016-12-12
1
-2
/
+5
*
ubifs: Add support for encrypted symlinks
Richard Weinberger
2016-12-12
1
-11
/
+72
*
ubifs: Implement encrypted filenames
Richard Weinberger
2016-12-12
1
-58
/
+265
*
ubifs: Preload crypto context in ->lookup()
Richard Weinberger
2016-12-12
1
-0
/
+15
*
ubifs: Enforce crypto policy in ->link and ->rename
Richard Weinberger
2016-12-12
1
-0
/
+17
*
ubifs: Implement directory open operation
Richard Weinberger
2016-12-12
1
-0
/
+9
*
ubifs: Add skeleton for fscrypto
Richard Weinberger
2016-12-12
1
-1
/
+27
*
ubifs: Export ubifs_check_dir_empty()
Richard Weinberger
2016-12-12
1
-4
/
+4
*
ubifs: Fix regression in ubifs_readdir()
Richard Weinberger
2016-10-28
1
-0
/
+8
*
ubifs: Abort readdir upon error
Richard Weinberger
2016-10-20
1
-5
/
+3
*
ubifs: Rename ubifs_rename2
Richard Weinberger
2016-10-20
1
-6
/
+6
*
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2016-10-11
1
-17
/
+222
|
\
|
*
ubifs: Implement RENAME_EXCHANGE
Richard Weinberger
2016-10-02
1
-6
/
+59
[next]