aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter1-1/+1
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong5-21/+21
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong4-23/+15
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong1-52/+65
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong2-1/+7
2019-11-10xfs: Correct comment tyops -> typosJoe Perches10-15/+15
2019-11-07xfs: range check ri_cnt when recovering log itemsDarrick J. Wong1-1/+10
2019-11-07xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong1-1/+1
2019-11-07xfs: null out bma->prev if no previous extentDarrick J. Wong1-1/+2
2019-11-07xfs: fix missing header includesDarrick J. Wong11-1/+13
2019-11-07xfs: periodically yield scrub threads to the schedulerDarrick J. Wong1-1/+8
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King1-1/+1
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong3-2/+16
2019-11-05xfs: make the assertion message functions take a mount parameterDarrick J. Wong3-9/+17
2019-11-05xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong1-0/+1
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong1-17/+21
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent1-30/+19
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent1-258/+259
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent1-58/+58
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent1-162/+162
2019-11-05xfs: switch to use the new mount-apiIan Kent1-237/+176
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent1-4/+3
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent1-51/+58
2019-11-05xfs: refactor xfs_parseags()Ian Kent1-136/+152
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent1-2/+1
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent1-9/+29
2019-11-05xfs: add xfs_remount_ro() helperIan Kent1-30/+43
2019-11-05xfs: add xfs_remount_rw() helperIan Kent1-51/+64
2019-11-05xfs: merge freeing of mp names and mpIan Kent1-8/+6
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent1-3/+3
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent1-3/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent8-31/+22
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2-2/+0
2019-11-04xfs: always log corruption errorsDarrick J. Wong25-45/+179
2019-11-04xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong4-8/+8
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong2-35/+5
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig5-24/+11
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig4-21/+7
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig1-48/+45
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig3-67/+46
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig1-24/+18
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig1-2/+2
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig2-2/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig3-50/+22
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner3-7/+32
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig1-10/+3
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig3-11/+5