index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
xattr.c
Age
Commit message (
Expand
)
Author
2025-05-02
ext4: ignore xattrs past end
Bhupesh
2024-10-17
ext4: nested locking for xattr inode
Wojciech Gładysz
2024-10-17
ext4: mark fc as ineligible using an handle in ext4_xattr_set()
Luis Henriques (SUSE)
2024-08-19
ext4: avoid writing unitialized memory to disk in EA inodes
Jan Kara
2024-06-16
ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
Baokun Li
2023-07-27
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
2023-06-14
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
2023-06-09
ext4: add lockdep annotations for i_data_sem for ea_inode's
Theodore Ts'o
2023-06-09
ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
Theodore Ts'o
2023-06-09
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
2023-05-17
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
2023-03-10
ext4: refuse to create ea block when umounted
Jun Nie
2023-03-10
ext4: optimize ea_inode block expansion
Jun Nie
2023-01-12
ext4: fix deadlock due to mbcache entry corruption
Jan Kara
2023-01-12
ext4: allocate extended attribute value in vmalloc area
Ye Bin
2023-01-12
ext4: fix inode leak in ext4_xattr_inode_create() on an error path
Ye Bin
2023-01-12
ext4: avoid BUG_ON when creating xattrs
Jan Kara
2022-08-17
ext4: fix race when reusing xattr blocks
Jan Kara
2022-08-17
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
2022-08-17
ext4: use kmemdup() to replace kmalloc + memcpy
Shuqi Zhang
2022-08-17
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
2022-08-17
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
2022-03-08
ext4: fast commit may not fallback for ineligible commit
Xin Yin
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
2021-06-24
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
Ritesh Harjani
2021-04-09
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-03-21
ext4: do not try to set xattr into ea_inode if value is empty
zhangyi (F)
2021-03-06
ext4: add reclaim checks to xattr code
Jan Kara
2020-12-22
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-09
ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()
Chunguang Xu
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-08-06
ext4: delete unnecessary checks before brelse()
Markus Elfring
2020-06-12
ext4: support xattr gnu.* namespace for the Hurd
Jan (janneke) Nieuwenhuizen
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-06-03
ext4: fix error pointer dereference
Jeffle Xu
2020-04-01
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-01-17
ext4: drop ext4_kvmalloc()
Theodore Ts'o
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
ext4, jbd2: Provide accessor function for handle credits
Jan Kara
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
2019-04-10
ext4: ignore e_value_offs for xattrs with value-in-ea-inode
Theodore Ts'o
2019-02-21
ext4: fix some error pointer dereferences
Dan Carpenter
2018-12-19
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
2018-12-19
ext4: include terminating u32 in size of xattr entries when expanding inodes
Theodore Ts'o
2018-11-25
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
Theodore Ts'o
2018-11-09
ext4: missing !bh check in ext4_xattr_inode_write()
Vasily Averin
[next]