summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick 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_bmap_util: use swap macroGustavo 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 unused iolock arg from xfs_break_dax_layoutsEric Sandeen
2018-07-11xfs: kill __xfs_buf_submit_common()Brian Foster
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in inode inactivateBrian Foster
2018-07-11xfs: use ->t_firstblock in extent swapBrian Foster
2018-07-11xfs: use ->t_firstblock in reflink cow block cancelBrian Foster
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian Foster
2018-07-11xfs: use ->t_firstblock in dq allocBrian 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 insert/collapse rangeBrian 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 for all xfs_bmapi_write() 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: use ->t_firstblock in dir opsBrian Foster
2018-07-11xfs: add firstblock field to xfs_transBrian 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
2018-07-11xfs: use ->t_dfops in reflink cow recover pathBrian Foster
2018-07-11xfs: use ->t_dfops in cancel cow blocks operationBrian Foster
2018-07-11xfs: use ->t_dfops for rmap extent swap operationsBrian Foster