summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-111-3/+2
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-10/+2
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-117-38/+33
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-111-20/+13
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-112-11/+7
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-111-1/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-116-23/+30
* xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-111-4/+5
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-114-10/+6
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-113-18/+4
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-111-48/+44
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-112-13/+9
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-112-16/+15
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-112-5/+5
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-115-17/+14
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-114-13/+9
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-117-119/+117
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-111-7/+6
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-111-11/+8
* xfs: use ->t_dfops for attr set/remove operationsBrian Foster2018-07-112-5/+9
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-112-14/+12
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-112-5/+2
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-112-6/+6
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-112-7/+2
* xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
* xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-243-0/+30
* xfs: More robust inode extent count validationDave Chinner2018-06-212-29/+50
* xfs: update incore per-AG inode countDarrick J. Wong2018-06-111-0/+2
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-14/+23
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-06-081-3/+2
* xfs: clean up MIN/MAXDave Chinner2018-06-087-20/+20
* xfs: move various type verifiers to common fileDave Chinner2018-06-087-162/+192
* xfs: convert to SPDX license tagsDave Chinner2018-06-0668-899/+68
* xfs: validate btree records on retrievalDave Chinner2018-06-064-9/+132
* xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-061-5/+0
* xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
* xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
* xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
* xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-041-3/+5
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-045-6/+10
* xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-041-7/+16
* xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-041-15/+35
* xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-041-47/+29
* xfs: check directory bestfree information in the verifierDarrick J. Wong2018-06-041-35/+68
* xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong2018-06-041-3/+5
* xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong2018-06-043-3/+0
* xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong2018-06-041-1/+6
* xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong2018-06-041-4/+8
* xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong2018-06-041-1/+0