aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig3-7/+7
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2-2/+3
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong1-21/+13
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster1-2/+1
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong1-0/+9
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong1-4/+6
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong1-17/+25
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong3-10/+18
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong5-79/+79
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2-4/+2
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner3-4/+4
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner7-10/+10
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2-2/+2
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig3-17/+19
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2-6/+6
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-2/+0
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-4/+1
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-1/+1
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig1-1/+1
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig1-1/+1
2020-02-06Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+6
2020-01-30Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong3-9/+0
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-2/+6
2020-01-09xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong1-1/+0
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar11-126/+138
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong1-5/+20
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-3/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2-6/+7
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-5/+2
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-7/+8
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig1-2/+2
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-5/+5
2019-11-10xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig1-16/+15
2019-11-10xfs: cleanup xchk_dir_recChristoph Hellwig1-14/+14
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig1-4/+2
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig1-2/+1
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-7/+7
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-3/+4
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig4-49/+27