summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-271-1/+0
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-2/+0
|\
| * ext4_add_entry(): ->d_name.len is never 0Al Viro2023-12-211-2/+0
* | ext4: don't access the source subdirectory content on same-directory renameAl Viro2023-11-251-8/+13
|/
* Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-021-2/+1
|\
| * ext4: fix incorrect offsetWang Jianjian2023-10-051-2/+1
* | ext4: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
|/
* Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-11/+15
|\
| * ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
* | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-7/+10
|\|
| * ext4: remove redundant checks of s_encodingEric Biggers2023-08-271-3/+3
| * ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng2023-08-271-0/+3
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-4/+4
* | ext4: convert to ctime accessor functionsJeff Layton2023-07-241-14/+12
|/
* ext4: Remove ext4 locking of moved directoryJan Kara2023-06-021-15/+2
* ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-131-16/+37
* ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-171-3/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-15/+24
|\
| * ext4: Fix deadlock during directory renameJan Kara2023-03-071-9/+17
| * ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-071-6/+7
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-281-1/+10
|\|
| * ext4: Fix possible corruption when moving a directoryJan Kara2023-02-251-1/+10
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-16/+10
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-20/+27
|\
| * ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2022-12-081-0/+3
| * ext4: don't set up encryption key during jbd2 transactionEric Biggers2022-12-081-20/+24
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\ \ | |/ |/|
| * fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-061-1/+9
|\ \ | |/ |/|
| * ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-061-1/+9
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\ \ | |/ |/|
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-09-301-5/+10
* | ext4: fix check for block being out of directory sizeJan Kara2022-09-291-1/+1
|/
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-021-0/+16
* ext4: check if directory block is within i_sizeLukas Czerner2022-08-021-0/+7
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-021-5/+2
* ext4: make variable "count" signedDing Xiang2022-06-181-1/+2
* ext4: avoid cycles in directory h-treeJan Kara2022-05-241-3/+19
* ext4: verify dir block before splitting itJan Kara2022-05-241-11/+21
* ext4: convert symlink external data block mapping to bdevZhang Yi2022-05-171-68/+55
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-05-171-3/+27
* ext4: remove unnecessary conditionalsLv Ruyi2022-05-131-2/+1
* ext4: remove unnecessary type castingsYu Zhe2022-05-111-2/+2