summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-03ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-06-03add comment for ext4_dir_entry_2 file_type memberJonathan Grant1-1/+1
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani1-0/+2
2020-06-03ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers1-1/+3
2020-06-03ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani1-5/+13
2020-06-03ext4: use BIT() macro for BH_** state bitsRitesh Harjani1-4/+4
2020-06-03ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o1-0/+1
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-1/+1
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney1-2/+0
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-18/+36
2020-03-05ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney1-3/+2
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers1-1/+4
2020-02-21ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-1/+1
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-1/+1
2020-02-21ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh1-4/+4
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-1/+19
2020-02-19ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai1-1/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara1-1/+4
2020-01-17ext4: drop ext4_kvmalloc()Theodore Ts'o1-1/+0
2020-01-17ext4: make some functions static in extents.cEric Biggers1-6/+0
2020-01-17ext4: remove ext4_{ind,ext}_calc_metadata_amount()Eric Biggers1-5/+0
2020-01-17ext4: Delete ext4_kvzvalloc()Naoto Kobayashi1-1/+0
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara1-0/+1
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-0/+37
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-1/+29
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+16
2019-11-06ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers1-0/+2
2019-11-05Merge branch 'mb/dio' into masterTheodore Ts'o1-3/+1
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o1-1/+4
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-1/+2
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-1/+3
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski1-3/+0
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski1-0/+1
2019-10-22ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani1-2/+9
2019-10-22ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani1-0/+2
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-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney1-0/+3
2019-08-22ext4: treat buffers with write errors as containing valid dataZhangXiaoxu1-0/+13
2019-08-12ext4: add fs-verity read supportEric Biggers1-0/+2
2019-08-12ext4: 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-21ext4: 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