summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-02xfs: remove inode log format typedefDarrick J. Wong3-8/+8
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King1-1/+0
2017-10-27xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster1-3/+2
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong3-2/+52
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong2-1/+41
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong1-52/+78
2017-10-27xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong1-1/+13
2017-10-27xfs: drain the buffer LRU on mountBrian Foster1-0/+16
2017-10-27xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-10-27xfs: more robust recovery xlog buffer validationBrian Foster1-14/+24
2017-10-27xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig4-32/+39
2017-10-27xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig3-75/+51
2017-10-27xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig1-0/+4
2017-10-27xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig1-30/+26
2017-10-27xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig1-38/+9
2017-10-27xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig1-42/+12
2017-10-27xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig1-9/+7
2017-10-27xfs: remove xfs_bmse_shift_oneChristoph Hellwig2-115/+71
2017-10-27xfs: split xfs_bmap_shift_extentsChristoph Hellwig3-73/+148
2017-10-27xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig3-50/+23
2017-10-27xfs: inline xfs_shift_file_space into callersChristoph Hellwig1-90/+102
2017-10-27xfs: remove if_rdevChristoph Hellwig7-42/+30
2017-10-27xfs: remove the never fully implemented UUID fork formatChristoph Hellwig9-59/+19
2017-10-27xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig4-33/+10
2017-10-27xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig3-123/+55
2017-10-27xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig1-2/+0
2017-10-27xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig1-2/+1
2017-10-27xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig2-36/+21
2017-10-27xfs: scrub quota informationDarrick J. Wong6-1/+339
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong7-1/+152
2017-10-27xfs: scrub directory parent pointersDarrick J. Wong6-1/+327
2017-10-27xfs: scrub symbolic linksDarrick J. Wong6-1/+102
2017-10-27xfs: scrub extended attributesDarrick J. Wong8-3/+285
2017-10-27xfs: scrub directory freespaceDarrick J. Wong1-0/+495
2017-10-27xfs: scrub directory metadataDarrick J. Wong11-4/+393
2017-10-27xfs: scrub directory/attribute btreesDarrick J. Wong3-0/+647
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong6-2/+390
2017-10-27xfs: scrub inodesDarrick J. Wong8-3/+693
2017-10-27xfs: scrub refcount btreesDarrick J. Wong6-1/+110
2017-10-27xfs: scrub rmap btreesDarrick J. Wong6-1/+149
2017-10-27xfs: scrub inode btreesDarrick J. Wong8-2/+385
2017-10-27xfs: scrub free space btreesDarrick J. Wong7-1/+138
2017-10-27xfs: scrub the AGIDarrick J. Wong5-3/+95
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong6-7/+223
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong6-1/+340
2017-10-27xfs: create helpers to scan an allocation groupDarrick J. Wong4-0/+214
2017-10-27xfs: scrub btree keys and recordsDarrick J. Wong2-1/+154
2017-10-27xfs: scrub the shape of a metadata btreeDarrick J. Wong3-7/+274
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong5-0/+352
2017-10-27xfs: create helpers to record and deal with scrub problemsDarrick J. Wong3-0/+428