summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2-3/+2
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig3-4/+3
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig6-14/+13
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig9-42/+41
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2-5/+4
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2-6/+3
2021-04-08xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig3-28/+7
2021-04-08xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-03-26xfs: add error injection for per-AG resv failureGao Xiang2-2/+8
2021-03-26xfs: introduce xfs_ag_shrink_space()Gao Xiang2-0/+117
2021-03-26xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-26xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-26xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-26xfs: initialise attr fork on inode createDave Chinner3-10/+21
2021-03-26xfs: prevent metadata files from being inactivatedDarrick J. Wong1-1/+1
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong3-7/+7
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-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R4-25/+156
2021-01-23xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-23xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-23xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-23xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2-1/+7
2021-01-23xfs: Check for extent overflow when swapping extentsChandan Babu R1-0/+7
2021-01-23xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R1-0/+9
2021-01-23xfs: Check for extent overflow when writing to unwritten extentChandan Babu R1-0/+9
2021-01-23xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2-0/+23
2021-01-23xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-0/+3
2021-01-23xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-23xfs: Check for extent overflow when adding dir entriesChandan Babu R1-0/+13
2021-01-23xfs: Check for extent overflow when punching a holeChandan Babu R1-0/+7
2021-01-23xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2-0/+12
2021-01-23xfs: Add helper for checking per-inode extent count overflowChandan Babu R2-0/+25
2021-01-23xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2-3/+1
2020-12-17xfs: 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