summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: don't use a different allocsice for -o wsyncChristoph Hellwig
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig
2019-10-29xfs: remove the biosize mount optionIan Kent
2019-10-29xfs: simplify setting bio flagsChristoph Hellwig
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2019-10-29xfs: namecheck directory entry names before listing themDarrick J. Wong