summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: fix missing header includesDarrick J. Wong2019-11-0711-1/+13
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2019-11-071-1/+8
* xfs: remove redundant assignment to variable errorColin Ian King2019-11-061-1/+1
* xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-063-2/+16
* xfs: make the assertion message functions take a mount parameterDarrick J. Wong2019-11-053-9/+17
* xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong2019-11-051-0/+1
* xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong2019-11-051-17/+21
* xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent2019-11-051-30/+19
* xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent2019-11-051-258/+259
* xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent2019-11-051-58/+58
* xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent2019-11-051-162/+162
* xfs: switch to use the new mount-apiIan Kent2019-11-051-237/+176
* xfs: dont set sb in xfs_mount_alloc()Ian Kent2019-11-051-4/+3
* xfs: move xfs_parseargs() validation to a helperIan Kent2019-11-051-51/+58
* xfs: refactor xfs_parseags()Ian Kent2019-11-051-136/+152
* xfs: avoid redundant checks when options is emptyIan Kent2019-11-051-2/+1
* xfs: refactor suffix_kstrtoint()Ian Kent2019-11-051-9/+29
* xfs: add xfs_remount_ro() helperIan Kent2019-11-051-30/+43
* xfs: add xfs_remount_rw() helperIan Kent2019-11-051-51/+64
* xfs: merge freeing of mp names and mpIan Kent2019-11-051-8/+6
* xfs: use kmem functions for struct xfs_mountIan Kent2019-11-051-3/+3
* xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent2019-11-051-3/+1
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-058-31/+22
* xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2019-11-052-2/+0
* xfs: always log corruption errorsDarrick J. Wong2019-11-0425-45/+179
* xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong2019-11-044-8/+8
* xfs: relax shortform directory size checksDarrick J. Wong2019-11-042-35/+5
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-035-24/+11
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-034-21/+7
* xfs: refactor xfs_bmapi_allocateChristoph Hellwig2019-11-031-48/+45
* xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig2019-11-033-67/+46
* xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig2019-11-031-24/+18
* xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig2019-11-031-2/+2
* xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig2019-11-031-15/+13
* xfs: mark xfs_eof_alignment staticChristoph Hellwig2019-11-032-2/+1
* xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig2019-11-033-50/+22
* xfs: properly serialise fallocate against AIO+DIODave Chinner2019-10-313-7/+32
* xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig2019-10-291-13/+7
* xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig2019-10-291-10/+3
* xfs: clean up printing the allocsize option inChristoph Hellwig2019-10-291-1/+1
* xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig2019-10-293-11/+5
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-294-7/+7
* xfs: simplify parsing of allocsize mount optionChristoph Hellwig2019-10-293-47/+16
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-296-18/+18
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-294-20/+6
* xfs: don't use a different allocsice for -o wsyncChristoph Hellwig2019-10-292-14/+2
* xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig2019-10-292-34/+37
* xfs: remove the dsunit and dswidth variables inChristoph Hellwig2019-10-291-19/+8
* xfs: remove the biosize mount optionIan Kent2019-10-291-3/+1
* xfs: simplify setting bio flagsChristoph Hellwig2019-10-291-9/+6