summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: sync up xfs_trans_inode with userspaceEric Sandeen2019-07-151-0/+4
* xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2019-07-151-0/+152
* xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-051-1/+7
* xfs: allow single bulkstat of special inodesDarrick J. Wong2019-07-041-1/+12
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-2/+8
* xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-041-0/+8
* xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-041-1/+23
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-041-0/+11
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-042-2/+48
* xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-041-8/+8
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-022-4/+36
* xfs: create iterator error codesDarrick J. Wong2019-07-023-3/+9
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-1/+0Star
* xfs: remove unused header filesEric Sandeen2019-06-2935-138/+0Star
* xfs: account for log space when formatting new AGsDarrick J. Wong2019-06-291-0/+67
* xfs: refactor free space btree record initializationDarrick J. Wong2019-06-291-11/+16
* xfs: always update params on small allocationBrian Foster2019-06-291-2/+2
* xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-291-2/+9
* xfs: move small allocation helperBrian Foster2019-06-291-96/+94Star
* xfs: clean up small allocation helperBrian Foster2019-06-291-72/+60Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-2919-57/+56Star
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-2910-41/+50
* xfs: remove unused flag argumentsEric Sandeen2019-06-127-41/+29Star
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-121-2/+2
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-4/+1Star
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-123-11/+25
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-123-62/+100
* xfs: separate inode geometryDarrick J. Wong2019-06-129-86/+134
* xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* xfs: change some error-less functions to void typesEric Sandeen2019-05-024-12/+8Star
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-303-2/+5
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-303-29/+22Star
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-3/+14
* xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
* xfs: make tr_growdata a permanent transactionBrian Foster2019-04-231-1/+5
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-152-1/+14
* xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-153-1/+16
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-152-1/+13
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-153-0/+68
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-152-28/+64
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-151-0/+2
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-2/+3
* xfs: track metadata health statusDarrick J. Wong2019-04-151-0/+183
* xfs: don't account extra agfl blocks as availableBrian Foster2019-04-151-2/+8
* xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong2019-03-121-18/+15Star
* xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
* xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8Star
* xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2