summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-21xfs: replace ns_capable_noauditCarlos Maiolino3-4/+3
2026-08-21xfs: fix capability check in xfsCarlos Maiolino3-3/+3
2026-08-21xfs: restore bi_bdev in xfs_zone_gc_write_chunkChristoph Hellwig1-0/+5
2026-08-21xfs: split ioend handling into a separate source fileChristoph Hellwig6-182/+203
2026-08-21xfs: factor out a xfs_iomap_set_anon_write helperChristoph Hellwig3-11/+17
2026-08-21xfs: fix zoned write iomap flags assignmentsChristoph Hellwig2-4/+2
2026-08-21xfs: fix racy open zone cachingChristoph Hellwig1-13/+53
2026-08-21xfs: handle NULL open_zone for merged ioends in xfs_ioend_put_open_zonesChristoph Hellwig1-2/+4
2026-08-21xfs: use inode_init_always_gfp with __GFP_NOFAIL in xfs_inode_allocChristoph Hellwig1-10/+6
2026-08-21xfs: remove kmem_to_page()Tal Zussman1-11/+0
2026-08-21xfs: don't flush and invalidate internal RT device twice in xfs_shutdown_devicesChristoph Hellwig1-1/+1
2026-08-21xfs: split an assert in xfs_trans_log_bufChristoph Hellwig1-1/+2
2026-08-21xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_bufYun Zhou2-21/+22
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+13
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-346/+492
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+6
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+5
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-19/+44
2026-08-15xfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman1-2/+13
2026-08-10xfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
2026-08-10xfs: check split_sectors validity before bio_split callHongling Zeng1-1/+1
2026-08-10xfs: use file target for post-log fsync fallback flushHongling Zeng1-10/+16
2026-08-10xfs: restore nofs context unconditionally in xfs_trans_rollYun Zhou1-7/+9
2026-08-10xfs: add lockless xfs_buf_readahead_map fast pathChristoph Hellwig1-3/+13
2026-08-10xfs: move buffer locking out of xfs_find_get_bufChristoph Hellwig1-11/+22
2026-08-10xfs: merge xfs_buf_reverify into xfs_buf_read_mapChristoph Hellwig1-43/+36
2026-08-10xfs: use goto based error unwinding in xfs_buf_read_mapChristoph Hellwig1-23/+24
2026-08-10xfs: don't reverify buffers in xfs_buf_readahead_mapChristoph Hellwig1-1/+0
2026-08-10xfs: use WRITE_ONCE to update b_flagsChristoph Hellwig1-35/+51
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig7-13/+29
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig7-19/+10
2026-08-10xfs: remove spurious XBF_DONE clearing on readahead validation failureChristoph Hellwig2-12/+11
2026-08-10xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_bufChristoph Hellwig1-12/+29
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig2-41/+23
2026-08-10xfs: don't get a pag reference in xfs_buf_get_mapChristoph Hellwig1-34/+10
2026-08-06Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-116/+420
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
2026-08-03xfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig1-0/+1
2026-08-03xfs: add a separate bio_set for spliting GC writesChristoph Hellwig1-1/+11
2026-08-03xfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
2026-08-03xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
2026-08-03xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1