summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-06-24xfs: periodically relog deferred intent itemsdefer-ops-stalls_2020-06-24Darrick J. Wong
2020-06-24xfs: minimise the length of defer ops chainsDarrick J. Wong
2020-06-24xfs: fix an incore inode UAF in xfs_bui_recoverfix-log-recovery_2020-06-24Darrick J. Wong
2020-06-24xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-06-24xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-06-24xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-06-24xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-05-27xfs: more lockdep whackamole with kmem_alloc*xfs-5.8-merge-8Darrick J. Wong
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen
2020-05-19xfs: cleanup xfs_idestroy_forkxfs-5.8-merge-7Christoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-19xfs: remove xfs_ireadChristoph Hellwig
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2020-05-13xfs: Use the correct style for SPDX License Identifierxfs-5.8-merge-4Nishad Kamdar
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()xfs-5.8-merge-2Brian Foster
2020-05-07xfs: random buffer write failure errortagBrian Foster
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster
2020-05-04xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig