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
2024-06-10
xfs: make sure sb_fdblocks is non-negative
Wengang Wang
1
-3
/
+4
2024-05-27
xfs: Add cond_resched to block unmap range and reflink remap path
Ritesh Harjani (IBM)
1
-0
/
+1
2024-05-27
xfs: allow symlinks with short remote targets
Darrick J. Wong
1
-4
/
+24
2024-05-27
xfs: fix xfs_init_attr_trans not handling explicit operation codes
Darrick J. Wong
2
-23
/
+20
2024-05-27
xfs: Stop using __maybe_unused in xfs_alloc.c
John Garry
1
-4
/
+2
2024-05-03
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
4
-44
/
+29
2024-05-03
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
2
-12
/
+6
2024-05-02
xfs: minor cleanups of xfs_attr3_rmt_blocks
Darrick J. Wong
1
-8
/
+8
2024-05-02
xfs: create a helper to compute the blockcount of a max sized remote value
Darrick J. Wong
2
-1
/
+7
2024-05-02
xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
Darrick J. Wong
2
-6
/
+17
2024-05-02
xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
Darrick J. Wong
2
-32
/
+31
2024-04-30
xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
Christoph Hellwig
1
-2
/
+3
2024-04-30
xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
Christoph Hellwig
1
-5
/
+10
2024-04-30
xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
Christoph Hellwig
1
-5
/
+0
2024-04-30
xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
Christoph Hellwig
1
-14
/
+18
2024-04-30
xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
Christoph Hellwig
1
-6
/
+3
2024-04-30
xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
Christoph Hellwig
1
-6
/
+5
2024-04-30
xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
Christoph Hellwig
1
-3
/
+0
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
3
-25
/
+42
2024-04-29
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Zhang Yi
1
-2
/
+32
2024-04-29
xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
Zhang Yi
1
-2
/
+4
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
3
-124
/
+85
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
2
-23
/
+27
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
2
-23
/
+26
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
2
-25
/
+29
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
2
-26
/
+42
2024-04-23
xfs: introduce vectored scrub mode
Darrick J. Wong
1
-0
/
+33
2024-04-23
xfs: report directory tree corruption in the health information
Darrick J. Wong
2
-1
/
+4
2024-04-23
xfs: teach online scrub to find directory tree structure problems
Darrick J. Wong
1
-1
/
+2
2024-04-23
xfs: actually rebuild the parent pointer xattrs
Darrick J. Wong
2
-1
/
+2
2024-04-23
xfs: split xfs_bmap_add_attrfork into two pieces
Darrick J. Wong
3
-28
/
+50
2024-04-23
xfs: remove pointless unlocked assertion
Darrick J. Wong
1
-2
/
+0
2024-04-23
xfs: add raw parent pointer apis to support repair
Darrick J. Wong
4
-2
/
+72
2024-04-23
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
2
-4
/
+4
2024-04-23
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
1
-21
/
+12
2024-04-23
xfs: check dirents have parent pointers
Darrick J. Wong
2
-0
/
+27
2024-04-23
xfs: enable parent pointers
Darrick J. Wong
1
-1
/
+2
2024-04-23
xfs: drop compatibility minimum log size computations for reflink
Darrick J. Wong
1
-0
/
+14
2024-04-23
xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
Darrick J. Wong
1
-0
/
+32
2024-04-23
xfs: add a incompat feature bit for parent pointers
Allison Henderson
3
-0
/
+6
2024-04-23
xfs: don't remove the attr fork when parent pointers are enabled
Allison Henderson
1
-2
/
+4
2024-04-23
xfs: add parent pointer ioctls
Darrick J. Wong
4
-0
/
+118
2024-04-23
xfs: split out handle management helpers a bit
Darrick J. Wong
1
-1
/
+3
2024-04-23
xfs: pass the attr value to put_listent when possible
Allison Henderson
2
-2
/
+4
2024-04-23
xfs: don't return XFS_ATTR_PARENT attributes via listxattr
Allison Henderson
1
-0
/
+3
2024-04-23
xfs: Add parent pointers to rename
Allison Henderson
4
-2
/
+65
2024-04-23
xfs: remove parent pointers in unlink
Allison Henderson
4
-2
/
+39
2024-04-23
xfs: add parent attributes to symlink
Allison Henderson
2
-2
/
+19
2024-04-23
xfs: add parent attributes to link
Allison Henderson
2
-2
/
+15
2024-04-23
xfs: parent pointer attribute creation
Allison Henderson
4
-4
/
+190
[next]