aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-23ubifs: Fix spelling mistakesGravatar Alexander Dahl 1-2/+2
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeGravatar Zhihao Cheng 1-0/+7
2021-04-12ubifs: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-12/+14
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-2/+0
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsGravatar Daniel Rosenberg 1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Gravatar Eric Biggers 1-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Gravatar Eric Biggers 1-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesGravatar Eric Biggers 1-4/+13
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Gravatar Eric Biggers 1-22/+16
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferGravatar Jeff Layton 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesGravatar Eric Biggers 1-3/+1
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameGravatar Eric Biggers 1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Gravatar Eric Biggers 1-4/+4
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Gravatar Eric Biggers 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-15/+14
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTGravatar Sascha Hauer 1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeGravatar Richard Weinberger 1-1/+14
2019-05-07ubifs: remove unnecessary calls to set up directory keyGravatar Eric Biggers 1-12/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextGravatar Eric Biggers 1-5/+3
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Gravatar Richard Weinberger 1-17/+18
2018-08-15ubifs: introduce Kconfig symbol for xattr supportGravatar Stefan Agner 1-0/+2
2018-08-15ubifs: Fix directory size calculation for symlinksGravatar Richard Weinberger 1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+2
2018-05-22ubifs_lookup: use d_splice_alias()Gravatar Al Viro 1-28/+15
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-48/+15
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Gravatar Eric Biggers 1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Gravatar Eric Biggers 1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Gravatar Eric Biggers 1-3/+3
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsGravatar Eric Biggers 1-43/+12
2018-01-11ubifs: free the encrypted symlink targetGravatar Eric Biggers 1-6/+4
2017-07-14ubifs: Wire-up statx() supportGravatar Richard Weinberger 1-0/+15
2017-07-14ubifs: Don't encrypt special files on creationGravatar David Gstir 1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameGravatar Hyunchul Lee 1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodGravatar Hyunchul Lee 1-1/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+6
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeGravatar Deepa Dinamani 1-6/+6
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+11
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Gravatar Eric Biggers 1-0/+11
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Gravatar Richard Weinberger 1-0/+7
2017-03-30ubifs: Fix RENAME_WHITEOUT supportGravatar Felix Fietkau 1-3/+0
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirGravatar Hyunchul Lee 1-2/+2