index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
Merge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
4
-140
/
+239
2023-04-14
Merge tag 'scrub-detect-mergeable-records-6.4_2023-04-11' of git://git.kernel...
Dave Chinner
3
-3
/
+196
2023-04-14
Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...
Dave Chinner
2
-136
/
+239
2023-04-14
Merge tag 'scrub-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm/l...
Dave Chinner
9
-101
/
+438
2023-04-14
Merge tag 'scrub-parent-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm...
Dave Chinner
3
-168
/
+71
2023-04-14
Merge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/s...
Dave Chinner
5
-217
/
+497
2023-04-14
Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
9
-94
/
+195
2023-04-14
Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...
Dave Chinner
3
-88
/
+269
2023-04-14
Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
23
-129
/
+610
2023-04-14
Merge tag 'scrub-btree-key-enhancements-6.4_2023-04-11' of git://git.kernel.o...
Dave Chinner
2
-8
/
+63
2023-04-14
Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
4
-10
/
+95
2023-04-14
Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
4
-28
/
+31
2023-04-14
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
18
-198
/
+303
2023-04-14
Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...
Dave Chinner
31
-39
/
+680
2023-04-14
Merge tag 'scrub-fix-legalese-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
33
-97
/
+97
2023-04-14
Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...
Dave Chinner
9
-20
/
+22
2023-04-14
Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
16
-85
/
+196
2023-04-14
Merge tag 'online-fsck-design-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
3
-0
/
+5317
2023-04-12
xfs: fix BUG_ON in xfs_getbmap()
Ye Bin
1
-8
/
+6
2023-04-12
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
2023-04-12
xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...
Darrick J. Wong
3
-3
/
+25
2023-04-12
xfs: remove WARN when dquot cache insertion fails
Dave Chinner
1
-1
/
+0
2023-04-12
xfs: don't consider future format versions valid
Dave Chinner
1
-5
/
+6
2023-04-11
xfs: don't load local xattr values during scrub
Darrick J. Wong
1
-0
/
+8
2023-04-11
xfs: only allocate free space bitmap for xattr scrub if needed
Darrick J. Wong
1
-3
/
+28
2023-04-11
xfs: clean up xattr scrub initialization
Darrick J. Wong
1
-17
/
+17
2023-04-11
xfs: check used space of shortform xattr structures
Darrick J. Wong
2
-5
/
+76
2023-04-11
xfs: move xattr scrub buffer allocation to top level function
Darrick J. Wong
1
-8
/
+7
2023-04-11
xfs: remove flags argument from xchk_setup_xattr_buf
Darrick J. Wong
1
-10
/
+8
2023-04-11
xfs: split valuebuf from xchk_xattr_buf.buf
Darrick J. Wong
2
-64
/
+46
2023-04-11
xfs: split usedmap from xchk_xattr_buf.buf
Darrick J. Wong
2
-35
/
+26
2023-04-11
xfs: split freemap from xchk_xattr_buf.buf
Darrick J. Wong
4
-19
/
+49
2023-04-11
xfs: remove unnecessary dstmap in xattr scrubber
Darrick J. Wong
2
-15
/
+4
2023-04-11
xfs: don't shadow @leaf in xchk_xattr_block
Darrick J. Wong
1
-3
/
+3
2023-04-11
xfs: xattr scrub should ensure one namespace bit per name
Darrick J. Wong
1
-1
/
+7
2023-04-11
xfs: check for reverse mapping records that could be merged
Darrick J. Wong
1
-0
/
+52
2023-04-11
xfs: check overlapping rmap btree records
Darrick J. Wong
1
-2
/
+72
2023-04-11
xfs: flag refcount btree records that could be merged
Darrick J. Wong
1
-0
/
+44
2023-04-11
xfs: don't call xchk_bmap_check_rmaps for btree-format file forks
Darrick J. Wong
1
-16
/
+14
2023-04-11
xfs: flag free space btree records that could be merged
Darrick J. Wong
1
-1
/
+28
2023-04-11
xfs: split the xchk_bmap_check_rmaps into a predicate
Darrick J. Wong
1
-22
/
+38
2023-04-11
xfs: alert the user about data/attr fork mappings that could be merged
Darrick J. Wong
1
-0
/
+11
2023-04-11
xfs: split xchk_bmap_xref_rmap into two functions
Darrick J. Wong
1
-40
/
+76
2023-04-11
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
2
-78
/
+107
2023-04-11
xfs: change bmap scrubber to store the previous mapping
Darrick J. Wong
1
-5
/
+18
2023-04-11
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
3
-6
/
+14
2023-04-11
xfs: retain the AGI when we can't iget an inode to scrub the core
Darrick J. Wong
3
-24
/
+156
2023-04-11
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
4
-8
/
+10
2023-04-11
xfs: fix an inode lookup race in xchk_get_inode
Darrick J. Wong
4
-46
/
+205
2023-04-11
xfs: fix parent pointer scrub racing with subdirectory reparenting
Darrick J. Wong
3
-84
/
+57
[next]