summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-113-53/+33
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-111-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-112-49/+37
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-1114-58/+44
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-111-4/+2
* xfs: use ->t_firstblock in reflink cow block cancelBrian Foster2018-07-111-2/+1
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-111-1/+1
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-111-2/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-116-17/+11
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-113-32/+7
* xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-111-34/+29
* xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-111-16/+10
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-112-22/+23
* xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-111-9/+6
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-113-10/+8
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-119-32/+22
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-1110-38/+22
* 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