summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2021-10-22xfs: fix confusing xfs_extent_item variable namesrealtime-extfree-intents_2021-10-22Darrick J. Wong
2021-10-22xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-10-22xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-22xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-10-22xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-10-22xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-10-22Darrick J. Wong
2021-10-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2021-10-22xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong
2021-06-02xfs: remove xfs_perag_tDave Chinner
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemxfs-5.10-fixes-1Darrick J. Wong
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong