summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-02-25xfs: use current->journal_info for detecting transaction recursionxfs-5.12-merge-6Dave Chinner
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertxfs-5.12-merge-5Brian Foster
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()xfs-5.12-merge_2021-02-01Chandan Babu R
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-12-12fs/xfs: convert comma to semicolonxfs-5.11-merge-3Zheng Yongjun
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierxfs-5.11-merge_2020-12-09xfs-5.11-merge-2Eric Sandeen
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"xfs-5.10-fixes-7Darrick J. Wong
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemxfs-5.10-fixes-1Darrick J. Wong
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong