aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24xfs: log proper length of superblockEric Sandeen1-1/+1
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2-5/+10
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster1-0/+5
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong1-1/+1
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig2-1/+8
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2-10/+5
2019-08-30xfs: allocate xattr buffer on demandDave Chinner4-9/+49
2019-08-30xfs: consolidate attribute value copyingDave Chinner1-39/+49
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2-16/+2
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner1-16/+17
2019-08-30xfs: make attr lookup returns consistentDave Chinner3-24/+48
2019-08-30xfs: reverse search directory freespace indexesDave Chinner1-8/+5
2019-08-30xfs: speed up directory bestfree block scanningDave Chinner1-63/+34
2019-08-30xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner1-92/+102
2019-08-30xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner1-166/+158
2019-08-30xfs: move xfs_dir2_addname()Dave Chinner1-71/+69
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong3-8/+4
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong4-17/+17
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2-1/+1
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2-8/+8
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong3-44/+28
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong4-52/+36
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong1-4/+4
2019-08-28xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong1-2/+14
2019-08-28xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong1-1/+4
2019-08-28xfs: fix maxicount division by zero errorDarrick J. Wong1-2/+7
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'zhengbin1-2/+0
2019-08-26xfs: add kmem allocation trace pointsDave Chinner1-0/+8
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa11-35/+35
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong2-8/+14
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen1-0/+152
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong1-1/+7
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong1-1/+12
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong1-2/+8
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong1-0/+8
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong1-1/+23
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong1-0/+11
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong2-2/+48
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong1-8/+8
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