summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-06-221-0/+7
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-12/+14
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-3/+1
|\
| * ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-2/+0
| * ubifs: Delete duplicated words + other fixesRandy Dunlap2020-12-131-1/+1
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-0/+1
| |/
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | ubifs: remove ubifs_dir_open()Eric Biggers2020-12-021-9/+0
* | ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-4/+13
|/
* ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-22/+16
* fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers2020-01-221-3/+1
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-01-221-0/+2
* ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-201-4/+4
* fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-13/+1
* Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-121-15/+14
|\
| * ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer2019-05-071-2/+0
| * ubifs: Limit number of xattrs per inodeRichard Weinberger2019-05-071-1/+14
| * ubifs: remove unnecessary calls to set up directory keyEric Biggers2019-05-071-12/+0
* | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-171-5/+3
|/
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-17/+18
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-151-0/+2
* ubifs: Fix directory size calculation for symlinksRichard Weinberger2018-08-151-2/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* | ubifs_lookup: use d_splice_alias()Al Viro2018-05-221-28/+15
|/
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-48/+15
|\
| * ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-111-43/+12
| * ubifs: free the encrypted symlink targetEric Biggers2018-01-111-6/+4
* | ubifs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-171-14/+3
* | ubifs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-171-13/+7
* | ubifs: switch to fscrypt_prepare_link()Eric Biggers2018-01-171-3/+3
|/
* ubifs: Wire-up statx() supportRichard Weinberger2017-07-141-0/+15
* ubifs: Don't encrypt special files on creationDavid Gstir2017-07-141-0/+1
* ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee2017-07-141-9/+5
* ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee2017-07-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-6/+6
|\
| * fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-081-6/+6
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-0/+11
|\ \ | |/ |/|
| * ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers2017-05-041-0/+11
* | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
* | ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
* | ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee2017-03-301-2/+2
* | ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger2017-03-301-1/+3
|/