summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-103-60/+27
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-105-33/+12
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-105-5/+4
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-106-83/+48
* xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig2019-11-101-22/+20
* xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig2019-11-103-37/+29
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-106-56/+43
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-107-29/+6
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-106-9/+9
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-108-126/+93
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-105-48/+42
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-108-63/+58
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-107-45/+16
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-108-86/+60
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-105-44/+35
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-108-70/+60
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-104-49/+27
* xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig2019-11-101-4/+4
* xfs: move incore structures out of xfs_da_format.hChristoph Hellwig2019-11-106-57/+58
* xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter2019-11-101-1/+1
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2019-11-105-21/+21
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-104-23/+15
* xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong2019-11-101-52/+65
* xfs: annotate functions that trip static checker locking checksDarrick J. Wong2019-11-102-1/+7
* xfs: Correct comment tyops -> typosJoe Perches2019-11-1010-15/+15
* xfs: range check ri_cnt when recovering log itemsDarrick J. Wong2019-11-071-1/+10
* xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong2019-11-071-1/+1
* xfs: null out bma->prev if no previous extentDarrick J. Wong2019-11-071-1/+2
* 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