summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-3/+1
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong3-7/+9
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2-6/+6
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong1-8/+0
2020-07-29xfs: stop using q_core counters in the quota codeDarrick J. Wong1-12/+6
2020-07-29xfs: stop using q_core limits in the quota codeDarrick J. Wong1-24/+12
2020-07-29xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-7/+12
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong1-0/+7
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong1-0/+40
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
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-03xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-2/+0
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-4/+1
2020-03-03xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-03xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-1/+1
2020-03-03xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig1-1/+1
2020-03-03xfs: 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-31Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2020-01-27xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong3-9/+0
2020-01-27xfs: 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-11xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-5/+2
2019-11-11xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-7/+8
2019-11-11xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->data_entsizeChristoph Hellwig1-2/+2
2019-11-11xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-5/+5