summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
AgeCommit message (Expand)AuthorLines
2022-03-17ubifs: rename_whiteout: correct old_dir size computingBaokun Li-0/+3
2022-01-10ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng-4/+8
2022-01-10ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng-30/+30
2022-01-10ubifs: Rename whiteout atomicallyZhihao Cheng-52/+92
2022-01-09ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng-0/+2
2022-01-09ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng-10/+15
2022-01-09ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng-2/+0
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl-2/+2
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng-0/+7
2021-04-12ubifs: convert to fileattrMiklos Szeredi-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner-12/+14
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner-1/+1
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu-2/+0
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers-4/+13
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers-22/+16
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers-3/+1
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers-4/+4
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+14
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger-1/+14
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers-12/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers-5/+3
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger-17/+18
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner-0/+2
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-2/+2
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro-28/+15
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-48/+15
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers-3/+3
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers-43/+12
2018-01-11ubifs: free the encrypted symlink targetEric Biggers-6/+4
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger-0/+15
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee-1/+1