index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-22
xfs: Check for extent overflow when swapping extents
Chandan Babu R
1
-0
/
+7
2021-01-22
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
1
-0
/
+9
2021-01-22
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
1
-0
/
+9
2021-01-22
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2
-0
/
+23
2021-01-22
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
1
-0
/
+3
2021-01-22
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-22
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
1
-0
/
+13
2021-01-22
xfs: Check for extent overflow when punching a hole
Chandan Babu R
1
-0
/
+7
2021-01-22
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2
-0
/
+12
2021-01-22
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2
-0
/
+25
2021-01-22
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2
-3
/
+1
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
5
-29
/
+29
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2
-35
/
+39
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2
-59
/
+21
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2
-0
/
+40
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
1
-4
/
+0
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
4
-25
/
+0
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2
-11
/
+69
2020-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
3
-1
/
+29
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
3
-10
/
+21
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
3
-6
/
+27
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-12-09
xfs: enable the needsrepair feature
Darrick J. Wong
1
-1
/
+2
2020-12-09
xfs: define a new "needrepair" feature
Darrick J. Wong
1
-0
/
+7
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
1
-27
/
+0
2020-11-19
xfs: revert "xfs: fix rmap key and record comparison functions"
Darrick J. Wong
1
-8
/
+8
2020-11-18
xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
Gao Xiang
1
-1
/
+7
2020-11-10
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
2020-11-10
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-10-29
xfs: set xefi_discard when creating a deferred agfl free log intent item
Darrick J. Wong
2
-1
/
+2
2020-10-16
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
1
-7
/
+4
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
1
-0
/
+16
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
1
-0
/
+42
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
1
-1
/
+10
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2
-7
/
+47
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2
-0
/
+6
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
2
-0
/
+8
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
2
-8
/
+100
2020-10-07
xfs: remove xfs_defer_reset
Darrick J. Wong
1
-19
/
+5
2020-09-25
xfs: avoid shared rmap operations for attr fork extents
Darrick J. Wong
1
-9
/
+18
2020-09-25
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
Kaixu Xia
1
-4
/
+4
2020-09-25
xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
Kaixu Xia
1
-2
/
+0
2020-09-25
xfs: fix some comments
Kaixu Xia
1
-5
/
+5
2020-09-25
xfs: use the existing type definition for di_projid
Kaixu Xia
1
-1
/
+1
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2
-2
/
+30
[next]