summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-01-14xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig1-3/+3
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig2-145/+59
2025-01-14xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig1-11/+9
2025-01-14xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig1-30/+37
2025-01-14xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig1-66/+55
2025-01-14xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig1-25/+8
2025-01-14xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig1-26/+16
2025-01-14xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig1-1/+1
2025-01-14xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig1-3/+0
2025-01-14xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig1-3/+1
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac1-2/+1
2025-01-13xfs: constify feature checksChristoph Hellwig3-7/+7
2025-01-13xfs: refactor xfs_fs_statfsChristoph Hellwig2-55/+78
2025-01-13xfs: don't take m_sb_lock in xfs_fs_statfsChristoph Hellwig1-2/+4
2025-01-13xfs: fix the comment above xfs_discard_endioChristoph Hellwig1-1/+1
2025-01-13xfs: remove bp->b_error check in xfs_attr3_root_inactiveLong Li1-5/+0
2025-01-13xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrantLong Li1-2/+0
2025-01-13xfs: clean up xfs_end_ioend() to reuse local variablesLong Li1-1/+1
2025-01-13xfs: fix mount hang during primary superblock recovery failureLong Li1-1/+10
2025-01-13xfs: remove the t_magic field in struct xfs_transChristoph Hellwig2-3/+0
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig2-4/+3
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino74-350/+4328
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino85-366/+5381
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino23-19/+367
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino8-212/+445
2025-01-13Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino2-14/+25
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-01-09xfs: report larger dio alignment for COW inodesChristoph Hellwig1-1/+10
2025-01-09xfs: report the correct read/write dio alignment for reflinked inodesChristoph Hellwig1-3/+18
2025-01-09xfs: cleanup xfs_vn_getattrChristoph Hellwig1-24/+23
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig1-1/+1
2024-12-23xfs: enable realtime reflinkDarrick J. Wong4-4/+36
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong9-42/+470
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong1-8/+13
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong1-0/+36
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong7-7/+809
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong3-0/+141
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong1-0/+7
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong2-1/+29
2024-12-23xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong1-1/+1
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong2-1/+5
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong2-9/+32
2024-12-23xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong1-1/+7
2024-12-23xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong1-1/+80
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong1-1/+16
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong5-6/+158
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong10-3/+519
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong5-3/+14
2024-12-23xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong2-0/+4