aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds1-15/+14
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-1/+14
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers1-12/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+3
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-17/+18
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+2
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro1-28/+15
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-48/+15
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+12
2018-01-11ubifs: free the encrypted symlink targetEric Biggers1-6/+4
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger1-0/+15
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee1-1/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-6/+6
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-0/+11
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers1-0/+11
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau1-3/+0
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee1-2/+2
2017-03-30ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger1-1/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-01-17ubifs: remove redundant checks for encryption keyEric Biggers1-55/+3
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger1-1/+1
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger1-2/+5
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger1-11/+72
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-58/+265
2016-12-12ubifs: Preload crypto context in ->lookup()Richard Weinberger1-0/+15
2016-12-12ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger1-0/+17
2016-12-12ubifs: Implement directory open operationRichard Weinberger1-0/+9
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-1/+27
2016-12-12ubifs: Export ubifs_check_dir_empty()Richard Weinberger1-4/+4
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger1-6/+6
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-17/+222
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+6
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-02ubifs: Implement RENAME_EXCHANGERichard Weinberger1-6/+59
2016-10-02ubifs: Implement RENAME_WHITEOUTRichard Weinberger1-19/+101
2016-10-02ubifs: Implement O_TMPFILERichard Weinberger1-0/+71