index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
3
-59
/
+28
2022-04-27
xfs: capture buffer ops in the xfs_buf tracepoints
Darrick J. Wong
1
-1
/
+4
2022-04-26
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
1
-1
/
+0
2022-04-26
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
1
-3
/
+4
2022-04-26
xfs: improve __xfs_set_acl
Yang Xu
2
-5
/
+5
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
37
-278
/
+607
2022-04-21
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
6
-588
/
+454
2022-04-21
Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next
Dave Chinner
27
-238
/
+240
2022-04-21
Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-next
Dave Chinner
15
-132
/
+247
2022-04-21
xfs: convert log ticket and iclog flags to unsigned.
Dave Chinner
1
-4
/
+4
2022-04-21
xfs: convert shutdown reasons to unsigned.
Dave Chinner
4
-9
/
+8
2022-04-21
xfs: convert quota options flags to unsigned.
Dave Chinner
2
-30
/
+31
2022-04-21
xfs: convert ptag flags to unsigned.
Dave Chinner
3
-12
/
+13
2022-04-21
xfs: convert inode lock flags to unsigned.
Dave Chinner
3
-27
/
+30
2022-04-21
xfs: convert log item tracepoint flags to unsigned.
Dave Chinner
1
-4
/
+4
2022-04-21
xfs: convert dquot flags to unsigned.
Dave Chinner
2
-6
/
+6
2022-04-21
xfs: convert da btree operations flags to unsigned.
Dave Chinner
2
-12
/
+12
2022-04-21
xfs: convert buffer log item flags to unsigned.
Dave Chinner
1
-13
/
+11
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
2
-18
/
+18
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
3
-19
/
+19
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
3
-25
/
+25
2022-04-21
xfs: convert bmapi flags to unsigned.
Dave Chinner
2
-29
/
+29
2022-04-21
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
2
-18
/
+18
2022-04-21
xfs: convert scrub type flags to unsigned.
Dave Chinner
1
-8
/
+8
2022-04-21
xfs: convert attr type flags to unsigned.
Dave Chinner
1
-4
/
+4
2022-04-21
xfs: CIL context doesn't need to count iovecs
Dave Chinner
2
-17
/
+6
2022-04-21
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
3
-8
/
+4
2022-04-21
xfs: xlog_write() no longer needs contwr state
Dave Chinner
1
-18
/
+10
2022-04-21
xfs: remove xlog_verify_dest_ptr
Christoph Hellwig
2
-38
/
+1
2022-04-21
xfs: introduce xlog_write_partial()
Dave Chinner
2
-236
/
+196
2022-04-21
xfs: introduce xlog_write_full()
Dave Chinner
1
-3
/
+66
2022-04-21
xfs: change the type of ic_datap
Christoph Hellwig
2
-5
/
+4
2022-04-21
xfs: pass lv chain length into xlog_write()
Dave Chinner
3
-39
/
+23
2022-04-21
xfs: log ticket region debug is largely useless
Dave Chinner
2
-121
/
+6
2022-04-21
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
3
-83
/
+99
2022-04-21
xfs: move log iovec alignment to preparation function
Dave Chinner
1
-11
/
+14
2022-04-21
xfs: log tickets don't need log client id
Dave Chinner
6
-62
/
+18
2022-04-21
xfs: embed the xlog_op_header in the commit record
Dave Chinner
2
-18
/
+15
2022-04-21
xfs: embed the xlog_op_header in the unmount record
Dave Chinner
1
-11
/
+28
2022-04-21
xfs: only CIL pushes require a start record
Dave Chinner
2
-52
/
+81
2022-04-21
xfs: factor out the CIL transaction header building
Dave Chinner
1
-22
/
+39
2022-04-21
xfs: simplify local variable assignment in file write code
Kaixu Xia
1
-6
/
+2
2022-04-21
xfs: reorder iunlink remove operation in xfs_ifree
Dave Chinner
1
-11
/
+13
2022-04-21
MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
Tiezhu Yang
1
-3
/
+0
2022-04-21
xfs: convert buffer flags to unsigned.
Dave Chinner
3
-25
/
+25
2022-04-13
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2
-1
/
+6
2022-04-13
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
4
-7
/
+32
2022-04-13
xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
Chandan Babu R
3
-3
/
+7
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
11
-2
/
+75
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
9
-91
/
+28
[prev]
[next]