OSDN Git Service

tomoyo/tomoyo-test1.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: 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-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
2022-04-11 Chandan Babu Rxfs: Define max extent length based on on-disk format...
2022-04-11 Chandan Babu Rxfs: Move extent count limits to xfs_format.h
2022-04-11 Jonathan Lassoffxfs: Add XFS messages to printk index
2022-04-11 Jonathan Lassoffxfs: Simplify XFS logging methods.
2022-04-11 Linus TorvaldsLinux 5.18-rc2 v5.18-rc2
2022-04-10 Linus TorvaldsMerge tag 'tty-5.18-rc2' of git://git./linux/kernel...
2022-04-10 Linus TorvaldsMerge tag 'staging-5.18-rc2' of git://git./linux/kernel...
2022-04-10 Linus TorvaldsMerge tag 'driver-core-5.18-rc2' of git://git./linux...
2022-04-10 Linus TorvaldsMerge tag 'char-misc-5.18-rc2' of git://git./linux...
2022-04-10 Linus TorvaldsMerge tag 'powerpc-5.18-2' of git://git./linux/kernel...
2022-04-10 Linus TorvaldsMerge tag 'irq-urgent-2022-04-10' of git://git./linux...
2022-04-10 Linus TorvaldsMerge tag 'x86_urgent_for_v5.18_rc2' of git://git....
2022-04-10 Linus TorvaldsMerge tag 'perf_urgent_for_v5.18_rc2' of git://git...
2022-04-10 Linus TorvaldsMerge tag 'locking_urgent_for_v5.18_rc2' of git://git...
2022-04-10 Linus TorvaldsMerge tag 'sched_urgent_for_v5.18_rc2' of git://git...
2022-04-10 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of...
2022-04-10 Linus TorvaldsMerge tag 'cxl+nvdimm-for-5.18-rc2' of git://git./linux...
2022-04-10 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.18-rc2' of git://git....
2022-04-09 Thomas GleixnerMerge tag 'irqchip-fixes-5.18-1' of git://git./linux...
2022-04-09 Ian Rogersperf annotate: Drop objdump stderr to avoid getting...
2022-04-09 Michael Petlanperf tools: Add external commands to list-cmds
2022-04-09 Michael Petlanperf docs: Add perf-iostat link to manpages
2022-04-09 Denis Nikitinperf session: Remap buf if there is no space for event
2022-04-09 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
next