aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)Author
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-24ubifs: Reject unsupported ioctl flags explicitlyHou Tao
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-10-23ubifs: Remove unneeded semicolonDing Xiang
2018-10-23ubifs: Enable authentication supportSascha Hauer
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer
2018-10-23ubifs: Add hashes and HMACs to default filesystemSascha Hauer
2018-10-23ubifs: authentication: Authenticate super block nodeSascha Hauer
2018-10-23ubifs: Create hash for default LPTSascha Hauer
2018-10-23ubfis: authentication: Authenticate master nodeSascha Hauer
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer
2018-10-23ubifs: Authenticate replayed journalSascha Hauer
2018-10-23ubifs: Add auth nodes to garbage collector journal headSascha Hauer
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer
2018-10-23ubifs: Add helper functions for authentication supportSascha Hauer
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer
2018-10-23ubifs: Format changes for authentication supportSascha Hauer
2018-10-23ubifs: Store read superblock nodeSascha Hauer
2018-10-23ubifs: Drop write_nodeSascha Hauer
2018-10-23ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer
2018-10-23ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer
2018-10-23ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer
2018-10-23ubifs: Refactor create_default_filesystem()Sascha Hauer
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger
2018-09-20ubifs: drop false positive assertionSascha Hauer
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger
2018-08-24ubifs: Remove empty file.hRichard Weinberger
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger
2018-08-15ubifs: Check data node size before truncateRichard Weinberger
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger