summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-1911-141/+115
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-198-98/+85
* xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2020-05-192-6/+5
* xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-17/+5
* xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-12/+1
* xfs: improve local fork verificationChristoph Hellwig2020-05-191-1/+7
* xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-192-19/+36
* xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-192-27/+7
* xfs: remove xfs_ireadChristoph Hellwig2020-05-192-75/+0
* xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig2020-05-191-2/+0
* xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig2020-05-191-10/+8
* xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig2020-05-191-36/+14
* xfs: split xfs_iformat_forkChristoph Hellwig2020-05-193-106/+103
* xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-192-4/+5
* xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig2020-05-191-1/+1
* xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia2020-05-191-1/+1
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-1/+9
* xfs: don't fail verifier on empty attr3 leaf blockBrian Foster2020-05-191-8/+7
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-1320-20/+20
* xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong2020-05-081-2/+0
* 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