summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2019-11-22xfs: replace -EIO with -EFSCORRUPTED for corrupt metadatatighten-verifiers_2019-11-22Darrick J. Wong
2019-11-22xfs: namecheck attribute names before listing themDarrick J. Wong
2019-11-22xfs: check attribute leaf block structureDarrick J. Wong
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedxfs-5.4-fixes-4Darrick J. Wong
2019-10-09xfs: move local to extent inode logging into bmap helperxfs-5.4-fixes-3Brian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen
2019-09-24xfs: log proper length of superblockEric Sandeen
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong
2019-09-03xfs: add a xfs_valid_startblock helperxfs-5.4-merge-4Christoph Hellwig
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagxfs-5.4-merge-3Christoph Hellwig
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-08-30xfs: consolidate attribute value copyingDave Chinner
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-08-30xfs: reverse search directory freespace indexesDave Chinner
2019-08-30xfs: speed up directory bestfree block scanningDave Chinner
2019-08-30xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner
2019-08-30xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner
2019-08-30xfs: move xfs_dir2_addname()Dave Chinner
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong
2019-08-28xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong
2019-08-28xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong
2019-08-28xfs: fix maxicount division by zero errorDarrick J. Wong
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin
2019-08-26xfs: add kmem allocation trace pointsDave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readxfs-5.3-fixes-2Darrick J. Wong
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong
2019-07-04xfs: allow single bulkstat of special inodesxfs-5.3-merge-9Darrick J. Wong
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong