summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)Author
2017-07-27ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger
2017-07-27ubifs: Don't encrypt special files on creationDavid Gstir
2017-07-27ubifs: Don't leak kernel memory to the MTDRichard Weinberger
2017-07-27ubifs: Correctly evict xattr inodesRichard Weinberger
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-05-08ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee
2017-05-08ubifs: Remove unnecessary assignmentStefan Agner
2017-05-08ubifs: Fix cut and paste error on sb type comparisonsColin Ian King
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee
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-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20ubifs: Convert to separately allocated bdiJan Kara
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee
2017-03-30ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee
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-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-01-17ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-01-17ubifs: remove redundant checks for encryption keyEric Biggers
2017-01-17ubifs: allow encryption ioctls in compat modeEric Biggers
2017-01-17ubifs: add CONFIG_BLOCK dependency for encryptionArnd Bergmann
2017-01-17ubifs: fix unencrypted journal writePeter Rosin
2017-01-17ubifs: ensure zero err is returned on successful returnColin Ian King
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger
2016-12-13ubifs: Use fscrypt ioctl() helpersRichard Weinberger
2016-12-13ubifs: Use FS_CFLG_OWN_PAGESRichard Weinberger
2016-12-12ubifs: Raise write version to 5Richard Weinberger
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger
2016-12-12ubifs: Rename tnc_read_node_nmRichard Weinberger
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger
2016-12-12ubifs: Make r5 hash binary string awareRichard Weinberger
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Richard Weinberger
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger
2016-12-12ubifs: Introduce new data node field, compr_sizeRichard Weinberger