summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
8 daysxfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-10-29xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-06-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2025-06-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2025-06-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2025-06-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2025-06-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2025-06-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2025-06-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2025-06-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2025-06-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2025-06-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2025-06-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+30
2025-06-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2025-06-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15
2025-06-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong5-0/+111
2025-06-27xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong1-7/+18
2025-06-27xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2025-06-27xfs: validate fsmap offsets specified in the query keysDarrick J. Wong1-11/+19
2025-06-27xfs: fix logdev fsmap query result filteringDarrick J. Wong1-22/+8
2025-06-27xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2-53/+34
2025-06-27xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong1-1/+1
2025-06-27xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong1-26/+64
2025-06-27xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong1-19/+48
2025-05-09xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2025-05-09xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2025-05-09xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2025-05-09xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2025-05-09xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2025-05-09xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi1-0/+29
2025-05-09xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2-42/+46
2025-05-09xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2025-05-09xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi1-5/+5
2025-05-09xfs: revert commit 44af6c7e59b12Darrick J. Wong1-0/+5
2025-05-09xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2025-05-09xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2025-05-09xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2025-05-09xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0
2025-05-09xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-4/+9
2025-05-09xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig8-66/+57
2025-03-28xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong3-22/+47
2025-03-28xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong6-30/+29
2025-03-28xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2025-03-28xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2025-03-28xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2025-03-28xfs: fix perag leak when growfs failsLong Li3-10/+32