summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-032-6/+11
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-032-3/+4
* xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
* xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
* xfs: refactor log recovery checkDarrick J. Wong2018-08-011-2/+1
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-3/+0
* xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-312-0/+7
* xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
* xfs: verify icount in superblock writeDarrick J. Wong2018-07-313-1/+37
* libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
* xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-304-18/+18
* xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19
* xfs: remove if_real_bytesChristoph Hellwig2018-07-302-16/+4
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-308-19/+25
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-262-13/+26
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-264-24/+22
* xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-262-11/+0
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-262-24/+2
* xfs: use internal dfops in attr codeBrian Foster2018-07-261-11/+5
* xfs: support embedded dfops in transactionBrian Foster2018-07-262-14/+24
* xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-261-1/+2
* xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-262-2/+0
* xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14
* xfs: fix transaction leak on remote attr set/remove failureBrian Foster2018-07-261-2/+0
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-1/+3
* xfs: refactor unmount record writeDarrick J. Wong2018-07-231-0/+13
* xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-3/+18
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-8/+3
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-236-35/+15
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
* xfs: check leaf attribute block freemap in verifierDarrick J. Wong2018-07-231-0/+22
* libxfs: Fix a couple of sparse complaintisCarlos Maiolino2018-07-172-2/+2
* xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva2018-07-171-10/+7
* xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva2018-07-171-10/+3
* xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong2018-07-171-12/+12
* xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-121-2/+3
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-126-32/+19
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-121-1/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-125-16/+10
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-123-32/+7
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-121-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-121-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-122-22/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-121-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-122-8/+6
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-125-22/+17
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-124-20/+9
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-121-3/+2