aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-2/+10
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang2-0/+3
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2-2/+2
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2-18/+3
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong2-8/+2
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong1-6/+4
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong1-2/+1
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R1-5/+4
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R4-25/+156
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2-1/+7
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R1-0/+7
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R1-0/+9
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R1-0/+9
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2-0/+23
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-0/+3
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+13
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R1-0/+7
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2-0/+12
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R2-0/+25
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2-3/+1
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner5-29/+29
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2-35/+39
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2-59/+21
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner2-0/+40
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen1-4/+0
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi4-25/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2-11/+69
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia1-1/+0
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia1-1/+0
2020-12-09xfs: refactor file range validationDarrick J. Wong3-1/+29
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong3-10/+21
2020-12-09xfs: refactor data device extent validationDarrick J. Wong3-6/+27
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong1-1/+2
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong1-0/+7
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-27/+0
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4