summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-21xfs: convert buffer log item flags to unsigned.Dave Chinner
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner
2022-04-21xfs: CIL context doesn't need to count iovecsDave Chinner
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner
2022-04-21xfs: introduce xlog_write_full()Dave Chinner
2022-04-21xfs: change the type of ic_datapChristoph Hellwig
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner
2022-04-21xfs: move log iovec alignment to preparation functionDave Chinner
2022-04-21xfs: log tickets don't need log client idDave Chinner
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner
2022-04-21xfs: only CIL pushes require a start recordDave Chinner
2022-04-21xfs: factor out the CIL transaction header buildingDave Chinner
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreexfs-5.18-fixes-1Dave Chinner
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R
2022-04-13xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong
2022-04-12xfs: Use generic_file_open()Matthew Wilcox (Oracle)
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R
2022-04-11xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2022-04-11xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R
2022-04-11xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R
2022-04-11xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R