summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-081-0/+3
* xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong2020-05-081-0/+23
* xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong2020-05-081-0/+4
* xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong2020-05-081-0/+6
* xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong2020-05-081-2/+43
* xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong2020-05-081-2/+2
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-072-4/+3
* xfs: random buffer write failure errortagBrian Foster2020-05-071-1/+3
* xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2020-05-071-6/+1
* xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig2020-05-041-1/+1
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-042-3/+5
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-042-6/+6
* xfs: refactor xfs_defer_finish_norollChristoph Hellwig2020-05-041-69/+59
* xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig2020-05-041-5/+6
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-042-6/+2
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-042-6/+4
* xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig2020-05-041-16/+23
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-042-2/+2
* xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong2020-03-271-0/+32
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-192-11/+6
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-198-33/+23
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-195-19/+23
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-182-10/+62
* xfs: add support for refcount btree staging cursorsDarrick J. Wong2020-03-182-10/+66
* xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-182-12/+76
* xfs: add support for free space btree staging cursorsDarrick J. Wong2020-03-182-16/+84
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-184-7/+707
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-184-2/+127
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-184-1/+219
* xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong2020-03-171-1/+1
* xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong2020-03-151-1/+3
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-135-36/+33
* xfs: make the btree cursor union members named structureDave Chinner2020-03-131-15/+24
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-134-9/+9
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-133-72/+72
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-139-175/+175
* xfs: introduce new private btree cursor namesDave Chinner2020-03-131-0/+2
* xfs: check owner of dir3 blocksDarrick J. Wong2020-03-121-2/+31
* xfs: check owner of dir3 data blocksDarrick J. Wong2020-03-121-2/+30
* xfs: check owner of dir3 free blocksDarrick J. Wong2020-03-121-0/+2
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-03-121-0/+1
* xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong2020-03-121-1/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-126-14/+14
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-113-10/+10
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-116-50/+43
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-114-23/+21
* xfs: remove the xfs_agfl_t typedefChristoph Hellwig2020-03-111-3/+3
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-114-12/+16