summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2019-01-26xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster1-0/+94
2018-05-30xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-03-30xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2016-11-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-09-15xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-06-08xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner4-7/+34
2016-06-08xfs: print name of verifier if it failsEric Sandeen16-0/+21
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner1-5/+7
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner4-8/+58
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner1-2/+6
2015-11-03xfs: Validate the length of on-disk ACLsAndreas Gruenbacher1-2/+6
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner4-8/+58
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner4-4/+22
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner12-11/+74
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell5-36/+43
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2-2/+10
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak1-0/+10
2015-10-12libxfs: fix two comment typosGeliang Tang1-2/+2
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster11-7/+65
2015-10-12xfs: log local to remote symlink conversions correctly on v5 supersBrian Foster2-4/+9
2015-09-01Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner1-0/+1
2015-08-28libxfs: bad magic number should set da block buffer errorDarrick J. Wong1-0/+1
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner2-2/+10
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner6-15/+30
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner1-0/+3
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster1-9/+14
2015-08-19xfs: relocate sparse inode mount warningBrian Foster1-3/+0
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen1-0/+2
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner2-1/+2
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster1-0/+1
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster1-1/+1
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner18-36/+66
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner6-30/+147
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen18-36/+66
2015-07-29libxfs: add xfs_bit.cDave Chinner1-0/+118
2015-07-29xfs: Use consistent logging message prefixesJoe Perches2-7/+10
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner3-23/+19