summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* ubifs: Free memory for tmpfile nameMÃ¥rten Lindahl2023-05-171-0/+1
* ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-03-111-1/+5
* ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-03-111-0/+5
* ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng2023-03-111-1/+1
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-04-151-4/+8
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-04-151-0/+3
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-04-151-0/+2
* ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-04-151-10/+15
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-04-151-2/+0
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-07-201-0/+7
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-4/+13
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-051-5/+3
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger2018-08-151-17/+18
* ubifs: introduce Kconfig symbol for xattr supportStefan Agner2018-08-151-0/+2
* ubifs: Fix directory size calculation for symlinksRichard Weinberger2018-08-151-2/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* | ubifs_lookup: use d_splice_alias()Al Viro2018-05-221-28/+15
|/
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-48/+15
|\
| * ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-111-43/+12
| * ubifs: free the encrypted symlink targetEric Biggers2018-01-111-6/+4
* | ubifs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-171-14/+3
* | ubifs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-171-13/+7
* | ubifs: switch to fscrypt_prepare_link()Eric Biggers2018-01-171-3/+3
|/
* ubifs: Wire-up statx() supportRichard Weinberger2017-07-141-0/+15
* ubifs: Don't encrypt special files on creationDavid Gstir2017-07-141-0/+1
* ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee2017-07-141-9/+5
* ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee2017-07-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-6/+6
|\
| * fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-081-6/+6
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-0/+11
|\ \ | |/ |/|
| * ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers2017-05-041-0/+11
* | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
* | ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
* | ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee2017-03-301-2/+2
* | ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger2017-03-301-1/+3
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* ubifs: remove redundant checks for encryption keyEric Biggers2017-01-171-55/+3
* ubifs: Initialize fstr_real_lenRichard Weinberger2016-12-141-1/+1
* ubifs: Add full hash lookup supportRichard Weinberger2016-12-121-2/+5
* ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-121-11/+72
* ubifs: Implement encrypted filenamesRichard Weinberger2016-12-121-58/+265
* ubifs: Preload crypto context in ->lookup()Richard Weinberger2016-12-121-0/+15
* ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger2016-12-121-0/+17
* ubifs: Implement directory open operationRichard Weinberger2016-12-121-0/+9
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-121-1/+27
* ubifs: Export ubifs_check_dir_empty()Richard Weinberger2016-12-121-4/+4
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2016-10-281-0/+8