summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph 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_readDarrick 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 inodesDarrick 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
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: account for log space when formatting new AGsDarrick J. Wong
2019-06-28xfs: refactor free space btree record initializationDarrick J. Wong
2019-06-28xfs: always update params on small allocationBrian Foster
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster
2019-06-28xfs: move small allocation helperBrian Foster
2019-06-28xfs: clean up small allocation helperBrian Foster
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong