Age | Commit message (Expand) | Author |
2020-03-17 | xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock | Darrick J. Wong |
2020-03-13 | xfs: make the btree ag cursor private union anonymous | Dave Chinner |
2020-03-13 | xfs: convert btree cursor ag-private member name | Dave Chinner |
2020-03-12 | xfs: add a function to deal with corrupt buffers post-verifiers | Darrick J. Wong |
2020-03-11 | xfs: remove XFS_BUF_TO_AGF | Christoph Hellwig |
2020-03-11 | xfs: remove the agfl_bno member from struct xfs_agfl | Christoph Hellwig |
2020-03-02 | xfs: add agf freeblocks verify in xfs_agf_verify | Zheng Bin |
2020-01-26 | xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers | Darrick J. Wong |
2020-01-26 | xfs: remove the xfs_btree_get_buf[ls] functions | Darrick J. Wong |
2020-01-26 | xfs: make xfs_buf_read_map return an error code | Darrick J. Wong |
2019-12-19 | xfs: refactor agfl length computation function | Darrick J. Wong |
2019-11-13 | xfs: convert open coded corruption check to use XFS_IS_CORRUPT | Darrick J. Wong |
2019-11-12 | xfs: kill the XFS_WANT_CORRUPT_* macros | Darrick J. Wong |
2019-11-10 | xfs: clean up weird while loop in xfs_alloc_ag_vextent_near | Darrick J. Wong |
2019-11-10 | xfs: Correct comment tyops -> typos | Joe Perches |
2019-11-04 | xfs: always log corruption errors | Darrick J. Wong |
2019-11-03 | xfs: cleanup use of the XFS_ALLOC_ flags | Christoph Hellwig |
2019-11-03 | xfs: move extent zeroing to xfs_bmapi_allocate | Christoph Hellwig |
2019-10-23 | xfs: cap longest free extent to maximum allocatable | Dave Chinner |
2019-10-21 | xfs: optimize near mode bnobt scans with concurrent cntbt lookups | Brian Foster |
2019-10-21 | xfs: factor out tree fixup logic into helper | Brian Foster |
2019-10-21 | xfs: refactor near mode alloc bnobt scan into separate function | Brian Foster |
2019-10-21 | xfs: refactor and reuse best extent scanning logic | Brian Foster |
2019-10-21 | xfs: refactor allocation tree fixup code | Brian Foster |
2019-10-21 | xfs: reuse best extent tracking logic for bnobt scan | Brian Foster |
2019-10-21 | xfs: refactor cntbt lastblock scan best extent logic into helper | Brian Foster |
2019-10-21 | xfs: track best extent from cntbt lastblock scan in alloc cursor | Brian Foster |
2019-10-21 | xfs: track allocation busy state in allocation cursor | Brian Foster |
2019-10-21 | xfs: introduce allocation cursor data structure | Brian Foster |
2019-10-21 | xfs: track active state of allocation btree cursors | Brian Foster |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa |
2019-07-02 | xfs: create iterator error codes | Darrick J. Wong |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2019-06-28 | xfs: always update params on small allocation | Brian Foster |
2019-06-28 | xfs: skip small alloc cntbt logic on NULL cursor | Brian Foster |
2019-06-28 | xfs: move small allocation helper | Brian Foster |
2019-06-28 | xfs: clean up small allocation helper | Brian Foster |
2019-06-28 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig |
2019-06-12 | xfs: remove unused flag arguments | Eric Sandeen |
2019-04-23 | xfs: assert that we don't enter agfl freeing with a non-permanent transaction | Brian Foster |
2019-04-14 | xfs: don't account extra agfl blocks as available | Brian Foster |
2019-02-11 | xfs: miscellaneous verifier magic value fixups | Brian Foster |
2019-02-11 | xfs: always check magic values in on-disk byte order | Brian Foster |
2018-12-12 | xfs: remove xfs_rmap_ag_owner and friends | Darrick J. Wong |
2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong |
2018-12-12 | xfs: libxfs: move xfs_perag_put late | Pan Bian |
2018-08-02 | xfs: always defer agfl block frees | Brian Foster |
2018-08-02 | xfs: pass transaction to xfs_defer_add() | Brian Foster |
2018-07-31 | xfs: move extent busy tree initialization to xfs_initialize_perag | Darrick J. Wong |
2018-07-11 | xfs: Initialize variables in xfs_alloc_get_rec before using them | Carlos Maiolino |