summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
9 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
12 daysMerge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
14 daysxfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman
2026-08-10xfs: validate attr entry pointer before field accessHongling Zeng
2026-08-10xfs: check split_sectors validity before bio_split callHongling Zeng
2026-08-10xfs: use file target for post-log fsync fallback flushHongling Zeng
2026-08-10xfs: restore nofs context unconditionally in xfs_trans_rollYun Zhou
2026-08-10xfs: add lockless xfs_buf_readahead_map fast pathChristoph Hellwig
2026-08-10xfs: move buffer locking out of xfs_find_get_bufChristoph Hellwig
2026-08-10xfs: merge xfs_buf_reverify into xfs_buf_read_mapChristoph Hellwig
2026-08-10xfs: use goto based error unwinding in xfs_buf_read_mapChristoph Hellwig
2026-08-10xfs: don't reverify buffers in xfs_buf_readahead_mapChristoph Hellwig
2026-08-10xfs: use WRITE_ONCE to update b_flagsChristoph Hellwig
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig
2026-08-10xfs: remove spurious XBF_DONE clearing on readahead validation failureChristoph Hellwig
2026-08-10xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_bufChristoph Hellwig
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig
2026-08-10xfs: don't get a pag reference in xfs_buf_get_mapChristoph Hellwig
2026-08-06Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig
2026-08-03xfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig
2026-08-03xfs: add a separate bio_set for spliting GC writesChristoph Hellwig
2026-08-03xfs: don't swallow dquot recovery verification errorsLong Li
2026-08-03xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong
2026-08-03xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong
2026-08-03xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong
2026-08-03xfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong
2026-08-03xfs: hoist per-bucket unlinked list check to helperDarrick J. Wong
2026-08-03xfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong
2026-08-03xfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong
2026-08-03xfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong
2026-08-03xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong
2026-08-03xfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong
2026-08-03xfs: only check mergeability of bnobt recordsDarrick J. Wong
2026-08-03xfs: fix inverted clearance of inode junk flagsAndrey Albershteyn
2026-08-03xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31xfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig