summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-121-2/+3
* xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen2018-07-121-2/+1
* xfs: kill __xfs_buf_submit_common()Brian Foster2018-07-121-49/+34
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-123-53/+33
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-121-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-122-49/+37
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-1214-58/+44
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-121-2/+1
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-121-4/+2
* xfs: use ->t_firstblock in reflink cow block cancelBrian Foster2018-07-121-2/+1
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-121-1/+1
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-121-2/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-126-17/+11
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-123-32/+7
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-121-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-121-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-122-22/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-121-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-123-10/+8
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-129-32/+22
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-1210-38/+22
* xfs: use ->t_firstblock in insert/collapse rangeBrian Foster2018-07-121-6/+4
* xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-121-3/+2
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-125-26/+15
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-125-25/+20
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-127-38/+33
* xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-121-20/+13
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-124-33/+20
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-122-28/+23
* xfs: add firstblock field to xfs_transBrian Foster2018-07-122-0/+3
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-122-7/+4
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-1214-70/+55
* xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-121-4/+5
* xfs: use ->t_dfops in cancel cow blocks operationBrian Foster2018-07-121-6/+8
* xfs: use ->t_dfops for rmap extent swap operationsBrian Foster2018-07-121-13/+19
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-127-13/+9
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-123-18/+4
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-121-48/+44
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-123-19/+17
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-123-17/+17
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-122-5/+5
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-129-24/+19
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-124-24/+33
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-1210-25/+20
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-125-20/+26
* xfs: use ->t_dfops in dqalloc transactionBrian Foster2018-07-121-14/+20
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-127-119/+117
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-121-7/+6
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-121-11/+8
* xfs: use ->t_dfops for attr set/remove operationsBrian Foster2018-07-122-5/+9