summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-11-07xfs: range check ri_cnt when recovering log itemsDarrick J. Wong
2019-11-07xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong
2019-11-07xfs: null out bma->prev if no previous extentDarrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-11-07xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong
2019-11-05xfs: make the assertion message functions take a mount parameterDarrick J. Wong
2019-11-05xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent
2019-11-05xfs: switch to use the new mount-apiIan Kent
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent
2019-11-05xfs: refactor xfs_parseags()Ian Kent
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent
2019-11-05xfs: add xfs_remount_ro() helperIan Kent
2019-11-05xfs: add xfs_remount_rw() helperIan Kent
2019-11-05xfs: merge freeing of mp names and mpIan Kent
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-11-04xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig