aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-10xfs: use unsigned int for all size values in struct xfs_da_geometryGravatar Christoph Hellwig 1-4/+4
2019-11-10xfs: move incore structures out of xfs_da_format.hGravatar Christoph Hellwig 6-57/+58
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Gravatar Dan Carpenter 1-1/+1
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidGravatar Darrick J. Wong 5-21/+21
2019-11-10xfs: refactor "does this fork map blocks" predicateGravatar Darrick J. Wong 4-23/+15
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearGravatar Darrick J. Wong 1-52/+65
2019-11-10xfs: annotate functions that trip static checker locking checksGravatar Darrick J. Wong 2-1/+7
2019-11-10xfs: Correct comment tyops -> typosGravatar Joe Perches 10-15/+15
2019-11-07xfs: range check ri_cnt when recovering log itemsGravatar Darrick J. Wong 1-1/+10
2019-11-07xfs: "optimize" buffer item log segment bitmap settingGravatar Darrick J. Wong 1-1/+1
2019-11-07xfs: null out bma->prev if no previous extentGravatar Darrick J. Wong 1-1/+2
2019-11-07xfs: fix missing header includesGravatar Darrick J. Wong 11-1/+13
2019-11-07xfs: periodically yield scrub threads to the schedulerGravatar Darrick J. Wong 1-1/+8
2019-11-06xfs: remove redundant assignment to variable errorGravatar Colin Ian King 1-1/+1
2019-11-06xfs: add missing early termination checks to record scrubbing functionsGravatar Darrick J. Wong 3-2/+16
2019-11-05xfs: make the assertion message functions take a mount parameterGravatar Darrick J. Wong 3-9/+17
2019-11-05xfs: add missing assert in xfs_fsmap_owner_from_rmapGravatar Darrick J. Wong 1-0/+1
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapGravatar Darrick J. Wong 1-17/+21
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Gravatar Ian Kent 1-30/+19
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Gravatar Ian Kent 1-258/+259
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Gravatar Ian Kent 1-58/+58
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Gravatar Ian Kent 1-162/+162
2019-11-05xfs: switch to use the new mount-apiGravatar Ian Kent 1-237/+176
2019-11-05xfs: dont set sb in xfs_mount_alloc()Gravatar Ian Kent 1-4/+3
2019-11-05xfs: move xfs_parseargs() validation to a helperGravatar Ian Kent 1-51/+58
2019-11-05xfs: refactor xfs_parseags()Gravatar Ian Kent 1-136/+152
2019-11-05xfs: avoid redundant checks when options is emptyGravatar Ian Kent 1-2/+1
2019-11-05xfs: refactor suffix_kstrtoint()Gravatar Ian Kent 1-9/+29
2019-11-05xfs: add xfs_remount_ro() helperGravatar Ian Kent 1-30/+43
2019-11-05xfs: add xfs_remount_rw() helperGravatar Ian Kent 1-51/+64
2019-11-05xfs: merge freeing of mp names and mpGravatar Ian Kent 1-8/+6
2019-11-05xfs: use kmem functions for struct xfs_mountGravatar Ian Kent 1-3/+3
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkGravatar Ian Kent 1-3/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 8-31/+22
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenGravatar Ian Kent 2-2/+0
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 25-45/+179
2019-11-04xfs: constify the buffer pointer arguments to error functionsGravatar Darrick J. Wong 4-8/+8
2019-11-04xfs: relax shortform directory size checksGravatar Darrick J. Wong 2-35/+5
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsGravatar Christoph Hellwig 5-24/+11
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateGravatar Christoph Hellwig 4-21/+7
2019-11-03xfs: refactor xfs_bmapi_allocateGravatar Christoph Hellwig 1-48/+45
2019-11-03xfs: simplify the xfs_iomap_write_direct callingGravatar Christoph Hellwig 3-67/+46
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itGravatar Christoph Hellwig 1-24/+18
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksGravatar Christoph Hellwig 1-2/+2
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentGravatar Christoph Hellwig 1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticGravatar Christoph Hellwig 2-2/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 3-50/+22
2019-10-31xfs: properly serialise fallocate against AIO+DIOGravatar Dave Chinner 3-7/+32
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsGravatar Christoph Hellwig 1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsGravatar Christoph Hellwig 1-10/+3