aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-1/+0
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-1/+0
2024-02-25ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-01-06ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2023-10-28ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedZhihao Cheng1-1/+3
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton1-8/+15
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton1-13/+11
2023-07-10ubifs: convert to simple_rename_timestampJeff Layton1-12/+3
2023-04-21ubifs: Fix memory leak in do_renameMårten Lindahl1-6/+0
2023-04-21ubifs: Free memory for tmpfile nameMårten Lindahl1-0/+1
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+17
2023-02-02ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng1-0/+2
2023-02-02ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng1-0/+9
2023-02-02ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng1-0/+5
2023-02-02ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+15
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+4
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng1-11/+14
2022-09-21ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li1-1/+1
2022-03-17ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-01-10ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-01-10ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng1-30/+30
2022-01-10ubifs: Rename whiteout atomicallyZhihao Cheng1-52/+92
2022-01-09ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-01-09ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-01-09ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl1-2/+2
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng1-0/+7
2021-04-12ubifs: convert to fileattrMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-12/+14
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu1-2/+0
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers1-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-22/+16
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers1-3/+1
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers1-4/+4
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+14
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-1/+14
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers1-12/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-5/+3
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-17/+18
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+2
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-22ubifs_lookup: use d_splice_alias()Al Viro1-28/+15
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-48/+15
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2018-01-11ubifs: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+12
2018-01-11ubifs: free the encrypted symlink targetEric Biggers1-6/+4
2017-07-14ubifs: Wire-up statx() supportRichard Weinberger1-0/+15
2017-07-14ubifs: Don't encrypt special files on creationDavid Gstir1-0/+1
2017-07-14ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee1-9/+5
2017-07-14ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee1-1/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2017-05-08fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani1-6/+6
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers1-0/+11
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-03-30ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau1-3/+0
2017-03-30ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee1-2/+2
2017-03-30ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger1-1/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-01-17ubifs: remove redundant checks for encryption keyEric Biggers1-55/+3
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger1-1/+1
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger1-2/+5
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger1-11/+72
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-58/+265
2016-12-12ubifs: Preload crypto context in ->lookup()Richard Weinberger1-0/+15
2016-12-12ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger1-0/+17
2016-12-12ubifs: Implement directory open operationRichard Weinberger1-0/+9
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-1/+27
2016-12-12ubifs: Export ubifs_check_dir_empty()Richard Weinberger1-4/+4
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger1-6/+6
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-17/+222
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+6
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-02ubifs: Implement RENAME_EXCHANGERichard Weinberger1-6/+59
2016-10-02ubifs: Implement RENAME_WHITEOUTRichard Weinberger1-19/+101
2016-10-02ubifs: Implement O_TMPFILERichard Weinberger1-0/+71
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+3
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-9/+9
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-0/+3
2015-11-06UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger1-2/+3
2015-11-06fs/ubifs: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-05-10ubifs: switch to simple_follow_link()Al Viro1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7
2015-04-13UBIFS: fix output format of INUM_WATERMARKSheng Yong1-1/+1
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-6/+6
2015-03-25UBIFS: fix incorrect unlocking handlingTaesoo Kim1-4/+7
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+16
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure1-0/+16
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2013-10-24ubifs: switch to %pdAl Viro1-22/+19
2013-06-29[readdir] convert ubifsAl Viro1-41/+16
2013-06-29UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-08-31UBIFS: comply with coding styleArtem Bityutskiy1-2/+2
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-29ubifs: use generic_fillattr()Al Viro1-10/+1
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-8/+0
2012-05-03UBIFS: remove xattr Kconnfig optionSubodh Nijsure1-2/+0
2012-02-29UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy1-9/+9
2012-01-03ubifs: propagate umode_tAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy1-2/+2
2011-07-04UBIFS: amend debugging name check function prototypeArtem Bityutskiy1-3/+5
2011-07-04UBIFS: remove unnecessary bracketsArtem Bityutskiy1-1/+1
2011-05-28ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-2/+2
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-18/+0
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-21ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-05-19UBIFS: return error if link and unlink raceHunter Adrian1-0/+19
2009-01-26UBIFS: simplify lockingArtem Bityutskiy1-56/+36
2009-01-18UBIFS: constify operationsArtem Bityutskiy1-2/+2
2008-12-04Merge branch 'master' into nextJames Morris1-2/+3
2008-11-14CRED: Wrap task credential accesses in the UBIFS filesystemDavid Howells1-2/+2
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy1-1/+1
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison1-1/+2
2008-09-18UBIFS: fix printk format warningsAlexander Beregalov1-1/+1
2008-08-21UBIFS: fix zero-length truncationsArtem Bityutskiy1-1/+0
2008-08-13UBIFS: remove unneeded checkArtem Bityutskiy1-9/+1
2008-08-13UBIFS: always set i_generation to 0Adrian Hunter1-1/+0
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy1-4/+6
2008-08-13UBIFS: fix budgeting calculationsArtem Bityutskiy1-2/+1
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+1240