summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops in attr codeBrian Foster
2018-07-26xfs: support embedded dfops in transactionBrian Foster
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster
2018-07-26xfs: reset dfops to initial state after finishBrian Foster
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster
2018-07-26xfs: make deferred processing safe for embedded dfopsBrian Foster
2018-07-26xfs: fix transaction leak on remote attr set/remove failureBrian Foster
2018-07-24xfs: properly handle free inodes in extent hint validatorsxfs-4.18-fixes-4Eric Sandeen
2018-07-23xfs: force summary counter recalc at next mountxfs-4.19-merge-1Darrick J. Wong
2018-07-23xfs: refactor unmount record writeDarrick J. Wong
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-23xfs: return from _defer_finish with a clean transactionDarrick J. Wong
2018-07-23xfs: check leaf attribute block freemap in verifierDarrick J. Wong
2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino
2018-07-17xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian Foster
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster
2018-07-11xfs: remove bmap format helpers firstblock paramsBrian Foster
2018-07-11xfs: remove bmap extent add helper firstblock paramsBrian Foster
2018-07-11xfs: remove xfs_bmalloca firstblock fieldBrian Foster
2018-07-11xfs: use ->t_firstblock in bmap extent splitBrian Foster
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: use ->t_firstblock in attrfork addBrian Foster
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster
2018-07-11xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster