summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-047-9/+42
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-049-30/+125
* xfs: rename bulkstat functionsDarrick J. Wong2019-07-043-18/+19
* xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-044-20/+23
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-034-17/+7
* xfs: poll waiting for quotacheckDarrick J. Wong2019-07-035-2/+28
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-0310-1/+325
* xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-025-150/+93
* xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2019-07-022-3/+121
* xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong2019-07-021-40/+39
* xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong2019-07-021-6/+6
* xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong2019-07-021-20/+17
* xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-023-104/+93
* xfs: calculate inode walk prefetch more carefullyDarrick J. Wong2019-07-021-3/+45
* xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-025-406/+264
* xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2019-07-022-14/+12
* xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-021-43/+20
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-028-6/+496
* xfs: create iterator error codesDarrick J. Wong2019-07-026-8/+14
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-306-23/+41
* xfs: simplify xfs_ioend_can_mergeChristoph Hellwig2019-06-301-12/+2
* xfs: allow merging ioends over append boundariesChristoph Hellwig2019-06-301-7/+21
* xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig2019-06-301-1/+1
* xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig2019-06-301-1/+0
* xfs: fix iclog allocation sizeChristoph Hellwig2019-06-291-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-29113-570/+0
* xfs: implement cgroup aware writebackChristoph Hellwig2019-06-292-1/+5
* xfs: simplify xfs_chain_bioChristoph Hellwig2019-06-291-18/+17
* xfs: account for log space when formatting new AGsDarrick J. Wong2019-06-291-0/+67
* xfs: refactor free space btree record initializationDarrick J. Wong2019-06-291-11/+16
* xfs: always update params on small allocationBrian Foster2019-06-291-2/+2
* xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-291-2/+9
* xfs: move small allocation helperBrian Foster2019-06-291-96/+94
* xfs: clean up small allocation helperBrian Foster2019-06-291-72/+60
* xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-294-229/+198
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-294-259/+229
* xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-294-237/+207
* xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-294-270/+244
* xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig2019-06-293-26/+6
* xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph Hellwig2019-06-293-22/+6
* xfs: merge xfs_cud_init into xfs_trans_get_cudChristoph Hellwig2019-06-293-26/+6
* xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig2019-06-293-40/+15
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-298-39/+0
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-294-69/+39
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-299-48/+48
* xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig2019-06-291-2/+2
* xfs: add a flag to release log items on commitChristoph Hellwig2019-06-297-121/+18
* xfs: split iop_unlockChristoph Hellwig2019-06-2913-73/+67
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-294-12/+14
* xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig2019-06-291-11/+0