summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster
2018-07-11xfs: remove dfops param from internal bmap extent helpersBrian Foster
2018-07-11xfs: use ->t_dfops for collapse/insert range operationsBrian Foster
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: use ->t_dfops in dqalloc transactionBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-07-11xfs: use ->t_dfops in extent split tx and remove paramBrian Foster
2018-07-11xfs: remove dfops param in attr fork add pathBrian Foster
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster
2018-07-11xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-07-11xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig
2018-07-11xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig
2018-07-11xfs: remove xfs_start_page_writebackChristoph Hellwig
2018-07-11xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig
2018-07-11xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig
2018-07-11xfs: remove the imap_valid flagChristoph Hellwig
2018-07-11xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig