summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_refcount.c
AgeCommit message (Expand)Author
2021-10-22xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2021-10-22xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2021-10-22xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2021-10-22xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2021-10-22xfs: widen xfs_refcount_irec fields to handle realtime refcountbtDarrick J. Wong
2021-10-22xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2021-10-22xfs: prepare refcount btree tracepoints for wideningDarrick J. Wong
2021-10-22xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2021-10-22xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2021-10-22xfs: remove useless oinfo arg from xfs_refcount_adjustDarrick J. Wong
2021-10-22xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-10-22xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-10-22xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick 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: reduce transaction reservations with reflinkDarrick J. Wong
2021-10-22xfs: stop artificially limiting the length of bunmap callsDarrick 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-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick 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
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: use ->t_dfops in reflink cow recover pathBrian Foster
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-06-01xfs: fix error handling in xfs_refcount_insert()xfs-4.18-merge-2Dave Chinner
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong