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