aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+3
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-9/+9
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-0/+3
2015-11-06UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger1-2/+3
2015-11-06fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-05-10ubifs: switch to simple_follow_link()Al Viro1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7