summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2021-02-111-21/+12
* libxfs: expose inobtcount in xfs geometryZorro Lang2021-02-032-0/+3
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-032-2/+2
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-032-18/+3
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-032-8/+2
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-6/+4
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+1
* xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R2021-02-011-5/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-224-25/+156
* xfs: Process allocated extent in a separate functionChandan Babu R2021-01-221-29/+45
* xfs: Compute bmap extent alignments in a separate functionChandan Babu R2021-01-221-37/+52
* xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R2021-01-221-1/+0
* xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2021-01-222-1/+7
* xfs: Check for extent overflow when swapping extentsChandan Babu R2021-01-221-0/+7
* xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2021-01-221-0/+9
* xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2021-01-221-0/+9
* xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2021-01-222-0/+23
* xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-221-0/+3
* xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-221-0/+18
* xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-221-0/+13
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-221-0/+7
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-222-0/+12
* xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-222-0/+25
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-222-3/+1
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-165-29/+29
* fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
* xfs: kill ialloced in xfs_dialloc()Gao Xiang2020-12-121-13/+9
* xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-122-35/+39
* xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-122-59/+21
* xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-122-0/+40
* xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang2020-12-121-4/+4
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-094-25/+0
* xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-092-11/+69
* xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-091-1/+0
* xfs: refactor file range validationDarrick J. Wong2020-12-093-1/+29
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-093-10/+21
* xfs: refactor data device extent validationDarrick J. Wong2020-12-093-6/+27
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: enable the needsrepair featureDarrick J. Wong2020-12-091-1/+2
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-091-0/+7
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-081-27/+0
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-191-8/+8
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-161-7/+4
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16