aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Gravatar Darrick J. Wong 1-1/+1
2020-05-27xfs: force writes to delalloc regions to unwrittenGravatar Darrick J. Wong 1-12/+17
2020-05-27xfs: always return -ENOSPC on project quota reservation failureGravatar Eric Sandeen 1-1/+0
2020-05-19xfs: cleanup xfs_idestroy_forkGravatar Christoph Hellwig 4-29/+14
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 11-141/+115
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 8-98/+85
2020-05-19xfs: remove the XFS_DFORK_Q macroGravatar Christoph Hellwig 2-6/+5
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readGravatar Christoph Hellwig 1-17/+5
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readGravatar Christoph Hellwig 1-12/+1
2020-05-19xfs: improve local fork verificationGravatar Christoph Hellwig 1-1/+7
2020-05-19xfs: refactor xfs_inode_verify_forksGravatar Christoph Hellwig 2-19/+36
2020-05-19xfs: remove xfs_ifork_opsGravatar Christoph Hellwig 2-27/+7
2020-05-19xfs: remove xfs_ireadGravatar Christoph Hellwig 2-75/+0
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadGravatar Christoph Hellwig 1-2/+0
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskGravatar Christoph Hellwig 1-10/+8
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskGravatar Christoph Hellwig 1-36/+14
2020-05-19xfs: split xfs_iformat_forkGravatar Christoph Hellwig 3-106/+103
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskGravatar Christoph Hellwig 2-4/+5
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentGravatar Christoph Hellwig 1-1/+1
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Gravatar Kaixu Xia 1-1/+1
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckGravatar Darrick J. Wong 1-1/+9
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockGravatar Brian Foster 1-8/+7
2020-05-13xfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 20-20/+20
2020-05-13xfs: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cGravatar Darrick J. Wong 1-2/+0
2020-05-08xfs: refactor releasing finished intents during log recoveryGravatar Darrick J. Wong 1-0/+3
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsGravatar Darrick J. Wong 1-0/+23
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsGravatar Darrick J. Wong 1-0/+4
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsGravatar Darrick J. Wong 1-0/+6
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureGravatar Darrick J. Wong 1-2/+43
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemGravatar Darrick J. Wong 1-2/+2
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Gravatar Brian Foster 2-4/+3
2020-05-07xfs: random buffer write failure errortagGravatar Brian Foster 1-1/+3
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Gravatar Brian Foster 1-6/+1
2020-05-04xfs: spell out the parameter name for ->cancel_itemGravatar Christoph Hellwig 1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateGravatar Christoph Hellwig 2-3/+5
2020-05-04xfs: turn dfp_done into a xfs_log_itemGravatar Christoph Hellwig 2-6/+6
2020-05-04xfs: refactor xfs_defer_finish_norollGravatar Christoph Hellwig 1-69/+59
2020-05-04xfs: turn dfp_intent into a xfs_log_itemGravatar Christoph Hellwig 1-5/+6
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentGravatar Christoph Hellwig 2-6/+2
2020-05-04xfs: merge the ->log_item defer op into ->create_intentGravatar Christoph Hellwig 2-6/+4
2020-05-04xfs: factor out a xfs_defer_create_intent helperGravatar Christoph Hellwig 1-16/+23
2020-05-04xfs: remove the xfs_inode_log_item_t typedefGravatar Christoph Hellwig 2-2/+2
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonGravatar Darrick J. Wong 1-0/+32
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 2-11/+6
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 8-33/+23
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperGravatar Christoph Hellwig 5-19/+23
2020-03-18xfs: add support for rmap btree staging cursorsGravatar Darrick J. Wong 2-10/+62
2020-03-18xfs: add support for refcount btree staging cursorsGravatar Darrick J. Wong 2-10/+66
2020-03-18xfs: add support for inode btree staging cursorsGravatar Darrick J. Wong 2-12/+76