summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner3-19/+19
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner3-25/+25
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner2-29/+29
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: CIL context doesn't need to count iovecsDave Chinner2-17/+6
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner3-8/+4
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner1-18/+10
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig2-38/+1
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner2-236/+196
2022-04-21xfs: introduce xlog_write_full()Dave Chinner1-3/+66
2022-04-21xfs: change the type of ic_datapChristoph Hellwig2-5/+4
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner3-39/+23
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner2-121/+6
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner3-83/+99
2022-04-21xfs: move log iovec alignment to preparation functionDave Chinner1-11/+14
2022-04-21xfs: log tickets don't need log client idDave Chinner6-62/+18
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner2-18/+15
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner1-11/+28
2022-04-21xfs: only CIL pushes require a start recordDave Chinner2-52/+81
2022-04-21xfs: factor out the CIL transaction header buildingDave Chinner1-22/+39
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia1-6/+2
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner3-25/+25
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2-1/+6
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R4-7/+32
2022-04-13xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R3-3/+7
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R11-2/+75
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R9-91/+28
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong8-47/+99
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong3-9/+71
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong4-14/+17
2022-04-12xfs: Use generic_file_open()Matthew Wilcox (Oracle)1-3/+1
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R6-30/+204
2022-04-11xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R1-30/+22
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R6-15/+55
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R1-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R4-1/+24
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2-0/+3
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R3-0/+6
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R6-10/+10
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R1-2/+2
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R5-21/+58
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R5-5/+5
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R4-11/+16
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R8-59/+64
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R2-7/+7
2022-04-11xfs: Add XFS messages to printk indexJonathan Lassoff2-10/+21
2022-04-11xfs: Simplify XFS logging methods.Jonathan Lassoff2-52/+45