summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
AgeCommit message (Expand)Author
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-11ubifs: free the encrypted symlink targetEric Biggers
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee
2017-03-30ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-01-17ubifs: remove redundant checks for encryption keyEric Biggers
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger