summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
13 daysxfs: mark slab-allocated xfs_buf backing memory as __GFP_RECLAIMABLEEric Sandeen
13 daysxfs: fix reclaimed page accounting in xfs_buf_freeEric Sandeen
13 daysxfs: lock the healthmon when inserting unmount eventDarrick J. Wong
13 daysxfs: handle reconnecting metadir subdirectoriesDarrick J. Wong
13 daysxfs: fix parent rec lookup initialization in xrep_metapath_unlinkDarrick J. Wong
13 daysxfs: log the tempip after we convert it to extents formatDarrick J. Wong
13 daysxfs: don't stash removename operations with unknown ftypeDarrick J. Wong
13 daysxfs: don't spin forever on zero-length dirents when salvaging themDarrick J. Wong
13 daysxfs: assert the reservation covers each da fork growthJavier Tia
13 daysxfs: initialise args->total for parent pointer updatesJavier Tia
13 daysxfs: correct the parent pointer space reservation commentJavier Tia
13 daysxfs: report the error that made deferred work shut down the fsJavier Tia
13 daysxfs: give the deferred barrier op type a nameJavier Tia
13 daysxfs: initialise error in xfs_defer_finish_one()Javier Tia
13 daysxfs: add lock annotations to xfs_ail_delete*Christoph Hellwig
13 daysxfs: add a lock annotation to xlog_cil_push_backgroundChristoph Hellwig
13 daysxfs: add lock annotations to xlog_state_shutdown_callbacksChristoph Hellwig
13 daysxfs: add lock annotations to xfs_try_open_zoneChristoph Hellwig
13 daysxfs: improve lock annotations in the log codeChristoph Hellwig
13 daysxfs: fix the lock annotation in xfs_mru_cache_lookupChristoph Hellwig
13 daysxfs: fix the lock annotation in xfs_extent_busy_update_extentChristoph Hellwig
13 daysxfs: fix the lock annotation on xfs_iget_cache_hitChristoph Hellwig
13 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng
13 daysxfs: prevent race in zoned space reservationsHans Holmberg
13 daysxfs: fix media verification ioctl for internal rt volumesDarrick J. Wong
2026-09-04treewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-21xfs: replace ns_capable_noauditCarlos Maiolino
2026-08-21xfs: fix capability check in xfsCarlos Maiolino
2026-08-21xfs: restore bi_bdev in xfs_zone_gc_write_chunkChristoph Hellwig
2026-08-21xfs: split ioend handling into a separate source fileChristoph Hellwig
2026-08-21xfs: factor out a xfs_iomap_set_anon_write helperChristoph Hellwig
2026-08-21xfs: fix zoned write iomap flags assignmentsChristoph Hellwig
2026-08-21xfs: fix racy open zone cachingChristoph Hellwig
2026-08-21xfs: handle NULL open_zone for merged ioends in xfs_ioend_put_open_zonesChristoph Hellwig
2026-08-21xfs: use inode_init_always_gfp with __GFP_NOFAIL in xfs_inode_allocChristoph Hellwig
2026-08-21xfs: remove kmem_to_page()Tal Zussman
2026-08-21xfs: don't flush and invalidate internal RT device twice in xfs_shutdown_devicesChristoph Hellwig
2026-08-21xfs: split an assert in xfs_trans_log_bufChristoph Hellwig
2026-08-21xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_bufYun Zhou
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-15xfs: 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