summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: validate v5 feature fieldsDave Chinner2022-05-041-10/+58
* xfs: set XFS_FEAT_NLINK correctlyDave Chinner2022-05-041-0/+2
* xfs: validate inode fork size against fork formatDave Chinner2022-05-041-9/+26
* xfs: detect self referencing btree sibling pointersDave Chinner2022-05-041-35/+105
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-2137-278/+607
|\
| * xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-132-1/+6
| * xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-134-7/+32
| * xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R2022-04-133-3/+7
| * xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-1311-2/+75
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-139-91/+28
| * xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-116-30/+204
| * xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R2022-04-111-30/+22
| * xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-116-15/+55
| * xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
| * xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-114-1/+24
| * xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2022-04-112-0/+3
| * xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-113-0/+6
| * xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-116-10/+10
| * xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R2022-04-111-2/+2
| * xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-115-21/+58
| * xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-115-5/+5
| * xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-114-11/+16
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-118-59/+64
| * xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-112-7/+7
* | Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-216-588/+454
|\ \
| * | xfs: CIL context doesn't need to count iovecsDave Chinner2022-04-212-17/+6
| * | xfs: xlog_write() doesn't need optype anymoreDave Chinner2022-04-213-8/+4
| * | xfs: xlog_write() no longer needs contwr stateDave Chinner2022-04-211-18/+10
| * | xfs: remove xlog_verify_dest_ptrChristoph Hellwig2022-04-212-38/+1
| * | xfs: introduce xlog_write_partial()Dave Chinner2022-04-212-236/+196
| * | xfs: introduce xlog_write_full()Dave Chinner2022-04-211-3/+66
| * | xfs: change the type of ic_datapChristoph Hellwig2022-04-212-5/+4
| * | xfs: pass lv chain length into xlog_write()Dave Chinner2022-04-213-39/+23
| * | xfs: log ticket region debug is largely uselessDave Chinner2022-04-212-121/+6
| * | xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner2022-04-213-83/+99
| * | xfs: move log iovec alignment to preparation functionDave Chinner2022-04-211-11/+14
| * | xfs: log tickets don't need log client idDave Chinner2022-04-216-62/+18
| * | xfs: embed the xlog_op_header in the commit recordDave Chinner2022-04-212-18/+15
| * | xfs: embed the xlog_op_header in the unmount recordDave Chinner2022-04-211-11/+28
| * | xfs: only CIL pushes require a start recordDave Chinner2022-04-212-52/+81
| * | xfs: factor out the CIL transaction header buildingDave Chinner2022-04-211-22/+39
| |/
* | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-2127-238/+240
|\ \
| * | xfs: convert log ticket and iclog flags to unsigned.Dave Chinner2022-04-211-4/+4
| * | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-214-9/+8
| * | xfs: convert quota options flags to unsigned.Dave Chinner2022-04-212-30/+31
| * | xfs: convert ptag flags to unsigned.Dave Chinner2022-04-213-12/+13
| * | xfs: convert inode lock flags to unsigned.Dave Chinner2022-04-213-27/+30
| * | xfs: convert log item tracepoint flags to unsigned.Dave Chinner2022-04-211-4/+4
| * | xfs: convert dquot flags to unsigned.Dave Chinner2022-04-212-6/+6
| * | xfs: convert da btree operations flags to unsigned.Dave Chinner2022-04-212-12/+12