summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-0/+3
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong1-0/+23
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong1-0/+4
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong1-0/+6
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-2/+43
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong1-2/+2
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2-4/+3
2020-05-07xfs: random buffer write failure errortagBrian Foster1-1/+3
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster1-6/+1
2020-05-04xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2-3/+5
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2-6/+6
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig1-69/+59
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig1-5/+6
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2-6/+2
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2-6/+4
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig1-16/+23
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2-2/+2
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong1-0/+32
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig2-11/+6
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig8-33/+23
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig5-19/+23
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong2-10/+62
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong2-10/+66
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong2-12/+76
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong2-16/+84
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong4-7/+707
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong4-2/+127
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong4-1/+219
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong1-1/+3
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner5-36/+33
2020-03-13xfs: make the btree cursor union members named structureDave Chinner1-15/+24
2020-03-13xfs: make btree cursor private union anonymousDave Chinner1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner4-9/+9
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner3-72/+72
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner9-175/+175
2020-03-13xfs: introduce new private btree cursor namesDave Chinner1-0/+2
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong1-2/+31
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong1-2/+30
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong6-14/+14
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong1-7/+6
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig3-10/+10
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig6-50/+43
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig4-23/+21
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig4-12/+16