summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-2/+1
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-03-261-0/+9
* xfs: directory bestfree check should release buffersDarrick J. Wong2020-03-261-4/+6
* xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong2020-03-261-17/+25
* xfs: replace open-coded bitmap weight logicDarrick J. Wong2020-03-183-10/+18
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-185-79/+79
* xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2020-03-182-4/+2
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-133-4/+4
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-137-10/+10
* xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-112-2/+2
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-113-17/+19
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-112-6/+6
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-111-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-2/+0
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-4/+1
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-2/+2
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-1/+1
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-021-1/+1
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-1/+1
* Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-02-063-11/+6
|\
| * xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-263-9/+0
| * xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-2/+6
* | Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-01-301-1/+0
|\|
| * xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong2020-01-091-1/+0
* | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1011-126/+138
|\|
| * xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong2019-11-271-5/+20
| * xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-222-6/+7
| * xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-221-1/+1
| * xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-1/+1
| * xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-5/+2
| * xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-7/+8
| * xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
| * xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-2/+2
| * xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-5/+5
| * xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig2019-11-101-16/+15
| * xfs: cleanup xchk_dir_recChristoph Hellwig2019-11-101-14/+14
| * xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-4/+2
| * xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
| * xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+1
| * xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-7/+7
| * xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
| * xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-3/+4
| * xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
| * xfs: refactor btree node scrubbingChristoph Hellwig2019-11-104-49/+27
| * xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-2/+1
| * xfs: fix missing header includesDarrick J. Wong2019-11-072-0/+2
| * xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2019-11-071-1/+8
| * xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-063-2/+16