aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-03xfs: poll waiting for quotacheckGravatar Darrick J. Wong 5-2/+28
2019-07-03xfs: multithreaded iwalk implementationGravatar Darrick J. Wong 10-1/+325
2019-07-02xfs: refactor INUMBERS to use iwalk functionsGravatar Darrick J. Wong 5-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsGravatar Darrick J. Wong 2-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkGravatar Darrick J. Wong 1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raGravatar Darrick J. Wong 1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoGravatar Darrick J. Wong 1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeGravatar Darrick J. Wong 3-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyGravatar Darrick J. Wong 1-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureGravatar Darrick J. Wong 5-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneGravatar Darrick J. Wong 2-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsGravatar Darrick J. Wong 1-43/+20
2019-07-02xfs: create simplified inode walk functionGravatar Darrick J. Wong 8-6/+496
2019-07-02xfs: create iterator error codesGravatar Darrick J. Wong 6-8/+14
2019-06-30xfs: remove XFS_TRANS_NOFSGravatar Christoph Hellwig 6-23/+41
2019-06-30xfs: simplify xfs_ioend_can_mergeGravatar Christoph Hellwig 1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesGravatar Christoph Hellwig 1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendGravatar Christoph Hellwig 1-1/+1
2019-06-30xfs: remove the unused xfs_count_page_state declarationGravatar Christoph Hellwig 1-1/+0
2019-06-28xfs: fix iclog allocation sizeGravatar Christoph Hellwig 1-1/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 113-570/+0
2019-06-28xfs: implement cgroup aware writebackGravatar Christoph Hellwig 2-1/+5
2019-06-28xfs: simplify xfs_chain_bioGravatar Christoph Hellwig 1-18/+17
2019-06-28xfs: account for log space when formatting new AGsGravatar Darrick J. Wong 1-0/+67
2019-06-28xfs: refactor free space btree record initializationGravatar Darrick J. Wong 1-11/+16
2019-06-28xfs: always update params on small allocationGravatar Brian Foster 1-2/+2
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorGravatar Brian Foster 1-2/+9
2019-06-28xfs: move small allocation helperGravatar Brian Foster 1-96/+94
2019-06-28xfs: clean up small allocation helperGravatar Brian Foster 1-72/+60
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cGravatar Christoph Hellwig 4-229/+198
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cGravatar Christoph Hellwig 4-259/+229
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cGravatar Christoph Hellwig 4-237/+207
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cGravatar Christoph Hellwig 4-270/+244
2019-06-28xfs: merge xfs_bud_init into xfs_trans_get_budGravatar Christoph Hellwig 3-26/+6
2019-06-28xfs: merge xfs_rud_init into xfs_trans_get_rudGravatar Christoph Hellwig 3-22/+6
2019-06-28xfs: merge xfs_cud_init into xfs_trans_get_cudGravatar Christoph Hellwig 3-26/+6
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdGravatar Christoph Hellwig 3-40/+15
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 8-39/+0
2019-06-28xfs: use a list_head for iclog callbacksGravatar Christoph Hellwig 4-69/+39
2019-06-28xfs: remove the xfs_log_item_t typedefGravatar Christoph Hellwig 9-48/+48
2019-06-28xfs: don't cast inode_log_items to get the log_itemGravatar Christoph Hellwig 1-2/+2
2019-06-28xfs: add a flag to release log items on commitGravatar Christoph Hellwig 7-121/+18
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 13-73/+67
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathGravatar Christoph Hellwig 4-12/+14
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsGravatar Christoph Hellwig 1-11/+0
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 10-557/+25
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 5-19/+16
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 26-88/+85
2019-06-28xfs: remove the b_io_length field in struct xfs_bufGravatar Christoph Hellwig 3-9/+6