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
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2
-11
/
+69
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
1
-4
/
+6
2020-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
1
-4
/
+2
2020-12-09
xfs: directly return if the delta equal to zero
Kaixu Xia
1
-14
/
+9
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
3
-19
/
+3
2020-12-09
xfs: delete duplicated tp->t_dqinfo null check and allocation
Kaixu Xia
1
-7
/
+0
2020-12-09
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
8
-5
/
+37
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
5
-20
/
+23
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
8
-50
/
+32
2020-12-09
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
1
-3
/
+18
2020-12-09
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
1
-5
/
+5
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-12-09
xfs: trace log intent item recovery failures
Darrick J. Wong
2
-1
/
+22
2020-12-09
xfs: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2
-0
/
+6
2020-12-09
xfs: improve the code that checks recovered extent-free intent items
Darrick J. Wong
1
-8
/
+7
2020-12-09
xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
Darrick J. Wong
1
-8
/
+25
2020-12-09
xfs: improve the code that checks recovered refcount intent items
Darrick J. Wong
1
-12
/
+11
2020-12-09
xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
Darrick J. Wong
1
-21
/
+38
2020-12-09
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
1
-12
/
+18
2020-12-09
xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
Darrick J. Wong
1
-25
/
+42
2020-12-09
xfs: improve the code that checks recovered bmap intent items
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
Darrick J. Wong
1
-27
/
+47
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
2
-0
/
+14
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2
-27
/
+32
2020-11-22
Linux 5.10-rc5
Linus Torvalds
1
-1
/
+1
2020-11-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
12
-17
/
+223
2020-11-22
Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-57
/
+95
2020-11-22
Merge tag 'perf-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-24
/
+12
2020-11-22
Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+4
2020-11-22
Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+17
2020-11-22
Merge tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-57
/
+29
2020-11-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-49
/
+75
2020-11-22
Merge tag 'staging-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-85
/
+165
2020-11-22
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-22
/
+26
2020-11-22
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-37
/
+37
2020-11-22
afs: Fix speculative status fetch going out of order wrt to modifications
David Howells
3
-0
/
+10
2020-11-22
mm: fix madvise WILLNEED performance problem
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-11-22
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
1
-2
/
+4
2020-11-22
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
Gerald Schaefer
1
-5
/
+4
2020-11-22
mm: memcg/slab: fix root memcg vmstats
Muchun Song
1
-2
/
+7
2020-11-22
mm: fix readahead_page_batch for retry entries
Matthew Wilcox (Oracle)
1
-0
/
+2
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
10
-37
/
+55
2020-11-22
compiler-clang: remove version check for BPF Tracing
Nick Desaulniers
1
-0
/
+2
2020-11-22
mm/madvise: fix memory leak from process_madvise
Eric Dumazet
1
-2
/
+0
2020-11-21
Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-41
/
+124
2020-11-21
Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+7
2020-11-21
Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-18
/
+11
[next]