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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
36
-216
/
+215
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
37
-54
/
+50
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
13
-29
/
+185
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
14
-17
/
+203
2021-10-19
xfs: kill XFS_BTREE_MAXLEVELS
Darrick J. Wong
1
-2
/
+0
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
5
-18
/
+85
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
2
-36
/
+37
2021-10-19
xfs: compute maximum AG btree height for critical reservation calculation
Darrick J. Wong
3
-1
/
+17
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
8
-19
/
+22
2021-10-19
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
7
-9
/
+22
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
4
-8
/
+10
2021-10-19
xfs: refactor btree cursor allocation function
Darrick J. Wong
6
-22
/
+21
2021-10-19
xfs: rearrange xfs_btree_cur fields for better packing
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
11
-139
/
+167
2021-10-19
xfs: dynamically allocate btree scrub context structure
Darrick J. Wong
2
-12
/
+26
2021-10-19
xfs: don't track firstrec/firstkey separately in xchk_btree
Darrick J. Wong
2
-10
/
+3
2021-10-19
xfs: reduce the size of nr_ops for refcount btree cursors
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: remove xfs_btree_cur.bc_blocklog
Darrick J. Wong
6
-7
/
+0
2021-10-19
xfs: fix incorrect decoding in xchk_btree_cur_fsbno
Darrick J. Wong
1
-3
/
+4
2021-10-19
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
1
-10
/
+6
2021-10-19
xfs: terminate perag iteration reliably on agcount
Brian Foster
1
-1
/
+1
2021-10-19
xfs: rename the next_agno perag iteration variable
Brian Foster
1
-9
/
+9
2021-10-19
xfs: fold perag loop iteration logic into helper function
Brian Foster
1
-3
/
+13
2021-10-19
xfs: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-12
/
+12
2021-10-14
xfs: remove the xfs_dqblk_t typedef
Christoph Hellwig
4
-6
/
+6
2021-10-14
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
3
-8
/
+8
2021-10-14
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
4
-14
/
+14
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
2
-0
/
+4
2021-10-14
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2
-1
/
+10
2021-10-14
xfs: stricter btree height checking when looking for errors
Darrick J. Wong
1
-6
/
+7
2021-10-14
xfs: don't allocate scrub contexts on the stack
Darrick J. Wong
3
-81
/
+99
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
4
-24
/
+24
2021-10-14
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
1
-2
/
+2
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
7
-41
/
+79
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
3
-37
/
+78
2021-10-11
xfs: use kmem_cache_free() for kmem_cache objects
Rustam Kovhaev
1
-3
/
+3
2021-10-11
xfs: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-3
/
+3
2021-10-03
Linux 5.15-rc4
Linus Torvalds
1
-1
/
+1
2021-10-03
elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
Chen Jingwen
1
-1
/
+1
2021-10-03
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-199
/
+182
2021-10-03
objtool: print out the symbol type when complaining about it
Linus Torvalds
1
-4
/
+8
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
1
-1
/
+0
2021-10-03
Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-26
/
+108
2021-10-03
Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-36
/
+87
2021-10-03
Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+13
2021-10-03
Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-5
/
+35
2021-10-03
Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+25
2021-10-02
Merge tag 'hwmon-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-125
/
+101
2021-10-02
Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
12
-342
/
+294
2021-10-02
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-7
/
+7
[next]