index
:
pub/scm/linux/kernel/git/ralf/linux.git
master
The Linux/MIPS repository
Ralf Baechle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2
-10
/
+51
2026-08-03
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
1
-21
/
+41
2026-08-03
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
1
-0
/
+1
2026-08-03
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
1
-6
/
+7
2026-08-03
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
1
-1
/
+2
2026-08-03
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
1
-4
/
+18
2026-08-03
xfs: only check mergeability of bnobt records
Darrick J. Wong
1
-2
/
+3
2026-08-03
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
1
-2
/
+2
2026-08-03
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
1
-0
/
+10
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-4
/
+0
2026-07-31
xfs: convert iomap ops to ->iomap_next()
Joanne Koong
2
-12
/
+31
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
3
-7
/
+13
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-3
/
+2
2026-07-31
lockref: tidy up dead count handling
Mateusz Guzik
2
-4
/
+4
2026-07-22
xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int
Cihan Karadag
1
-2
/
+1
2026-07-22
xfs: mark internal metadir file creation helpers static
Johannes Thumshirn
2
-7
/
+3
2026-07-22
xfs: create rtgroup metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
1
-32
/
+26
2026-07-22
xfs: create quota metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
1
-28
/
+11
2026-07-22
xfs: add xfs_metadir_create_file helper
Johannes Thumshirn
2
-21
/
+43
2026-07-22
xfs: add support for FALLOC_FL_WRITE_ZEROES
Pankaj Raghav
3
-4
/
+99
2026-07-22
xfs: add an allocation mode to xfs_alloc_file_space()
Pankaj Raghav
3
-8
/
+32
2026-07-22
xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: zero i_nlink before repair puts inode on unlinked list
Darrick J. Wong
1
-1
/
+6
2026-07-22
xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: fix transaction block reservation in xrep_rtbitmap
Darrick J. Wong
1
-18
/
+28
2026-07-22
xfs: check cowextsize in xrep_inode_cowextsize
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: update BDI {io,ra}_pages values based on the RT device limits
Christoph Hellwig
2
-1
/
+59
2026-07-22
xfs: handle NULL b_addr in xfs_buf_free
Yun Zhou
1
-1
/
+1
2026-07-22
xfs: bounds-check buffer log item's dirty bitmap
Ibrahim Hashimov
1
-16
/
+41
2026-07-22
xfs: fix off-by-one in rtrefcount btree root level validation
Xiang Mei
1
-2
/
+2
2026-07-22
xfs: clear zapped attr fork state when bmap repair finds no attr fork
Qiang Ma
1
-0
/
+5
2026-07-20
xfs: propagate errors from xfs_rtginode_load
Guanghui Yang
1
-1
/
+1
2026-07-16
Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
21
-167
/
+338
2026-07-14
xfs: don't zap bmbt forks if they are MAXLEVELS tall
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: clamp timestamp nanoseconds correctly
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: fully check the parent handle when it points to the rootdir
Darrick J. Wong
1
-8
/
+8
2026-07-14
xfs: handle non-inode owners for rtrmap record checking
Darrick J. Wong
1
-0
/
+6
2026-07-14
xfs: fix off-by-one error when calling xchk_xref_has_rt_owner
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: set xfarray killable sort correctly
Darrick J. Wong
2
-5
/
+4
2026-07-14
xfs: grab rtrmap btree when checking rgsuper
Darrick J. Wong
1
-1
/
+9
2026-07-14
xfs: write the rg superblock when fixing it
Darrick J. Wong
1
-0
/
+4
2026-07-14
xfs: use the rt version of the cow staging checker
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_staging
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: don't wrap around quota ids in dqiterate
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: move cow_replace_mapping to xfs_bmap_util.c
Darrick J. Wong
5
-134
/
+136
2026-07-14
xfs: make cow repair somewhat flaky when debugging knob enabled
Darrick J. Wong
1
-4
/
+29
2026-07-14
xfs: don't replace the wrong part of the cow fork
Darrick J. Wong
2
-82
/
+147
2026-07-14
xfs: resample the data fork mapping after cycling ILOCK
Darrick J. Wong
1
-0
/
+36
[prev]
[next]