summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-03-16ext4: ignore xattrs past endBhupesh1-1/+10
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi3-6/+4
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi1-30/+0
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li1-0/+3
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li3-13/+18
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li12-61/+91
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li1-4/+3
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li3-28/+5
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-4/+0
2025-03-13ext4: abort journal on data writeback failure if in data_err=abort modeBaokun Li2-14/+36
2025-03-13ext4: extract ext4_has_journal_option() from __ext4_fill_super()Baokun Li1-25/+25
2025-03-13ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-03-13ext4: do not convert the unwritten extents if data writeback failsBaokun Li2-3/+16
2025-03-13ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()Baokun Li1-9/+4
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han1-0/+2
2025-03-13ext4: Refactor out ext4_try_to_write_inline_data()Julian Sun1-74/+3
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun3-96/+16
2025-03-13ext4: Introduce a new helper function ext4_generic_write_inline_data()Julian Sun1-0/+86
2025-03-13ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodesJulian Sun1-1/+1
2025-03-13ext4: Remove a redundant return statementJulian Sun1-1/+0
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-1/+1
2025-03-05ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-5/+5
2025-02-13ext4: introduce linear search for dentriesTheodore Ts'o1-4/+10
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi2-104/+45
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi2-70/+33
2025-02-10ext4: factor out ext4_do_fallocate()Zhang Yi1-65/+60
2025-02-10ext4: refactor ext4_insert_range()Zhang Yi1-53/+48
2025-02-10ext4: refactor ext4_collapse_range()Zhang Yi1-55/+48
2025-02-10ext4: refactor ext4_zero_range()Zhang Yi1-85/+57
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi2-66/+55
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi2-6/+0
2025-02-10ext4: remove writable userspace mappings before truncating page cacheZhang Yi3-14/+70
2025-02-10ext4: remove unneeded forward declarationKemeng Shi1-1/+0
2025-02-10ext4: remove unused ext4 journal callbackKemeng Shi2-98/+0
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-26/+6
2025-01-27ext4 fast_commit: make use of name_snapshot primitivesAl Viro2-26/+6
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+6
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-39/+4
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik2-2/+5
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik1-0/+3
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara1-0/+3