summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: allocate xattr buffer on demandDave Chinner2019-08-304-9/+49
* xfs: consolidate attribute value copyingDave Chinner2019-08-301-39/+49
* xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-302-16/+2
* xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-301-16/+17
* xfs: make attr lookup returns consistentDave Chinner2019-08-303-24/+48
* xfs: reverse search directory freespace indexesDave Chinner2019-08-301-8/+5
* xfs: speed up directory bestfree block scanningDave Chinner2019-08-301-63/+34
* xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-92/+102
* xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-166/+158
* xfs: move xfs_dir2_addname()Dave Chinner2019-08-301-71/+69
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-303-8/+4
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-294-17/+17
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-282-1/+1
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-282-8/+8
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-283-44/+28
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-284-52/+36
* xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong2019-08-281-4/+4
* xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong2019-08-281-2/+14
* xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4
* xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
* xfs: add kmem allocation trace pointsDave Chinner2019-08-261-0/+8
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2611-35/+35
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-122-8/+14
* 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-031-0/+8
* xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-031-1/+23
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-031-0/+11
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-032-2/+48
* xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-031-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/+0
* xfs: remove unused header filesEric Sandeen2019-06-2835-138/+0
* xfs: account for log space when formatting new AGsDarrick J. Wong2019-06-281-0/+67
* xfs: refactor free space btree record initializationDarrick J. Wong2019-06-281-11/+16
* xfs: always update params on small allocationBrian Foster2019-06-281-2/+2
* xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-281-2/+9
* xfs: move small allocation helperBrian Foster2019-06-281-96/+94
* xfs: clean up small allocation helperBrian Foster2019-06-281-72/+60
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-2819-57/+56
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-2810-41/+50
* xfs: remove unused flag argumentsEric Sandeen2019-06-127-41/+29
* 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/+1