summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner
2022-04-21xfs: convert ptag flags to unsigned.Dave Chinner
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner
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_ifreeDave Chinner
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
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