summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-051-1/+3
|\
| * ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedZhihao Cheng2023-10-281-1/+3
* | ubifs: convert to new timestamp accessorsJeff Layton2023-10-181-8/+15
|/
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* ubifs: convert to ctime accessor functionsJeff Layton2023-07-241-13/+11
* ubifs: convert to simple_rename_timestampJeff Layton2023-07-101-12/+3
* ubifs: Fix memory leak in do_renameMårten Lindahl2023-04-211-6/+0
* ubifs: Free memory for tmpfile nameMårten Lindahl2023-04-211-0/+1
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-011-1/+17
|\
| * ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-02-021-0/+2
| * ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng2023-02-021-0/+9
| * ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-02-021-0/+5
| * ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng2023-02-021-1/+1
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-141-12/+15
|\
| * ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng2022-09-211-11/+14
| * ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li2022-09-211-1/+1
* | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+4
|/
* ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
* ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
* ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-101-52/+92
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
* ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-01-091-10/+15
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-01-091-2/+0
* ubifs: Fix spelling mistakesAlexander Dahl2021-12-231-2/+2
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-06-221-0/+7
* ubifs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-12/+14
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-3/+1
|\
| * ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-131-2/+0
| * ubifs: Delete duplicated words + other fixesRandy Dunlap2020-12-131-1/+1
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-0/+1
| |/
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | ubifs: remove ubifs_dir_open()Eric Biggers2020-12-021-9/+0
* | ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-4/+13
|/
* ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-22/+16
* fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers2020-01-221-3/+1