OSDN Git Service

tomoyo/tomoyo-test1.git
2022-05-09 Allison Hendersonxfs: Implement attr logging and replay
2022-05-04 Allison Hendersonxfs: Set up infrastructure for log attribute replay
2022-05-04 Allison Hendersonxfs: Return from xfs_attr_set_iter if there are no...
2022-05-04 Allison Hendersonxfs: Fix double unlock in defer capture code
2022-05-04 Dave ChinnerMerge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5...
2022-05-04 Dave ChinnerMerge tag 'reflink-speedups-5.19_2022-04-28' of git...
2022-05-04 Dave ChinnerMerge tag 'rmap-speedups-5.19_2022-04-28' of git:/...
2022-05-04 Dave ChinnerMerge branch 'guilt/xlog-intent-whiteouts' into xfs...
2022-05-04 Dave ChinnerMerge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19...
2022-05-04 Dave Chinnerxfs: validate v5 feature fields
2022-05-04 Dave Chinnerxfs: set XFS_FEAT_NLINK correctly
2022-05-04 Dave Chinnerxfs: validate inode fork size against fork format
2022-05-04 Dave Chinnerxfs: detect self referencing btree sibling pointers
2022-05-04 Dave Chinnerxfs: intent item whiteouts
2022-05-04 Dave Chinnerxfs: whiteouts release intents that are not in the AIL
2022-05-04 Dave Chinnerxfs: add log item method to return related intents
2022-05-04 Dave Chinnerxfs: factor and move some code in xfs_log_cil.c
2022-05-04 Dave Chinnerxfs: tag transactions that contain intent done items
2022-05-04 Dave Chinnerxfs: add log item flags to indicate intents
2022-05-04 Dave Chinnerxfs: don't commit the first deferred transaction withou...
2022-05-04 Dave Chinnerxfs: hide log iovec alignment constraints
2022-05-04 Dave Chinnerxfs: fix potential log item leak
2022-05-04 Dave Chinnerxfs: zero inode fork buffer at allocation
2022-04-28 Darrick J.... xfs: rename xfs_*alloc*_log_count to _block_count
2022-04-28 Darrick J.... xfs: rewrite xfs_reflink_end_cow to use intents
2022-04-28 Darrick J.... xfs: reduce transaction reservations with reflink
2022-04-28 Darrick J.... xfs: reduce the absurdly large log operation count
2022-04-28 Darrick J.... xfs: report "max_resp" used for min log size computation
2022-04-28 Darrick J.... xfs: create shadow transaction reservations for computi...
2022-04-28 Darrick J.... xfs: remove a __xfs_bunmapi call from reflink
2022-04-28 Darrick J.... xfs: stop artificially limiting the length of bunmap...
2022-04-28 Darrick J.... xfs: count EFIs when deciding to ask for a continuation...
2022-04-28 Darrick J.... xfs: speed up write operations by using non-overlapped...
2022-04-27 Darrick J.... xfs: speed up rmap lookups by using non-overlapped...
2022-04-27 Darrick J.... xfs: simplify xfs_rmap_lookup_le call sites
2022-04-27 Darrick J.... xfs: capture buffer ops in the xfs_buf tracepoints
2022-04-26 Eric Sandeenxfs: revert "xfs: actually bump warning counts when...
2022-04-26 Brian Fosterxfs: fix soft lockup via spinning in filestream ag...
2022-04-26 Yang Xuxfs: improve __xfs_set_acl
2022-04-21 Dave ChinnerMerge tag 'large-extent-counters-v9' of https://github...
2022-04-21 Dave ChinnerMerge branch 'guilt/xlog-write-rework' into xfs-5.19...
2022-04-21 Dave ChinnerMerge branch 'guilt/xfs-unsigned-flags-5.18' into xfs...
2022-04-21 Dave ChinnerMerge branch 'guilt/5.19-miscellaneous' into xfs-5...
2022-04-21 Dave Chinnerxfs: convert log ticket and iclog flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert shutdown reasons to unsigned.
2022-04-21 Dave Chinnerxfs: convert quota options flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert ptag flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert inode lock flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert log item tracepoint flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert dquot flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert da btree operations flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert buffer log item flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert btree buffer log flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert AGI log flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert AGF log flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert bmapi flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert bmap extent type flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert scrub type flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert attr type flags to unsigned.
2022-04-21 Dave Chinnerxfs: CIL context doesn't need to count iovecs
2022-04-21 Dave Chinnerxfs: xlog_write() doesn't need optype anymore
2022-04-21 Dave Chinnerxfs: xlog_write() no longer needs contwr state
2022-04-21 Christoph Hellwigxfs: remove xlog_verify_dest_ptr
2022-04-21 Dave Chinnerxfs: introduce xlog_write_partial()
2022-04-21 Dave Chinnerxfs: introduce xlog_write_full()
2022-04-21 Christoph Hellwigxfs: change the type of ic_datap
2022-04-21 Dave Chinnerxfs: pass lv chain length into xlog_write()
2022-04-21 Dave Chinnerxfs: log ticket region debug is largely useless
2022-04-21 Dave Chinnerxfs: reserve space and initialise xlog_op_header in...
2022-04-21 Dave Chinnerxfs: move log iovec alignment to preparation function
2022-04-21 Dave Chinnerxfs: log tickets don't need log client id
2022-04-21 Dave Chinnerxfs: embed the xlog_op_header in the commit record
2022-04-21 Dave Chinnerxfs: embed the xlog_op_header in the unmount record
2022-04-21 Dave Chinnerxfs: only CIL pushes require a start record
2022-04-21 Dave Chinnerxfs: factor out the CIL transaction header building
2022-04-20 Kaixu Xiaxfs: simplify local variable assignment in file write...
2022-04-20 Dave Chinnerxfs: reorder iunlink remove operation in xfs_ifree
2022-04-20 Tiezhu YangMAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS...
2022-04-20 Dave Chinnerxfs: convert buffer flags to unsigned.
2022-04-13 Chandan Babu Rxfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of...
2022-04-13 Chandan Babu Rxfs: Enable bulkstat ioctl to support 64-bit per-inode...
2022-04-13 Chandan Babu Rxfs: Decouple XFS_IBULK flags from XFS_IWALK flags
2022-04-13 Chandan Babu Rxfs: Conditionally upgrade existing inodes to use large...
2022-04-13 Chandan Babu Rxfs: Directory's data fork extent counter can never...
2022-04-11 Darrick J.... xfs: use a separate frextents counter for rt extent...
2022-04-11 Darrick J.... xfs: recalculate free rt extents after log recovery
2022-04-11 Darrick J.... xfs: pass explicit mount pointer to rtalloc query functions
2022-04-11 Matthew Wilcox... xfs: Use generic_file_open()
2022-04-11 Chandan Babu Rxfs: Introduce per-inode 64-bit extent counters
2022-04-11 Chandan Babu Rxfs: Replace numbered inode recovery error messages...
2022-04-11 Chandan Babu Rxfs: Introduce macros to represent new maximum extent...
2022-04-11 Chandan Babu Rxfs: Use uint64_t to count maximum blocks that can...
2022-04-11 Chandan Babu Rxfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
2022-04-11 Chandan Babu Rxfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
2022-04-11 Chandan Babu Rxfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associa...
2022-04-11 Chandan Babu Rxfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and...
2022-04-11 Chandan Babu Rxfs: Use basic types to define xfs_log_dinode's di_next...
2022-04-11 Chandan Babu Rxfs: Introduce xfs_dfork_nextents() helper
2022-04-11 Chandan Babu Rxfs: Use xfs_extnum_t instead of basic data types
2022-04-11 Chandan Babu Rxfs: Introduce xfs_iext_max_nextents() helper
next