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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
7
-30
/
+30
2024-01-29
xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
Andrey Albershteyn
1
-3
/
+3
2024-01-22
xfs: read only mounts with fsopen mount API are busted
Dave Chinner
1
-10
/
+17
2024-01-19
Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2024-01-11
xfs: fix backwards logic in xfs_bmap_alloc_account
Darrick J. Wong
1
-1
/
+1
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+0
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
135
-2930
/
+12688
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-6
/
+6
2024-01-08
Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-20
/
+8
2023-12-29
xfs: use the op name in trace_xlog_intent_recovery_failed
Christoph Hellwig
2
-8
/
+10
2023-12-29
xfs: fix a use after free in xfs_defer_finish_recovery
Christoph Hellwig
1
-2
/
+4
2023-12-29
xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...
Christoph Hellwig
1
-4
/
+2
2023-12-29
xfs: remove xfs_attr_sf_hdr_t
Christoph Hellwig
2
-10
/
+2
2023-12-29
xfs: remove struct xfs_attr_shortform
Christoph Hellwig
10
-62
/
+71
2023-12-29
xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue
Christoph Hellwig
1
-11
/
+5
2023-12-29
xfs: remove xfs_attr_shortform_lookup
Christoph Hellwig
3
-39
/
+7
2023-12-29
xfs: simplify xfs_attr_sf_findname
Christoph Hellwig
4
-66
/
+48
2023-12-29
xfs: move the xfs_attr_sf_lookup tracepoint
Christoph Hellwig
1
-2
/
+3
2023-12-29
xfs: return if_data from xfs_idata_realloc
Christoph Hellwig
4
-32
/
+22
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
18
-167
/
+119
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-2
/
+0
2023-12-22
xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc
Christoph Hellwig
1
-49
/
+18
2023-12-22
xfs: simplify and optimize the RT allocation fallback cascade
Christoph Hellwig
1
-23
/
+35
2023-12-22
xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc
Christoph Hellwig
1
-9
/
+11
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
3
-13
/
+8
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
4
-24
/
+16
2023-12-22
xfs: factor out a xfs_rtalloc_sumlevel helper
Christoph Hellwig
1
-83
/
+70
2023-12-22
xfs: tidy up xfs_rtallocate_extent_exact
Christoph Hellwig
1
-21
/
+13
2023-12-22
xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block
Christoph Hellwig
1
-8
/
+5
2023-12-22
xfs: reflow the tail end of xfs_rtallocate_extent_block
Christoph Hellwig
1
-21
/
+23
2023-12-22
xfs: invert a check in xfs_rtallocate_extent_block
Christoph Hellwig
1
-5
/
+4
2023-12-22
xfs: split xfs_rtmodify_summary_int
Christoph Hellwig
1
-51
/
+25
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
3
-18
/
+16
2023-12-22
xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+15
2023-12-22
xfs: indicate if xfs_bmap_adjacent changed ap->blkno
Christoph Hellwig
2
-6
/
+15
2023-12-22
xfs: reflow the tail end of xfs_bmap_rtalloc
Christoph Hellwig
1
-30
/
+30
2023-12-22
xfs: return -ENOSPC from xfs_rtallocate_*
Christoph Hellwig
2
-141
/
+71
2023-12-22
xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
Christoph Hellwig
3
-170
/
+133
2023-12-22
xfs: also use xfs_bmap_btalloc_accounting for RT allocations
Christoph Hellwig
3
-18
/
+17
2023-12-22
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
Christoph Hellwig
1
-10
/
+9
2023-12-22
xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
Christoph Hellwig
1
-1
/
+4
2023-12-22
xfs: consider minlen sized extents in xfs_rtallocate_extent_block
Christoph Hellwig
1
-1
/
+1
2023-12-22
xfs/health: cleanup, remove duplicated including
Wang Jinchao
1
-2
/
+0
2023-12-22
xfs: fix perag leak when growfs fails
Long Li
3
-11
/
+32
2023-12-22
xfs: add lock protection when remove perag from radix tree
Long Li
1
-0
/
+4
2023-12-15
xfs: repair quotas
Darrick J. Wong
10
-8
/
+628
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
9
-46
/
+319
2023-12-15
xfs: check dquot resource timers
Darrick J. Wong
1
-0
/
+21
2023-12-15
xfs: check the ondisk space mapping behind a dquot
Darrick J. Wong
1
-0
/
+58
2023-12-15
xfs: online repair of realtime bitmaps
Darrick J. Wong
6
-8
/
+245
[next]