summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: Remove ext4 locking of moved directoryJan Kara2023-06-021-15/+2
* ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-141-16/+37
* ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-181-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-081-9/+17
| * ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-081-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-131-20/+27
|\
| * ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2022-12-091-0/+3
| * ext4: don't set up encryption key during jbd2 transactionEric Biggers2022-12-091-20/+24
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-131-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-111-3/+3
|\ \ | |/ |/|
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-10-011-5/+10
* | ext4: fix check for block being out of directory sizeJan Kara2022-09-301-1/+1
|/
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-031-0/+16
* ext4: check if directory block is within i_sizeLukas Czerner2022-08-031-0/+7
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-031-5/+2
* ext4: make variable "count" signedDing Xiang2022-06-191-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
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-131-2/+2
* ext4: return early for non-eligible fast_commit track eventsRitesh Harjani2022-03-151-4/+11
* ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2022-03-031-5/+5
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-2/+2
|\
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-2/+2
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-6/+6
|/
* ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang2021-11-041-1/+1
* ext4: Move orphan inode handling into a separate fileJan Kara2021-08-311-182/+0
* ext4: Support for checksumming from journal triggersJan Kara2021-08-311-14/+26
* ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-061-1/+1
* ext4: remove set but rewrite variablesTian Tao2021-06-231-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-061-2/+4
|\
| * ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg2021-06-061-2/+4
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\ \