summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig2024-05-031-6/+0
* xfs: upgrade the extent counters in xfs_reflink_end_cow_extent laterChristoph Hellwig2024-05-031-8/+8
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-038-37/+20
* xfs: consolidate the xfs_quota_reserve_blkres definitionsChristoph Hellwig2024-05-031-12/+6
* xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig2024-05-031-7/+6
* xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig2024-05-031-6/+14
* xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong2024-05-022-10/+8
* xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong2024-05-021-8/+8
* xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2024-05-023-3/+9
* xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong2024-05-022-6/+17
* xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong2024-05-022-32/+31
* xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig2024-04-301-2/+3
* xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig2024-04-301-5/+10
* xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig2024-04-301-5/+0
* xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig2024-04-301-14/+18
* xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig2024-04-301-6/+3
* xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig2024-04-301-6/+5
* xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig2024-04-301-3/+0
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-3010-74/+57
* xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi2024-04-291-0/+29
* xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2024-04-292-42/+46
* xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi2024-04-291-2/+4
* xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi2024-04-291-5/+5
* xfs: refactor dir format helpersChristoph Hellwig2024-04-266-150/+105
* xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2024-04-263-41/+28
* xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2024-04-263-42/+27
* xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2024-04-263-43/+30
* xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2024-04-263-60/+43
* xfs: Remove unused function xrep_dir_self_parentJiapeng Chong2024-04-241-21/+0
* xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong2024-04-232-29/+20
* xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-2310-45/+25
* xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong2024-04-231-1/+1
* xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong2024-04-231-1/+3
* xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong2024-04-231-0/+45
* xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2024-04-233-11/+21
* xfs: introduce vectored scrub modeDarrick J. Wong2024-04-235-1/+264
* xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong2024-04-233-27/+28
* xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-236-31/+74
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-2311-8/+927
* xfs: report directory tree corruption in the health informationDarrick J. Wong2024-04-234-1/+6
* xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong2024-04-233-1/+244
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-2312-2/+1168
* xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong2024-04-231-0/+41
* xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong2024-04-231-0/+107
* xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong2024-04-233-0/+43
* xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2024-04-237-23/+701
* xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-236-8/+20
* xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong2024-04-233-28/+50
* xfs: remove pointless unlocked assertionDarrick J. Wong2024-04-231-2/+0
* xfs: implement live updates for parent pointer repairsDarrick J. Wong2024-04-232-5/+100