summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong2-4/+36
2019-07-02xfs: create iterator error codesDarrick J. Wong3-3/+9
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-1/+0
2019-06-28xfs: remove unused header filesEric Sandeen35-138/+0
2019-06-28xfs: account for log space when formatting new AGsDarrick J. Wong1-0/+67
2019-06-28xfs: refactor free space btree record initializationDarrick J. Wong1-11/+16
2019-06-28xfs: always update params on small allocationBrian Foster1-2/+2
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster1-2/+9
2019-06-28xfs: move small allocation helperBrian Foster1-96/+94
2019-06-28xfs: clean up small allocation helperBrian Foster1-72/+60
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig19-57/+56
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong10-41/+50
2019-06-12xfs: remove unused flag argumentsEric Sandeen7-41/+29
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen1-2/+2
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong1-4/+1
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong3-11/+25
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong3-62/+100
2019-06-12xfs: separate inode geometryDarrick J. Wong9-86/+134
2019-05-20xfs: don't reserve per-AG space for an internal logDarrick J. Wong3-0/+27
2019-05-01xfs: change some error-less functions to void typesEric Sandeen4-12/+8
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong3-2/+5
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong3-29/+22
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-3/+14
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster1-0/+3
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster1-1/+5
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong2-1/+14
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong3-1/+16
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong2-1/+13
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong3-0/+68
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2-28/+64
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong1-0/+2
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-2/+3
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+183
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong1-5/+5
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-03-12xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong1-18/+15
2019-03-10xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong1-2/+2
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong1-12/+8
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor1-0/+2
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong1-1/+1
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2-10/+7
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong5-19/+19
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig1-0/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2-7/+36
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2-52/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2-3/+3
2019-02-11xfs: add magic numbers to dquot buffer opsDarrick J. Wong1-0/+4