platform/kernel/linux-rpi.git
2018-07-31 Darrick J.... xfs: refactor superblock verifiers
2018-07-31 Darrick J.... xfs: refactor the xrep_extent_list into xfs_bitmap
2018-07-30 Christoph Hellwigxfs: introduce a new xfs_inode_has_cow_data helper
2018-07-30 Christoph Hellwigxfs: remove the xfs_ifork_t typedef
2018-07-30 Christoph Hellwigxfs: simplify xfs_idata_realloc
2018-07-30 Christoph Hellwigxfs: remove if_real_bytes
2018-07-30 Darrick J.... xfs: move the repair extent list into its own file
2018-07-30 Darrick J.... xfs: pass transaction lock while setting up agresv...
2018-07-26 Eric Sandeenxfs: remove deprecated barrier/nobarrier mount
2018-07-26 Darrick J.... xfs: clean up IRELE/iput callsites
2018-07-26 Darrick J.... xfs: kill IHOLD
2018-07-26 Brian Fosterxfs: bypass final dfops roll in trans commit path
2018-07-26 Brian Fosterxfs: drop unnecessary xfs_defer_finish() dfops parameter
2018-07-26 Brian Fosterxfs: remove unnecessary dfops init calls in xattr code
2018-07-26 Brian Fosterxfs: remove all boilerplate defer init/finish code
2018-07-26 Brian Fosterxfs: use internal dfops during [b|c]ui recovery
2018-07-26 Brian Fosterxfs: use internal dfops in attr code
2018-07-26 Brian Fosterxfs: use internal dfops in cow blocks cancel
2018-07-26 Brian Fosterxfs: support embedded dfops in transaction
2018-07-26 Brian Fosterxfs: pack holes in xfs_defer_ops and xfs_trans
2018-07-26 Brian Fosterxfs: reset dfops to initial state after finish
2018-07-26 Brian Fosterxfs: remove unused deferred ops committed field
2018-07-26 Brian Fosterxfs: make deferred processing safe for embedded dfops
2018-07-26 Brian Fosterxfs: fix transaction leak on remote attr set/remove...
2018-07-26 Brian Fosterxfs: use ->t_dfops in log recovery intent processing
2018-07-26 Brian Fosterxfs: pull up dfops from xfs_itruncate_extents()
2018-07-23 Darrick J.... xfs: force summary counter recalc at next mount
2018-07-23 Darrick J.... xfs: refactor unmount record write
2018-07-23 Darrick J.... xfs: detect and fix bad summary counts at mount
2018-07-23 Darrick J.... xfs: fix indentation and other whitespace problems...
2018-07-23 Darrick J.... xfs: shorten struct xfs_scrub_context to struct xfs_scrub
2018-07-23 Darrick J.... xfs: shorten xfs_repair_ prefix to xrep_
2018-07-23 Darrick J.... xfs: shorten xfs_scrub_ prefix
2018-07-23 Darrick J.... xfs: clean up xfs_btree_del_cursor callers
2018-07-23 Darrick J.... xfs: trivial xfs_btree_del_cursor cleanups
2018-07-23 Darrick J.... xfs: return from _defer_finish with a clean transaction
2018-07-23 Darrick J.... xfs: check leaf attribute block freemap in verifier
2018-07-17 Carlos Maiolinolibxfs: Fix a couple of sparse complaintis
2018-07-17 Gustavo A.... xfs: use swap macro in xfs_dir2_leafn_rebalance
2018-07-17 Gustavo A.... xfs_bmap_util: use swap macro
2018-07-17 Gustavo A.... xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
2018-07-17 Darrick J.... xfs: don't assume a left rmap when allocating a new...
2018-07-12 Carlos Maiolinoxfs: Initialize variables in xfs_alloc_get_rec before...
2018-07-12 Eric Sandeenxfs: remove unused iolock arg from xfs_break_dax_layouts
2018-07-12 Brian Fosterxfs: kill __xfs_buf_submit_common()
2018-07-12 Brian Fosterxfs: combine [a]sync buffer submission apis
2018-07-12 Brian Fosterxfs: use sync buffer I/O for sync delwri queue submission
2018-07-12 Brian Fosterxfs: refactor buffer submission into a common helper
2018-07-12 Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-07-12 Brian Fosterxfs: use ->t_firstblock in inode inactivate
2018-07-12 Brian Fosterxfs: use ->t_firstblock in extent swap
2018-07-12 Brian Fosterxfs: use ->t_firstblock in reflink cow block cancel
2018-07-12 Brian Fosterxfs: replace no-op firstblock init with ->t_firstblock
2018-07-12 Brian Fosterxfs: use ->t_firstblock in dq alloc
2018-07-12 Brian Fosterxfs: remove xfs_alloc_arg firstblock field
2018-07-12 Brian Fosterxfs: remove xfs_btree_cur private firstblock field
2018-07-12 Brian Fosterxfs: remove bmap format helpers firstblock params
2018-07-12 Brian Fosterxfs: remove bmap extent add helper firstblock params
2018-07-12 Brian Fosterxfs: remove xfs_bmalloca firstblock field
2018-07-12 Brian Fosterxfs: use ->t_firstblock in bmap extent split
2018-07-12 Brian Fosterxfs: remove bmap insert/collapse firstblock param
2018-07-12 Brian Fosterxfs: remove xfs_bunmapi() firstblock param
2018-07-12 Brian Fosterxfs: remove xfs_bmapi_write() firstblock param
2018-07-12 Brian Fosterxfs: use ->t_firstblock in insert/collapse range
2018-07-12 Brian Fosterxfs: use ->t_firstblock in xfs_bmapi_remap()
2018-07-12 Brian Fosterxfs: use ->t_firstblock for all xfs_bunmapi() callers
2018-07-12 Brian Fosterxfs: use ->t_firstblock for all xfs_bmapi_write() callers
2018-07-12 Brian Fosterxfs: use ->t_firstblock in xattr ops
2018-07-12 Brian Fosterxfs: use ->t_firstblock in attrfork add
2018-07-12 Brian Fosterxfs: remove firstblock param from xfs dir ops
2018-07-12 Brian Fosterxfs: use ->t_firstblock in dir ops
2018-07-12 Brian Fosterxfs: add firstblock field to xfs_trans
2018-07-12 Brian Fosterxfs: allow null firstblock in xfs_bmapi_write() when...
2018-07-12 Brian Fosterxfs: refactor dfops init to attach to transaction
2018-07-12 Brian Fosterxfs: use ->t_dfops in reflink cow recover path
2018-07-12 Brian Fosterxfs: use ->t_dfops in cancel cow blocks operation
2018-07-12 Brian Fosterxfs: use ->t_dfops for rmap extent swap operations
2018-07-12 Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
2018-07-12 Brian Fosterxfs: remove xfs_btree_cur bmbt dfops field
2018-07-12 Brian Fosterxfs: remove dfops param from internal bmap extent helpers
2018-07-12 Brian Fosterxfs: use ->t_dfops for collapse/insert range operations
2018-07-12 Brian Fosterxfs: remove struct xfs_bmalloca dfops field
2018-07-12 Brian Fosterxfs: remove xfs_bmapi_remap() dfops param
2018-07-12 Brian Fosterxfs: remove xfs_bunmapi() dfops param
2018-07-12 Brian Fosterxfs: use ->t_dfops for all xfs_bunmapi() callers
2018-07-12 Brian Fosterxfs: remove xfs_bmapi_write() dfops param
2018-07-12 Brian Fosterxfs: use ->t_dfops for all xfs_bmapi_write() callers
2018-07-12 Brian Fosterxfs: use ->t_dfops in dqalloc transaction
2018-07-12 Brian Fosterxfs: replace xfs_da_args->dfops accesses with ->t_dfops...
2018-07-12 Brian Fosterxfs: use ->t_dfops in extent split tx and remove param
2018-07-12 Brian Fosterxfs: remove dfops param in attr fork add path
2018-07-12 Brian Fosterxfs: use ->t_dfops for attr set/remove operations
2018-07-12 Brian Fosterxfs: use ->t_dfops for recovery of [b|c]ui log items
2018-07-12 Brian Fosterxfs: remove dfops param from high level dirname calls
2018-07-12 Brian Fosterxfs: remove dfops parameter from ifree call stack
2018-07-12 Brian Fosterxfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
2018-07-12 Brian Fosterxfs: cow unwritten conversion uses uninitialized dfops
2018-07-12 Christoph Hellwigxfs: update my copyrights for the writeback and iomap...
2018-07-12 Christoph Hellwigxfs: add support for sub-pagesize writeback without...
2018-07-12 Christoph Hellwigiomap: add support for sub-pagesize buffered I/O withou...
next