summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14ext4: don't set up encryption key during jbd2 transactionEric Biggers1-20/+24
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2023-01-14ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-21ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-21ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-06-22ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-09ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-09ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin1-2/+2
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin1-5/+5
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-04-07ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-25ext4: fix rename whiteout with fast commitHarshad Shirwadkar1-0/+3
2021-03-25ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-03-04ext4: fix potential htree index checksum corruptionTheodore Ts'o1-4/+3
2021-01-19ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-8/+9
2020-12-26ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-11-07ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-33/+28
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-12/+8
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-76/+130
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar1-63/+86
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-3/+34
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov1-10/+10
2020-09-08fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-4/+3
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo1-4/+2
2020-08-07ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-06ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang1-17/+21
2020-08-06ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-06-04ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-27/+49
2020-04-02ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-12/+12
2020-03-06ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva1-2/+2
2020-02-20ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara1-0/+7
2020-01-18ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()Eric Biggers1-4/+1
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-3/+8
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-0/+4
2019-12-22ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye1-1/+3
2019-12-15ext4: fix ext4_empty_dir() for directories with holesJan Kara1-14/+18
2019-11-19ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-11-05ext4: Do not iput inode under running transactionJan Kara1-6/+23
2019-11-05ext4: Move marking of handle as sync to ext4_add_nondir()Jan Kara1-7/+3
2019-09-03ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o1-2/+2
2019-07-03ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi1-4/+9
2019-06-22ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o1-4/+4
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o1-33/+21
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o1-33/+29