index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.18-2.0.x-imx
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_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.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
/
xfs
Age
Commit message (
Expand
)
Author
2026-08-10
xfs: add lockless xfs_buf_readahead_map fast path
Christoph Hellwig
2026-08-10
xfs: move buffer locking out of xfs_find_get_buf
Christoph Hellwig
2026-08-10
xfs: merge xfs_buf_reverify into xfs_buf_read_map
Christoph Hellwig
2026-08-10
xfs: use goto based error unwinding in xfs_buf_read_map
Christoph Hellwig
2026-08-10
xfs: don't reverify buffers in xfs_buf_readahead_map
Christoph Hellwig
2026-08-10
xfs: use WRITE_ONCE to update b_flags
Christoph Hellwig
2026-08-10
xfs: hide b_flags manipulation from code outside of xfs_buf.c
Christoph Hellwig
2026-08-10
xfs: remove _XBF_LOGRECOVERY
Christoph Hellwig
2026-08-10
xfs: remove spurious XBF_DONE clearing on readahead validation failure
Christoph Hellwig
2026-08-10
xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
Christoph Hellwig
2026-08-10
xfs: consolidate buffer locking in xfs_buf_get_map
Christoph Hellwig
2026-08-10
xfs: don't get a pag reference in xfs_buf_get_map
Christoph Hellwig
2026-08-06
Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2026-08-03
xfs: check v5 superblock features early
Christoph Hellwig
2026-08-03
xfs: add a comment to describe xfs_gc_bio.victim_rtg
Christoph Hellwig
2026-08-03
xfs: add a separate bio_set for spliting GC writes
Christoph Hellwig
2026-08-03
xfs: don't swallow dquot recovery verification errors
Long Li
2026-08-03
xfs: fix ilock leak on error in xfs_dq_get_next_id
Long Li
2026-08-03
xfs: don't ignore runtime errors in xrep_iunlink_reload_next
Darrick J. Wong
2026-08-03
xfs: set the prev pointer when reinserting an inode on the unlinked list
Darrick J. Wong
2026-08-03
xfs: fix another iunlink infinite loop bug in online fsck
Darrick J. Wong
2026-08-03
xfs: fix allocated inodes that show up in the unlinked list
Darrick J. Wong
2026-08-03
xfs: check xfarray iteration errors when committing unlinked inode lists
Darrick J. Wong
2026-08-03
xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
Darrick J. Wong
2026-08-03
xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Darrick J. Wong
2026-08-03
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
2026-08-03
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2026-08-03
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
2026-08-03
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
2026-08-03
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
2026-08-03
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
2026-08-03
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
2026-08-03
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
2026-08-03
xfs: only check mergeability of bnobt records
Darrick J. Wong
2026-08-03
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
2026-08-03
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
2026-07-31
xfs: convert iomap ops to ->iomap_next()
Joanne Koong
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
2026-07-31
lockref: tidy up dead count handling
Mateusz Guzik
2026-07-22
xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int
Cihan Karadag
2026-07-22
xfs: mark internal metadir file creation helpers static
Johannes Thumshirn
2026-07-22
xfs: create rtgroup metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
2026-07-22
xfs: create quota metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
2026-07-22
xfs: add xfs_metadir_create_file helper
Johannes Thumshirn
2026-07-22
xfs: add support for FALLOC_FL_WRITE_ZEROES
Pankaj Raghav
2026-07-22
xfs: add an allocation mode to xfs_alloc_file_space()
Pankaj Raghav
2026-07-22
xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems
Darrick J. Wong
2026-07-22
xfs: zero i_nlink before repair puts inode on unlinked list
Darrick J. Wong
[prev]
[next]