summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-03-13ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()Baokun Li
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han
2025-03-13ext4: Refactor out ext4_try_to_write_inline_data()Julian Sun
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun
2025-03-13ext4: Introduce a new helper function ext4_generic_write_inline_data()Julian Sun
2025-03-13ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodesJulian Sun
2025-03-13ext4: Remove a redundant return statementJulian Sun
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-03-05ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-13ext4: introduce linear search for dentriesTheodore Ts'o
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi
2025-02-10ext4: factor out ext4_do_fallocate()Zhang Yi
2025-02-10ext4: refactor ext4_insert_range()Zhang Yi
2025-02-10ext4: refactor ext4_collapse_range()Zhang Yi
2025-02-10ext4: refactor ext4_zero_range()Zhang Yi
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-02-10ext4: remove unneeded forward declarationKemeng Shi
2025-02-10ext4: remove unused ext4 journal callbackKemeng Shi
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27ext4 fast_commit: make use of name_snapshot primitivesAl Viro
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara
2024-12-01ext4: switch to using the crc32c libraryEric Biggers
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum
2024-11-13ext4: annotate struct fname with __counted_by()Thorsten Blum
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter
2024-11-12ext4: use string choices helpersR Sundar
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng
2024-11-12ext4: pass write-hint for buffered IOj.xia
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi