summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/trace.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-12xfs: use ->t_firstblock in insert/collapse rangeBrian Foster1-6/+4
2018-07-12xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster1-3/+2
2018-07-12xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster5-26/+15
2018-07-12xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster5-25/+20
2018-07-12xfs: use ->t_firstblock in xattr opsBrian Foster7-38/+33
2018-07-12xfs: use ->t_firstblock in attrfork addBrian Foster1-20/+13
2018-07-12xfs: remove firstblock param from xfs dir opsBrian Foster4-33/+20
2018-07-12xfs: use ->t_firstblock in dir opsBrian Foster2-28/+23
2018-07-12xfs: add firstblock field to xfs_transBrian Foster2-0/+3
2018-07-12xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2-7/+4
2018-07-12xfs: refactor dfops init to attach to transactionBrian Foster14-70/+55
2018-07-12xfs: use ->t_dfops in reflink cow recover pathBrian Foster1-4/+5
2018-07-12xfs: use ->t_dfops in cancel cow blocks operationBrian Foster1-6/+8
2018-07-12xfs: use ->t_dfops for rmap extent swap operationsBrian Foster1-13/+19
2018-07-12xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster7-13/+9
2018-07-12xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster3-18/+4
2018-07-12xfs: remove dfops param from internal bmap extent helpersBrian Foster1-48/+44
2018-07-12xfs: use ->t_dfops for collapse/insert range operationsBrian Foster3-19/+17
2018-07-12xfs: remove struct xfs_bmalloca dfops fieldBrian Foster3-17/+17
2018-07-12xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2-5/+5
2018-07-12xfs: remove xfs_bunmapi() dfops paramBrian Foster9-24/+19
2018-07-12xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster4-24/+33
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster10-25/+20
2018-07-12xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster5-20/+26
2018-07-12xfs: use ->t_dfops in dqalloc transactionBrian Foster1-14/+20
2018-07-12xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster7-119/+117
2018-07-12xfs: use ->t_dfops in extent split tx and remove paramBrian Foster1-7/+6
2018-07-12xfs: remove dfops param in attr fork add pathBrian Foster1-11/+8
2018-07-12xfs: use ->t_dfops for attr set/remove operationsBrian Foster2-5/+9
2018-07-12xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster2-0/+16
2018-07-12xfs: remove dfops param from high level dirname callsBrian Foster4-42/+36
2018-07-12xfs: remove dfops parameter from ifree call stackBrian Foster4-12/+7
2018-07-12xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster6-16/+16
2018-07-12xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster1-7/+4
2018-07-12xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2-1/+2
2018-07-12xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig5-455/+61
2018-07-12iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2-21/+290
2018-07-12xfs: allow writeback on pages without buffer headsChristoph Hellwig2-15/+39
2018-07-12xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig1-33/+32
2018-07-12xfs: remove xfs_start_page_writebackChristoph Hellwig1-26/+20
2018-07-12xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig1-17/+5
2018-07-12xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig1-36/+32
2018-07-12xfs: remove the imap_valid flagChristoph Hellwig1-51/+38
2018-07-12xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig1-14/+5
2018-07-12xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig4-39/+13
2018-07-12xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2-7/+2
2018-07-12xfs: make xfs_writepage_map extent map centricDave Chinner1-52/+36
2018-07-12xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig1-10/+10
2018-07-12xfs: remove xfs_map_cowChristoph Hellwig2-99/+100
2018-07-12xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig4-43/+0