summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo
2020-08-07ext4: fix checking of directory entry validity for inline directoriesJan Kara
2020-08-06ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang
2020-08-06ext4: fix potential negative array index in do_split()Eric Sandeen
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-03-05ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara
2020-01-17ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()Eric Biggers
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o
2019-12-21ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye
2019-12-14ext4: fix ext4_empty_dir() for directories with holesJan Kara
2019-11-19ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2019-11-05ext4: Do not iput inode under running transactionJan Kara
2019-11-05ext4: Move marking of handle as sync to ext4_add_nondir()Jan Kara
2019-09-03ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o
2019-07-02ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi
2019-06-21ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o
2019-06-20ext4: allow directory holesTheodore Ts'o
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-10ext4: fix use-after-free in dx_release()Sahitya Tummala
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-11-07ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-06ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-10-10ext4: don't open-code ERR_CASTAl Viro
2018-10-02ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi
2018-08-27ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds