summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen
2022-04-26xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster
2022-04-26xfs: improve __xfs_set_aclYang Xu
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert log ticket and iclog flags to unsigned.Dave Chinner
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner
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