summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-28ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers1-1/+4
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-1/+1
2020-02-28ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-1/+1
2020-02-28ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh1-4/+4
2020-02-28ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-1/+19
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai1-1/+1
2020-02-19ext4: fix checksum errors with indexed dirsJan Kara1-1/+4
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-15/+49
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-1/+7
2019-09-04ext4: Reduce ext4 timestamp warningsDeepa Dinamani1-3/+1
2019-08-30ext4: Initialize timestamps limitsDeepa Dinamani1-1/+9
2019-08-28ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)1-1/+9
2019-08-23ext4: rework reserved cluster accounting when invalidating pagesEric Whitney1-0/+3
2019-08-23ext4: treat buffers with write errors as containing valid dataZhangXiaoxu1-0/+13
2019-08-13ext4: add fs-verity read supportEric Biggers1-0/+2
2019-08-13ext4: add basic fs-verity supportEric Biggers1-2/+19
2019-08-12ext4: drop legacy pre-1970 encoding workaroundTheodore Ts'o1-14/+1
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o1-0/+10
2019-08-11ext4: add a new ioctl EXT4_IOC_GETSTATETheodore Ts'o1-0/+11
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o1-0/+2
2019-06-22ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o1-5/+5
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o1-2/+2
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o1-5/+4
2019-06-20ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi1-3/+36
2019-06-10ext4: only set project inherit bit for directoryWang Shilong1-1/+2
2019-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-15/+47
2019-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-10/+35
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-6/+15
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi1-1/+20
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-15/+47
2019-04-07ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers1-3/+0
2019-03-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+8
2019-02-15ext4: don't update s_rev_level if not requiredAndreas Dilger1-1/+5
2019-02-11ext4: add mask of ext4 flags to swapyangerkun1-0/+3
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra1-4/+3
2019-01-24ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-5/+0
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+13
2018-11-26ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-0/+2
2018-11-02Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds1-9/+0
2018-10-12ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o1-1/+2
2018-10-03ext4: convert fault handler to use vm_fault_t typeSouptick Joarder1-2/+2
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney1-0/+1
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney1-0/+1
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-0/+1
2018-10-01ext4: add new pending reservation mechanismEric Whitney1-0/+3
2018-10-01ext4: generalize extents status tree search functionsEric Whitney1-4/+0
2018-09-30Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda1-9/+0
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+17
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o1-0/+3