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