aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2020-01-17ext4: remove unused macro MPAGE_DA_EXTENT_TAILRitesh Harjani1-2/+0
2020-01-17ext4: remove redundant S_ISREG() checks from ext4_fallocate()Eric Biggers1-3/+0
2020-01-17ext4: only use fscrypt_zeroout_range() on regular filesEric Biggers1-1/+1
2020-01-17ext4: handle decryption error in __ext4_block_zero_page_range()Eric Biggers1-2/+6
2020-01-17ext4: avoid fetching btime in ext4_getattr() unless requestedTheodore Ts'o1-1/+2
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-1/+1
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara1-0/+21
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-1/+5
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-1/+7
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2019-12-14ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter1-2/+2
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-622/+304
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2019-11-19Merge branch 'tt/misc' into devTheodore Ts'o1-0/+15
2019-11-19ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o1-0/+15
2019-11-14ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun1-4/+8
2019-11-13ext4: support STATX_ATTR_VERITYEric Biggers1-1/+4
2019-11-10ext4: Add error handling for io_end_vec struct allocationRitesh Harjani1-1/+8
2019-11-05Merge branch 'mb/dio' into masterTheodore Ts'o1-545/+175
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o1-31/+13
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-1/+1
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-26/+0
2019-11-05ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()Jan Kara1-2/+1
2019-11-05ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski1-371/+42
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski1-22/+0
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski1-47/+1
2019-11-05ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski1-37/+1
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski1-54/+80
2019-11-05ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helperMatthew Bobrowski1-52/+61
2019-11-05ext4: move set iomap routines into a separate helper ext4_set_iomap()Matthew Bobrowski1-42/+48
2019-11-05ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski1-1/+7
2019-11-05ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski1-1/+7
2019-11-05ext4: reorder map.m_flags checks within ext4_iomap_begin()Matthew Bobrowski1-3/+13
2019-11-05Merge branch 'iomap-for-next' into mb/dioTheodore Ts'o1-1/+1
2019-10-22ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani1-17/+20
2019-10-22ext4: Refactor mpage_map_and_submit_buffers functionRitesh Harjani1-42/+83
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-1/+1
2019-09-29Merge branch 'entropy'Linus Torvalds1-0/+3
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds1-0/+3
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-76/+27
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-15/+40
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds1-3/+0
2019-09-03ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o1-0/+3
2019-08-23ext4: fix punch hole for inline_data file systemsTheodore Ts'o1-0/+9
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney1-62/+1
2019-08-22ext4: treat buffers with write errors as containing valid dataZhangXiaoxu1-2/+2
2019-08-12ext4: add fs-verity read supportEric Biggers1-0/+2
2019-08-12ext4: add basic fs-verity supportEric Biggers1-15/+38