aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
AgeCommit message (Expand)Author
2024-02-23ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-17ubifs: Free memory for tmpfile nameMÃ¥rten Lindahl
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng
2022-04-15ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng
2022-04-15ubifs: rename_whiteout: correct old_dir size computingBaokun Li
2022-04-15ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng
2022-04-15ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng
2022-04-15ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng
2021-07-20ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng
2021-01-06ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-02-11ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-11ubifs: free the encrypted symlink targetEric Biggers
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
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-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
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-01-17ubifs: remove redundant checks for encryption keyEric Biggers
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger