aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner2-233/+193
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-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2-2/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2-9/+5
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-51/+44
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-246/+347
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner5-93/+25
2022-03-29xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner1-8/+10
2022-03-29xfs: xfs_trans_commit() path must check for log shutdownDave Chinner1-15/+33
2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner3-1/+17
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner5-18/+33
2022-03-29xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner1-9/+13